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.

DM8127 DSP端添加lib库问题



我在dsp端添加lib库,编译出现这个问题。

fatal error: attempt to link an object file that is not built for Advanced RISC
Machines ARM
("/home/daway/share/yyq/Source/ipnc_rdk/../ipnc_rdk/ipnc_mcfw/mcfw/src_bios6
/links_c6xdsp/alg/dmva/lib/vtests.lib<main.obj>" = TI C6x

库文件我放在/ipnc_rdk/ipnc_mcfw/mcfw/src_bios6
/links_c6xdsp/alg/dmva/lib/目录下了,更改了common.mk里面的内容,添加了自己的lib库为什么出现这个编译错误啊