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.

How to include the dsplib to CCS

Hi, I am new to TI CCS, and I have installed TI's DSP library on my computer. After installation, I have problem including the library to my project. Based on the instruction included, I need to go to project menu and click the option in order to proceed the configuration. But the problem is, there is no option listed in the project menu. I am currently using CCS  V4.2.1.00004, with free limited license. So, is this problem causes by the license limitation?

  • This is not a license limitation.

    You can specify additional libraries to include by right-clicking on the project and selecting 'Build Properties'. Then in the Properties dialog, select 'C/C++ Build' in the left panel. In the 'Tools Settings' tab, go to '<ISA> Linker->File Search Path' and from there you can specify additional libraries to add.

    Thanks

    ki