On Thursday 07 May 2009 14:26:22 Martin Emrich wrote: > If I build using uClibc, the system does not boot (kernel panic, "failed > to execute /init"). By chance I noticed that when I build busybox > statically, the system boots, but any dynamically linked binaries do not > work.
indicates you didnt install all the relevant uClibc files correctly in the /lib/ directory, or you didnt compile uClibc correctly > This is what the host's ldd and uClibc's ldd.host say about the binaries: ldd should never be used on ELFs which are not native. use `scanelf -n` or `readelf -d`. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
