asm/page.h: No such file or directory

Haavard Skinnemoen hskinnemoen at atmel.no
Sun Nov 4 15:45:33 PST 2007


On Sat, 3 Nov 2007 10:35:48 +0100
"Carmelo Amoroso" <carmelo73 at gmail.com> 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


More information about the uClibc mailing list