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.
I want to make 2 different .out files depending on the compile option(ex #define)
I have 1 ccs project for 2 different products.
So every time I want to make a certain .out file between 2, I change #define option in my source code,
And when I get .out File, I should change it's name manually.
But I want to make this process automatic.
Is it possible Changing .out file name using Compile option or something in the SOURCE CODE LEVEL?
So Is there any solution for this issue?
I use CCS 5.1 with the Compiler Version 6.2.11.
Thanks for your comments