busybox-1.14.2 build errors....
we are trying to build the busybox-1.14.2 with the CROSS_COMPILER set to arm-linux, and while building we are getting the following error
"/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6
/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: cannot find /lib/libc.so.6
collect2: ld returned 1 exit status
make: *** [busybox_unstripped] Error 1"
Things to know;
We have not done any changes in the config file using the menuconfig, we lef it as it is, so we expect it to build with the default settings.
Last edited by saikiran.veluri; 07-14-2009 at 11:48 PM.
|