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.

Compiler/TMS320F28379D: flash_programming example compile issue

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: TI C/C++ Compiler

I am trying to compile the flash programming example provided with controlSUITE. The structure is as follows:

C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Dual\flash_programming\

-> cpu01\
-> cpu02\

The first thing that had to happen was delete the .project file under \flash_programming\. This enabled me to load the two projects. Next, I added the following to Properties -> Build -> C2000 Compiler -> Include Options (preincludes)


Once I did that and tried to build again, I am not getting the following error when I try and build.

I would like to know the source of this error and what the fix is to keep moving with this.