[uClibc]Re: [BusyBox] Problems building busybox against uClibc

Erik Andersen andersen at codepoet.org
Thu Jun 12 06:06:41 UTC 2003


On Wed Jun 11, 2003 at 06:28:39PM -0600, Jason Bodnar wrote:
> I've done this a hundred times but for some reason now when I build busybox it
> gets linked against my systems libc instead of uClibc's.
> 
> I start with a fresh busybox source tree, edit Config.h and then run:
> 
> $ env PATH=/home/jbodnar/projects/jambox/boot/i386-linux-uclibc/bin:$PATH make
> 
> When I run readelf -a on the resulting busybox executable I see:
> 
> Dynamic segment at offset 0x133d4 contains 20 entries:
>   Tag        Type                         Name/Value
>  0x00000001 (NEEDED)                     Shared library: [libc.so.6]
> 

I think you will have more success doing something like this:

make CROSS=/home/jbodnar/projects/jambox/boot/i386-linux-uclibc/bin/i386-uclibc-

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the uClibc mailing list