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.
Tool/software: Code Composer Studio
I am trying to run the simple audio loopback code available in ti site on tms320c6713.However I am getting the following errors.I have attached the dsk6713bsl.lib file and the source file.Please help.
"C:/C6713_lib/headerfiles/csl_chiphal.h", line 267: 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 terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Hello,
Salini Mahapatra said:"C:/C6713_lib/headerfiles/csl_chiphal.h", line 267: fatal error #35: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
It is as the error says. You need to define a CHIP as specified. Try defining "CHIP_6713" in your project compiler build option.
Thanks
ki