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 < [email protected]> 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 <[email protected]> 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 > _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
