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.

Getting started in CCS v4!



Hi!

I am trying to link against the DSP library:


#include <dsplib674x.h>

but the compiler can not find it.  How can I specify the include path? Where is it possible to specify the library search path? How can I add a header file to the project and have it in grouped in the "includes" node? Where can I specify to enable the L2 CPU cache for my c6747? I saw an UI form for this once, but can not find anything in CCS v4 that would look like this.

I enabled linking to the board support library by adding:
-l C:\TI\evmOMAPL137\boards\evmc6747_v1\dsp\lib\evmc6747bsl.lib

manually to the linker.cmd file. Is there a better way to do this?

Thanks!
Atmapuri