KERNEL_HEADERS

Vijay Pasapuleti vijaypas at gmail.com
Thu Jul 17 19:25:26 UTC 2014


Thanks to all. Installing kernel headers resolved the issue.

One issue that I ran into is that some of the netfilter header files had to
be symlinked as there is apparently a discrepancy in file naming. For
example, xt_DSCP.h in linux/include/netfilter had to be symlinked to
xt_dscp.h. There are a few other instances.


On Mon, Jul 14, 2014 at 12:04 AM, Alexey Brodkin <
Alexey.Brodkin at synopsys.com> wrote:

> Hi Vijay,
>
>
> On Sun, 2014-07-13 at 21:43 +0200, Bernhard Reutner-Fischer wrote:
> > On 13 July 2014 01:34:39 Vijay Pasapuleti <vijaypas at gmail.com> wrote:
> >
> > > I am trying to cross compile uClibc for the arm platform. What should
> > > KERNEL_HEADERS point to?
> >
> > It has to point to installed kernel headers.
>
> Just to add more clarity here.
> To "install" kernel headers you need to execute "make headers_install".
> For even more information you may refer to this help article -
> https://www.kernel.org/doc/Documentation/make/headers_install.txt
>
> -Alexey
>


More information about the uClibc mailing list