我在用CCS5.2调用IQMATH函数时出现下面的警告
warning: build attribute vendor section TI missing in
"../IQmath.lib<IQmathTables.obj>": compatibility cannot be determined
但在使用CCS4.2时没有出现上边的警告,有知道原因的还请告诉一下啊。如果可以的话,能不能将这个警告忽略。。。
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.
这是因为IQmath库是用老版本编译器生成的,CCS5.2用新的编译器就会有这个警告,是可以兼容的不用理会