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.

TMS320F280049C: 在移植虚拟EEPROM程序时,出现包含TI-COFF对象文件,与ELF输出文件不兼容的警告

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

项目需要将280025C上已经调通的FLASH虚拟EEPROM程序移植到280049C上

移植过程中280025C程序调用280025C的Lib文件:FlashAPI_F28002x_FPU32.lib、FlashAPI_ROM_F28002x_FPU32.lib

280049C程序调用Lib文件:F021_API_F28004x_FPU32.lib、F021_ROM_API_F28004x_FPU32.lib

过程中出现告警:

Description Resource Path Location Type
#10373-D library "F021_API_F28004x_FPU32.
lib" contains TI-COFF object files which are incompatible with the ELF output file.   Ensure you are using the proper library. CRPS1600AIP_DCDC C/C++ Problem

Description Resource Path Location Type
#10373-D library "F021_ROM_API_F28004x_FPU32.lib" contains TI-COFF object files which are incompatible with the ELF output file.  Ensure you are using the proper library. CRPS1600AIP_DCDC C/C++ Problem
这两个文件的内容应该和FlashAPI_F28002x_FPU32.lib、FlashAPI_ROM_F28002x_FPU32.lib文件内容大致相同,而且工程输出文件配置都是eabi,其他部分都是一样的
请问如何清除类似的告警