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.

CCSTUDIO: how to set -nopedantic since warnings abort build, possibly after update

Part Number: CCSTUDIO

Tool/software:

I have b1312een struggliin the applications menu,  with the fact that CCS now considers warnings to be errors and aborts build

It aborts even if I have a declared variable that I do not use, but want to inspect with debug.

I think this is in compiler switches, but cannot figure out where to change it.

It has forced me to correct a lot of type errors, which is good :-) but slows down the development a lot.....

Also, after updates, I now have 3 different CCS in the application menu, 12.7.1, 12.8.0 and 12.8.1

After the upgrade from 12.7.1 CCS tries to compile a C++ H file as a C h file, which means the keyword class is no

longer recognized

  • I can also note that the file subdir_rules.mk is marked with a red cross, so something is wrong

    Under include I have two identical items, named rfUARTBridge_CC1312R1_LAUNCHXL_nortos_gcc/Debug. What does tis mean?

    These are using project explorer.

    G