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.

dsplink.h: No such file or directory

Other Parts Discussed in Thread: CCSTUDIO

Hi,

 

I am using codec_engine_2_25_01_06 and try to follow the instructions from http://processors.wiki.ti.com/index.php/DSPLink_Signal_Handling_in_Codec_Engine

I get this error (full log at bottom):

error: dsplink.h: No such file or directory

error: procdefs.h: No such file or directory

 

How to resolve this?

 

C.

 

Log (some reformatted):

 

>gmake

c:/Programs/CodeSourcery/arm2008q1-126/bin/arm-none-linux-gnueabi-g++ -c -march=armv5t 

-I"C:/DSP" 

-I"C:/CCStudio/codec_engine_2_25_01_06/cetools/packages" 

-I"C:/CCStudio/codec_engine_2_25_01_06/packages" 

-I"C:/CCStudio/bios_5_41_03_17/packages" 

-I"c:/CCStudio/xcdtools/xdctools_3_16_02_32/packages" 

-I"c:/DSP/dsp_api/dsp_api/.."  

-Dxdc_target_types__="gnu/targets/arm/std.h" 

-Dxdc_target_name__=GCArmv5T 

-Dxdc_cfg__header__="C:/DSP/dsp_api/dsp_api/package/cfg/dsp_api_xv5T.h" 

-g -Wall -Os -fno-strict-aliasing  -o dsp_api.o dsp_api.cpp

dsp_api.cpp:435:21: error: dsplink.h: No such file or directory

dsp_api.cpp:436:22: error: procdefs.h: No such file or directory

dsp_api.cpp:443: error: expected constructor, destructor, or type conversion before string constant

gmake: *** [dsp_api.o] Error 1