Hi all,
I tried to build the Linux kernel and the root file system with full-root option and syslink build using the steps mentionned at http://www.linux-c6x.org/wiki/index.php/Linux-c6x_2.0_Release.
On doing "./prj build", I get the following error :
make -C /home/rachid/my-linux-c6x/Build/uClibc.el_hardfp CROSS=/home/rachid/my-linux-c6x/opt/gcc-c6x/bin/c6x-uclinux- PREFIX=/home/rachid/my-linux-c6x/sdk/c6x-uclinux/libc/c674x install
install -m 755 ./lib/lib*-0.9.32-rc2-git.so \
/home/rachid/my-linux-c6x/sdk/c6x-uclinux/libc/c674x/lib/
(cd ./lib && tar -cf - *.so.*) | tar -xf - -C /home/rachid/my-linux-c6x/sdk/c6x-uclinux/libc/c674x/lib/
tar: error while loading shared libraries: libpthread.so.0: ELF file OS ABI invalid
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make[3]: *** [install_runtime] Error 2
make[2]: *** [one-sdk-gcc] Error 2
make[1]: *** [one-sdk] Error 2
make: *** [sdk] Error 2
attached is my setenv file, the compilation log file and my environment variables
I'm using the Linux-c6x 2.0 Release and ubuntu 10.04 as host
Can any one suggest what is causing this error?
Best Regards