Hi, all
I use in my work DSK6713 and CCS v3.1, and I want to compute 384-point FFT.
I added "fftw3.h" library, and when I compile *.c file, I don't have any errors,
but when I try rebuild my project I have 2 errors:
undefined first referenced
symbol in file
--------- ----------------
_fftw_free C:\Documents and Settings\koder_DSP\koder\Debug\ZW_generator.obj
_fftw_execute C:\Documents and Settings\koder_DSP\koder\Debug\ZW_generator.obj
_fftw_destroy_plan C:\Documents and Settings\koder_DSP\koder\Debug\ZW_generator.obj
What should I do to avoid this errors??
Thanks,
Jarek