[uClibc] uClibc_main.c build failure (PAGE_SIZE change)

Mike Frysinger vapier at gentoo.org
Fri Aug 13 15:30:52 UTC 2004


On Friday 13 August 2004 10:58 am, David Frascone wrote:
> So, is this fix going to make it into CVS?

it has been 'fixed' :)
the file now includes sys/user.h instead of asm/page.h ... unfortunately, this 
only fixes things for i386/mips ... everyone else is still dead in the water

eric said that the bigger plan was to create a uclibc page.h file and include 
that ... that file will take care of making sure everything is 
defined/included properly for each arch ...

but atm, if you're building on a non-i386/mips arch (i'm using arm atm), then 
just `sed -i 's:sys/user\.h:asm/user.h:' libc/misc/internals/__uClibc_main.c` 
for the time being
-mike



More information about the uClibc mailing list