Hi everyone,
I'm trying to use AMMCLIB on a MPC5744P processor with S32 design studio.
My problem is to use the GDFLIB_FILTER_IIR1_DEFAULT_FLT who look like to be undeclared, it appear that all definition about this filter (type and function) are lock by this Line (in SWLIBS_Config.h) :

If I correctly understand this constant is define when the compiler doesn't use hardware floating point unit but in my compiler setting I've set the Use hardware floating point :

I've tried to change the signal Processing option but it doesn't change anything. Is Anyone have an idea on how to fix it?
Thanks,