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.

make decode example in dvsdk



HI, I'm new with DM6467.

I tried to make the example in dvsdk directory  "/dvsdk/dvsdk_3_10_00_19/dvsdk_demos_3_10_00_16/dm6467/"

when  I use command "make decode" , there are some errors.

================================

Making all in subdirectory decode...

Linking decode from audio.o codecs.o display.o loader.o main.o speech.o video.o ../ctrl.o ../ui.o decode_config/linker.cmd..
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: audio.o: Relocations in generic ELF (EM: 40)
audio.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[1]: *** [decode] Error 1
make: *** [decode] Error 2

===================================