TI中文支持网
TI专业的中文技术问题搜集分享网站

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

利用创龙开发板的例程开发我所用到的算法,编译链接库没有改动,在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 http://processors.wiki.ti.com/index.php/C6000_EABI_Migration

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

Tony Tang:

格式不对。

edma3_lld_rm.ae674是ELF格式的。

system_config.lib是COFF格式的。

看看edma3 lld的库有没有coff格式的,否则按ELF格式重编译starterware库

Tony Tang:

当然你的工程的输出格式也要做对应设置.

赞(0)
未经允许不得转载:TI中文支持网 » CCS5.5+C6748编译时遇到的问题,求助各位大神!
分享到: 更多 (0)