Tool/software: Code Composer Studio
I am using a Linux version of CC6 and have installed the DSPLIB as I want to use the FFT functions. After the it installed I put the correct #include into the code but the compiler could not find the functions. Where is the installation supposed to be in the Linux file structure. I tried to create the #include to point directly at the dsplib directory...no joy...still couldn't find the functions. The place it is installed is /home/damianb/ti/dsplib_c674x_3_4_0_0/packages/ti/dsplib/ the underneath this is /src/ fft functions. Any ideas on how to get the compiler to find the functions?