haydaa
Member level 3
fatal error: could not open source file
I have started to study Dr. Chassaing book (DSP Appl. With The C6713 and c6416 DSK). But at the first example (sine8_LED) I have this type of errors:
--------------------------- sine8_LED.pjt - Debug ---------------------------
[sine8_led.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../../sine8_LED/Debug.lkf" "sine8_led.c"
"sine8_led.c", line 2: fatal error: could not open source file "dsk6713_aic23.h"
1 fatal error detected in the compilation of "sine8_led.c".
Compilation terminated.
>> Compilation failure
[c6713dskinit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../sine8_LED/Debug.lkf" "c6713dskinit.c"
"c6713dskinit.c", line 3: fatal error: could not open source file "C6713dskinit.h"
1 fatal error detected in the compilation of "c6713dskinit.c".
Compilation terminated.
>> Compilation failure
[Vectors_poll.asm] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../sine8_LED/Debug.lkf" "Vectors_poll.asm"
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
I have tried to different ways to include related .h files. But, no result.
Can anybody help me?
I have started to study Dr. Chassaing book (DSP Appl. With The C6713 and c6416 DSK). But at the first example (sine8_LED) I have this type of errors:
--------------------------- sine8_LED.pjt - Debug ---------------------------
[sine8_led.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../../sine8_LED/Debug.lkf" "sine8_led.c"
"sine8_led.c", line 2: fatal error: could not open source file "dsk6713_aic23.h"
1 fatal error detected in the compilation of "sine8_led.c".
Compilation terminated.
>> Compilation failure
[c6713dskinit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../sine8_LED/Debug.lkf" "c6713dskinit.c"
"c6713dskinit.c", line 3: fatal error: could not open source file "C6713dskinit.h"
1 fatal error detected in the compilation of "c6713dskinit.c".
Compilation terminated.
>> Compilation failure
[Vectors_poll.asm] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -s -fr"C:/CCStudio_v3.1/MyProjects/sine8_LED/Debug" -d"CHIP_6713" -mv6710 -@"../../sine8_LED/Debug.lkf" "Vectors_poll.asm"
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
I have tried to different ways to include related .h files. But, no result.
Can anybody help me?