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.
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ15div.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ24atan2PU.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ24cosPU.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ24div.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ24sinPU.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQ24toF.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in
"../IQmath.lib<IQmathTables.obj>": compatibility cannot be determined
程序出现6个Warning,怎么解决?主要就是因为用了IQ15div,IQ24atan2PU,IQ24cosPU,IQ24sinPU,IQ24toF
编译器用的是c2000_6.1.1
IQmath库用的是V160
为什么TI controsuit例程里没有此问题,编译器用的是c2000_6.1.0,IQmath库用的是V15c
谢谢