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.

tms320c6713

Part Number: TMS320C6713B

Tool/software: Code Composer Studio

Good mroning sir, Sir, I am doing audio loop real time programme using TMS320C6713 with CCCv5.5,, When i build project i got the following error

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6700 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --include_path="C:/ti/support_c6713_dsk/include_chip" --include_path="C:/ti/support_c6713_dsk/include_board" --define=c6713 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
"C:/ti/support_c6713_dsk/include_chip/csl_chiphal.h", line 263: fatal error #35: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)

1 fatal error detected in the compilation of "../main.c".
>> Compilation failure
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.