Hi there,
I have a CSL installation for which the csl_general.h has the following definition :
/** *************************************************************************** * -------------------------------------------------- * 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 ... .. ..
I would like to "undefine" this #define CHIP_C5517 macro directly somewhere in the CCS12 project environment variables if possible.
Is there a way to undefine this macro/symbol so that at project compilation the correct code is compiled automatically (that is the one that is not for the C5517) ?
There is not much in the CCS user guide about this...
thanks in advance, mike