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.

No Chip Defined error #35

Hello.  I'm getting an error in every .c file I have:
fatal error #35: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)

Now I have done some searching and tried these commands:
#define -dCHIP_6713
#define "-dCHIP_6713"
#define -CHIP_6713
#define "-CHIP_6713"

And I have done the same in project->properties->CCS Build->C6000 Compiler->Predefined Symbols:
--define="CHIP_6713"
-dCHIP_6713
-CHIP_6713

And so on.
Every one of these attempts gives me this error style:
Command-line error #1046: invalid macro definition: -dCHIP_6713

Could I get a hand in nailing down the command needed to fix this error?

Thanks for your time.