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.
Hi experts:
我们在开发F280039时出现如下warning:
#10373-D library "../lib/driverlib.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper libraray.
我们的工程设置的输出格式为COFF,driverlib.lib为C2000ware文件下003x对应的库文件,请问003x对应的库文件现在是不能支持COFF格式了吗?我们还是希望工程能继续使用COFF格式。
下面是C2000ware中F28004x和F28003x对应的库文件加,0049对应的driverlib.lib有EABI和COFF两种格式可选,为什么F28003x只有一个库文件呢?
c2000ware f28004x
c2000ware f28003x
你好,对于28003x,TI没有发布COFF格式的库文件。
这是一个COFF to EABI 移植说明,也许对你有帮助:
software-dl.ti.com/.../C2000_c28x_migration_from_coff_to_eabi.html
你好,它们两个是一样的函数。关于COFF格式driverlib你可以试试直接导入driverlib工程然后将driverlib工程输出为COFF。这样应该更简单。
在CCS中导入该路径工程:C:\ti\c2000\C2000Ware_4_02_00_00\driverlib\f28003x\driverlib
然后在properties中将output format 改为COFF
然后编译工程,编译完成后,再编译原来的工程应该就没问题了。