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.

error when make media-controller-utils, How to fix the problem?



I  use ezsdk_dm816x-evm_5_01_01_80.  and want to run the decode demo on my evm board.   When I make the "firmware_loader", the following message display in the terminal windows.

root@eric-desktop:/usr/local/ezsdk/media-controller-utils_1.00.00.08# make all
cc -I /usr/local/ezsdk/syslink_02_00_00_68_beta1 -g  firmware_loader.c /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug -lpthread  -o firmware_loader
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/bin/ld: /usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug(Ipc.odebug): Relocations in generic ELF (EM: 40)
/usr/local/ezsdk/syslink_02_00_00_68_beta1/ti/syslink/lib/syslink.a_debug: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** [all] Error 1