Tool/software: Code Composer Studio
Dear Sirs,
For a wile I am trying to resolve a problem using C6713dskinit.h and c6713dskinit.c. I have a project with the Board TMS320C6713 from Spectrum Digital in that these both file have to be included. After adding c6713dskinit.c I receive the following compilation error:
>> Compilation failure
subdir_rules.mk:16: recipe for target 'c6713dskinit.obj' failed
"../c6713dskinit.c", line 15: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 32: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 60: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 69: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 78: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 86: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 99: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
"../c6713dskinit.c", line 106: error #20: identifier "DSK6713_AIC23_codecdatahandle" is undefined
8 errors detected in the compilation of "../c6713dskinit.c".
The described errors appear in c6713dskinit.c. I use CCS Version: 7.4.0.00015. As I see the declaration of DSK6713_AIC23_codecdatahandle exists in dsk6713_aic23.h and the path to this file is added in the project settings. Also all the libraries necessary for the project. By the other kind of projects that don't need C6713dskinit.h and c6713dskinit.c the compilation process is working fine.
Thank You