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.

TMS320F280039C: 增加CLAmath_fpu32.lib之后报了TI-COFF和ELF的错误

Part Number: TMS320F280039C

您好!

     代码因为报CLAsin,CLAcos没有定义,所以我在代码中增加了CLAmath_fpu32.lib文件,之后编译之后就报了

warning #10373-D: library "../lib/CLAmath_fpu32.lib" contains TI-COFF object files which are incompatible with the ELF output file.  Ensure you are using the proper library.

这个是什么意思?

另外我看了output format这里有eabi和legacy off两种选择,应该选择哪一种?