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.

ccs5 编译_IQsqrt



1、在main函数中运行了LoopCount=_IQ1sqrt(1000000*2);之后,我也是用的例子程序,在ccs5中,编译后提示:

Description Resource Path Location Type
#16002-D build attribute vendor section TI missing in "../lib/IQmath.lib<IQ1sqrt.obj>": compatibility cannot be determined DAB28069_191010 C/C++ Problem

Description Resource Path Location Type
#16002-D build attribute vendor section TI missing in "../lib/IQmath.lib<IQmathTables.obj>": compatibility cannot be determined DAB28069_191010 C/C++ Problem

2、如果把LoopCount=_IQ1sqrt(1000000*2);屏蔽了就好了,为啥?在ccs3中没有此情况。