I am using CCS v3.3 for target TMS320C6424, and I am getting error message as below:
#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201
It points to file csl_chiphal.h, and I do not see CHIP C6424 defined anywhere.
please help.
Thanks.
-K
You have to define macro name CHIP_6424 for your project. Got to Project, Build Options, select Preprocessor, then in Pre-defined symbol field type CHIP_6424. Voila!
I meet the same problem like you and after follow this module I fixed the problem.
Find this line in the link http://cnx.org/content/m36656/1.2/
"The CSL needs to know what chip is being used so the chip name needs to be defined. Click on Predefined Symbols under C6600 Compiler. Click the green plus sign and add the name CHIP_6713."
best regard,