Hello,
I'm trying to compile a project with the function "DSP_fft16x16r_i" from DSPLIB C64x+ v3.1.0.0.
I've put the right paths in compilation options and added "dsplib.ae64P" in linker (ELF output).
The linker complains that it misses DSP_fft16x16r_i symbol.
I tried the example supplied with the lib, but in the example it uses DSP_fft16x16, which doesn't seem to be the optimized version (moreover there's a warning saying the function is implicitly declared). If I modify to DSP_fft16x16_i, it doesn't link (but no more warning by the compiler).
What's wrong ?
Regards