How to add a preprocessor in Code Composer Studio 4?

I have an external text file with a specific preprocessor. How can I integrate them into my CCS project?

+3
source share
3 answers

In the compiler settings you can copy / past: the menu Assembly Properties> compiler> preprocessor> defines.

+1
source

For CCSv5

Project -> Properties -> C / C ++ General -> Path and Symbols

Under the red characters you can indicate your

It should be noted: do not forget to click " Show advanced parameter " in the lower left corner, otherwise C / C ++ General is not displayed

+5
source

CCSv8

→ → → MSP430 →

0

All Articles