This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error associate with arm_cfft_f32.c

Hi,

I have error associated with the fallowing cfft function when I comment this line the program compile the code work just fine,

arm_cfft_f32(S, fft_buffer, 0, 1);

However, when I leave it and compile, the fallowing error shows as fallow,

I added included the fallowing libraries to main.c

#define ARM_MATH_CM4
#include "arm_const_structs.h"
#include "arm_math.h"

I have CMSIS DSP and ARM math added manually to Makefile. I appreciate guide to resolve cfft library issue. I am using Windows with GNU Arm Embedded Toolchain.

Best regards