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.

Linker message when compiling example application

Hi Guys,

I am running Mint Linux Nadia (more details below) and I am running Sitara SDK (5.06, ti-sdk-am335x-evm-05.06.00.00).  I followed instructions on this link, http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_the_SDK#Software

When I compile one of the example applications, I get the following  message (see highlighted, I still get an elf file). Can someone please tell me what is wrong? I have sourced the environmental variables (see prompt). I am having trouble debugging with CCS (application runs fine, but does not debug). GDB does not progress beyond 84%. I suspect if this message has anything to do with gdb not working? Any help would be greatly appreciated.


[linux-devkit]:~/ti-sdk-am335x-evm-05.06.00.00/example-applications/am-sysinfo-git/mem_util> make debug
/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/arm-arago-linux-gnueabi-gcc -g3 -gdwarf-2   -march=armv5te -mtune=arm926ej-s -c  -march=armv7-a -fno-tree-vectorize     -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi -oDebug/mem_util.o mem_util.c
Compiling Debug...
/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/arm-arago-linux-gnueabi-gcc -o Debug/mem_util.elf Debug/mem_util.o  -march=armv5te -mtune=arm926ej-s  -Wl,-Map,Debug/mem_util.map
/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/bin/ld: skipping incompatible /home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../lib/gcc/../../lib/libc.so.6 when searching for ../../lib/libc.so.6
/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/bin/ld: skipping incompatible /home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/lib/../../lib/libc.so.6 when searching for ../../lib/libc.so.6
/home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/bin/ld: skipping incompatible /home/sitara/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/../arm-arago-linux-gnueabi/lib/../../lib/libc.so.6 when searching for ../../lib/libc.so.6
[linux-devkit]:~/ti-sdk-am335x-evm-05.06.00.00/example-applications/am-sysinfo-git/mem_util>


Mint Install info (cat /etc/*-release)
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=14
DISTRIB_CODENAME=nadia
DISTRIB_DESCRIPTION="Linux Mint 14 Nadia"
NAME="Ubuntu"
VERSION="12.10, Quantal Quetzal"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu quantal (12.10)"
VERSION_ID="12.10"

Thanks,
Rajah