Part Number: AM3358
Tool/software: Code Composer Studio
Hello,
I am currently trying to figure out how to integrate FFTW into CCS. I am using the ti-processor-sdk-linux-am335x-evm-06.00.00.07. I am trying to incorporate the SDK examples with FFTW.
This is the error I am getting:
I made sure to include the fftw3.h in my project.
Here are my include files:
All I have in my code is the header file:
Is there any suggestions anyone can provide? I can compile/run the FFT code I wrote using FFTW, but for some reason I can't run the code on CCS. An example command I use to compile the FFTW code in a terminal is:
gcc fftw_example.c -Wall -lfftw3 -lm -o fftw.example
Do I need to add the -Wall, -lfftw3, -lm, and -o commands to a makefile in CCS?
Best Regards,
Tyler




