Hi guys!
I have a quick question about running CCS v 3.1 with the C6713 DSK. I was building an example project this past week, and when I tried to run the project, it did not complete the build.
Instead of an *.out file, the following errors occurred: "...could not open source file dsk6713.h" and "... could not open source file dsk6713_aic23.h". The actual error log file appears below.
Does anyone know how I can fix this?
Thanks.
---------------------------Sine8_buf.pjt - Debug --------------------------
[c6713dskinit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\c16x" -g -q
-fr"c:/ccStudio_v3.1/myprojects/sine8_buf/Debug" -d"CHIP_6713" -mv6710
-@" .. /myprojects/sine8_buf/Debug.lkf" "c6713dskinit.c"
"C6713dskinlt.h", line 3: fatal error: could not open source file "dsk6713.h"
1 fatal error detected in the compilation of "c6713dskinit.c".
compilation terminated.
» compilation failure
[vectors_intr.asm] "c:\CCStudio_v3.1\C6000\cgtools\bin\c16x" -g -q
-fr"c:/cCStudio_v3.1/myprojects/sine8_buf/Debug" -d"CHIP_6713" -mv6710
-@" .. /myprojects/sine8_buf/Debug.lkf" "vectors_intr.asm"
[sine8_buf.c] "c:\CCStudio_v3.1\C6000\cgtools\bin\c16x" -g -q
-fr"c: /CCStudio_v3 .1/myprojects/sine8_buf/Debug" -d"CHIP_6713" -mv6710 -@"Debug.lkf"
"sine8_buf.c"
"sine8_buf.c", line 3: fatal error: could not open source file "dsk6713_aic23.h"
1 fatal error detected in the compilation of "sine8_buf.c".
compilation terminated.
» compilation failure
Build complete,
2 Errors, 0 warnings, 0 Remarks.