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.

CCS5.5+C6748编译时遇到的问题,求助各位大神!

Other Parts Discussed in Thread: SYSBIOS

利用创龙开发板的例程开发我所用到的算法,编译链接库没有改动,在E:\board_develop\TMs6748\demo\StarterWare\Library\StarterWare\SystemConfig\Debug\system_config.lib确实存在这个库文件,但报错为下:

warning #10373-D: library "E:\board_develop\TMs6748\demo\SYSBIOS\Driver\EDMA3\Library\Debug\edma3_lld_rm.ae674" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
<Linking>
fatal error #16031: object files have incompatible formats ("E:\board_develop\TMs6748\demo\StarterWare\Library\StarterWare\SystemConfig\Debug\system_config.lib<intvecs.obj>" = ELF, "./yyshang.obj" = TI-COFF). Please see the 'C6000 EABI Migration' guide at processors.wiki.ti.com/.../C6000_EABI_Migration

yyshang是我编写的算法文件,很迷惑,求助各位大神怎么改啊。