This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

kernel issues

Hi all,

        I am using linux-omap22763c5 kernel for beagle board  and my arm tool chain is     arm-2009ql-203-arm-none-gnu-linux- gnueabi.bin

When i  did  make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_defconfig

i am getting the following error .Before  that i exported ARCH to arm and i did make CROSS_COMPILE=arm-none-linux-gnueabi- distclean

 

HOSTCC  scripts/basic/fixdep

/lib/libc.so.6: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

 i checked this with other tool chain arm-2011 . But result is same.

And i verified other kernels like linux-2.6.39.4 and linux-3.2-rc4 using the these two arm tool chains.

Is issue with the kernel or my command or with the tool chain i am not gettting . of course, My host is having Ubuntu . Please help on this .

 

---- Bhimesh