您好!
代码因为报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两种选择,应该选择哪一种?