你(们)好。
我有一个 CSL 安装,csl_general.h 具有以下定义:
/** *************************************************************************** * -------------------------------------------------- * PART1: CHIP VERSION MACRO DEFINITION FOR PG2.1 CSL * -------------------------------------------------- * * Below macros are used to enable the source code specific to chip version * TMS320C5517. * * 'CHIP_C5517' indicates TMS320C5517 DSP. * * Defining the macro below will enable the code for the DSP TMS320C5517. */ /* TMS320C5517 */ #define CHIP_C5517 ... .. ..
如果 可能的话、我想直接在 CCS12项目环境变量中的某个位置"取消定义"这个#define CHIP_C5517宏。
是否有办法取消定义此宏/符号、以便在项目编译时自动编译正确的代码(这不是 C5517的代码)?
CCS 用户指南中对此没有太多内容...
提前感谢 Mike