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.

F28069上使用_IQDIV()函数时的报警问题



问题描述:

"D:/workspace_v5_2/MyDeviceSupport28x/libs/math/IQmath/v160/lib/IQmath_fpu32.lib<IQ15div.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in 

"D:/workspace_v5_2/MyDeviceSupport28x/libs/math/IQmath/v160/lib/IQmath_fpu32.lib<IQ15sin.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in

疑问:

1.该warning的严重性有多大?

2.报该warning时,相应的函数有哪些注意事项?

3.如何消除

 

 

 

 

 

 

  • build attribute vendor section TI missing in "IQmath.lib": compatibility cannot be determined

    为了兼容老版本的编译器,TI提供的lib文件都是用老版本的编译器编译,但是可以完全兼容的。所以你可以忽略改警告,没有关系。