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.

IQmath undefined identifier

Other Parts Discussed in Thread: TMS320C28346

Hi,

i wanna use the Floating-Point Math and the Fixed-Point Math in the same project. So i compiled with the -fpu32 support and added the iqMath Library to my project. But since i include the headers and added the Lib to my project, i get the following error.

In Header:

extern "C" {

#include "Hal/TMS320C28346/Math/IQmathLib.h"

}

#include "Hal/TMS320C28346/Math/IQmathCPP.h"

 

Compiler Output:

 

IQmathCPP.h", line 6626: error #20: identifier "_IQlog" is undefined

 

my system:

CPU: C28346

Compiler: TI 6.1.0

XDC: 3.23.3.53

Sys/Bios: 6.33.4.39

 

 

Best regards Holger