This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Combine VLFFT project with FFTC project

Hi,All

Since the VeryLargeFFT example call  C function to calculate FFT , I want to use FFTC to replace library function.

after I combined  the VLFFT and FFTC example,it tells as follows:

but I do have include the head files such as pdk file  “ <ti/drv/qmss/qmss_qm.h>”  which includes the declaration of those unresolved  functions.

Do I have to set some configuration or do something else for the using of FFTC?