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.

CCS 5.4 with dsk6713

Hello Everyone!!!

can somebody help me regarding ccs5.4 use for dsk6713 i have tried different manual but ends up in nothing.Here is the message i got after building first project,also there is a screen shot of my project as under.


**** Build of configuration Debug for project BreakThrough ****

C:\ti\ccsv5\utils\bin\gmake -k all
subdir_rules.mk:28: warning: overriding commands for target `c6713dskinit.obj'
subdir_rules.mk:21: warning: ignoring old commands for target `c6713dskinit.obj'
'Building file: ../Vectors_intr.asm'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -g --define=CHIP 6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/dsk6713/c6000/dsk6713/include" --include_path="C:/dsk6713/c6000/bios/include" --display_error_number --diag_warning=225 --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="Vectors_intr.pp"  "../Vectors_intr.asm"
[6713.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "6713"
1 fatal error detected in the compilation of "6713".
Compilation terminated.

>> Compilation failure
gmake: *** [Vectors_intr.obj] Error 1
'Building file: ../Vectors_poll.asm'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -g --define=CHIP 6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/dsk6713/c6000/dsk6713/include" --include_path="C:/dsk6713/c6000/bios/include" --display_error_number --diag_warning=225 --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="Vectors_poll.pp"  "../Vectors_poll.asm"
[6713.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "6713"
1 fatal error detected in the compilation of "6713".
Compilation terminated.

>> Compilation failure
gmake: *** [Vectors_poll.obj] Error 1
'Building file: ../c6713dskinit.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -g --define=CHIP 6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/dsk6713/c6000/dsk6713/include" --include_path="C:/dsk6713/c6000/bios/include" --display_error_number --diag_warning=225 --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="c6713dskinit.pp"  "../c6713dskinit.c"
[6713.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "6713"
1 fatal error detected in the compilation of "6713".
Compilation terminated.

>> Compilation failure
gmake: *** [c6713dskinit.obj] Error 1
'Building file: ../main.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -g --define=CHIP 6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/dsk6713/c6000/dsk6713/include" --include_path="C:/dsk6713/c6000/bios/include" --display_error_number --diag_warning=225 --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="main.pp"  "../main.c"
[6713.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #5: could not open source file "6713"
1 fatal error detected in the compilation of "6713".
Compilation terminated.

>> Compilation failure
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****