Hi! I can't compile CCS3.3 project (for C6455) with dsplib function, called from C++ file (main.cpp). Compiler gives the following error:
undefined first referenced
symbol in file
--------- ----------------
dsp_fft16x32 /main.obj
When I used the same C file (main.c), the project was compiled successfully.
How should I call dsplib function from C++ file to successfully compile the project?