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.

CCS6软件中predefined symbols问题

这是我自己建立的PROJECT,有predefined symbols这个选项,在里面定义一个_FLASH后,程序里面#ifdef _FLASH的部分就起作用了。

我CMD文件中有个#ifdef CLA_C的地方,我在predefined symbols里面定义一个CLA_C,CMD中#ifdef CLA_C的部分是不起作用的,我在 这个地方定义一个CLA_C=1,CMD中

#ifdef CLA_C的部分是起作用的,这是为什么,到底该怎么设置?