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