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.

CCS: CCS V10 - problem with __cplusplus defined

Expert 1570 points

Tool/software: Code Composer Studio

Hi,

I've recently installed the CCS V10 with compiler version 20.2.0

I've imported a project that was compiled under CCS V7.4 with compiler 18.12.4

I have a problem that with the new CCS and compiler I get the symbol __cplusplus defined.

in the CCS V7.4 the symbol is not being defined.

I don't have any .cpp or other cpp files in the project.

I've noticed that under the new compiler I have this definition:

In the old compiler V18 these values do not exist, and also the whole entry for "CCS Built-in Compiler Settings" does not exist. Everything is in "CDT Managed.."

Is it possible to tell the compiler not to include this symbol?

any other workaround?

thanks!