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.

TMS320F280025: warning #10204-D: could not resolve index library "IQmath.lib" to a compatible library

Part Number: TMS320F280025
Other Parts Discussed in Thread: C2000WARE

I am struggling with fixing the issue of including IQmath.lib. Please look at the compiler, processor and linker settings that I have done in my project.

processor options

compiler settings

linker settings

I have included  the  "IQmathLib.h"  file in my project and in the header file I have selected math type as IQ_MATH.

#ifndef MATH_TYPE
#define MATH_TYPE IQ_MATH
#endif

I am using the following command file for building the project:

28002x_IQmath_lnk_CProj.cmd