On Sat, 3 Nov 2007 10:35:48 +0100 "Carmelo Amoroso" <[EMAIL PROTECTED]> wrote:
> > arm-softfloat-linux-uclibc-strip -x -R .note -R .comment brk.o > > ioperm.c:47:22: error: asm/page.h: No such file or directory > > > It seems you don't have kernel headers properly configured > for your architecture, or worst no properly installed. > Check firstly if include/asm is a symlink to include/asm-<arch>. Actually, <asm/page.h> is about to be removed on all architectures, and it's been empty for some time on several architectures (avr32, arm, ...) I think ioperm.c should be fixed so that it doesn't rely on PAGE_SIZE (which I assume is the reason why it needs asm/page.h in the first place.) HÃ¥vard _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
