adding custom CFLAGS

Dave Hylands dhylands at gmail.com
Wed Oct 18 19:50:41 UTC 2006


Hi Larry,

> Is it normal for a cross-compiled version(586-gcc) of busybox to
> search 686 dirs?
...snip...
> open("/etc/ld.so.cache", O_RDONLY)      = -1 ENOENT (No such file or directory)
> open("/lib/tls/i686/sse2/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No

So it seems that you're running your 586 cross-compiled busybox in
your 686 environment, so yeah it will access 686 stuff since it's
referencing /etc/ld.so.cache which will contain pointers to 686 files.

-- 
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/



More information about the busybox mailing list