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.

CODECOMPOSER: CCS v20.4.1 IDE Indexing Error: Built-in macro __TMS320C2000__ incorrectly identified or pointing to wrong path

Part Number: CODECOMPOSER

hi, 

 

I am experiencing a symbol recognition issue (similar to an IntelliSense error in VS Code) in the new CCS v20.4.1 IDE. The compiler built-in macro __TMS320C2000__ is not being correctly resolved by the IDE's indexer.

Observed Behavior:
1. Compilation Success: The project builds and executes successfully. The compiler correctly recognizes and uses the __TMS320C2000__ variable.
2. IDE Recognition Error: Despite successful builds, the IDE (Theia/Indexer) flags this macro as an error or incorrectly points it to an unrelated path/definition.
3. Difference from CCS v12: In CCS v12, this built-in variable was correctly discovered by the Eclipse-based indexer (as shown in the attached screenshot).

this is v12

1.png

 

this is v20