[uClibc] RE: BUILDING ROOTFS FAILS on ash.c

Mike Miller mmiller at prga.com
Fri Sep 19 06:08:49 UTC 2003


I'm also going to guess you will need to turn ctype tables off in the
options or you will see something about an unsatisfied external for
__ctype_b.  I don't know if there's a place to change the order of
includes/libraries for the busybox build that might work around the issue.
Note that turning off ctype tables will have some potential locale effects,
but I suspect you can ignore them.

	Regards,
	Mike

-----Original Message-----
From: uclibc-bounces at uclibc.org [mailto:uclibc-bounces at uclibc.org] On Behalf
Of Manuel Novoa III
Sent: Friday, September 19, 2003 12:04 AM
To: West Suhanic
Cc: uclibc at uclibc.org
Subject: Re: [uClibc] RE: BUILDING ROOTFS FAILS on ash.c


Hello,

On Fri, Sep 19, 2003 at 01:34:25AM -0400, West Suhanic wrote:
> I am trying to build the root fs. However when it gets into building 
> busybox and ash in particular it complains about not being able to 
> find sys_siglist which is in signal.h . The exact error message is 
> below. Any suggestions? Please note that I compiles busybox-0.60.5 no 
> problem with the host system gcc. I also unpacked busybox separately 
> from the root fs build and tried compiling it with i386-uclibc-gcc and 
> I got the same error message. I can find sys_siglist in 
> /usr/include/signal.h . However where does busybox get its version of 
> signal.h when i386-uclibc-gcc is being used to compile it?

Check your uClibc configuration.  In the latest release, support for
sys_siglist is optional.

Manuel
_______________________________________________
uClibc mailing list
uClibc at uclibc.org
http://uclibc.org/mailman/listinfo/uclibc




More information about the uClibc mailing list