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.

TMS0LS11x的芯片使用IQMath库



问题一:只添加了#include "IQmathLib.h"

#define   GLOBAL_Q       30

_IQ(1.0)=  1073741824  但是手册上写的

在Q30下计算_IQ(1.0)= 2  应该等于2哪里不对呢?并且提示下面的警告。

Description Resource Path Location Type #10373-D library "../IQ/lib/IQmath.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library. CCS C/C++ Problem

如果使用使用_IQ30toF这个函数时提示错误

Description Resource Path Location Type unresolved symbol _IQ30toF, first referenced in ./HAL/source/sys_main.obj CCS C/C++ Problem

IQMath库的使用对平台有限制嘛?