Hi,
I am using CCS version 5.4.0.00091.
I have an application that we need to build twice (once for our end product, and once for manufacturing test). Both builds are from the same source code.
The two versions will differ only by a pre-compiler "-D" option. I can add the -D option from the Project Properties, CCS Build, ARM Compiler, Advanced Options, Predefined Symbols.
What I have not been able to figure out, is how to setup two projects, one for each binary, that utilize the same source code. The two projects would differ only in their names, and the -D option passed to the compiler.
I don't have to do this from two project files, though, if there is a better way.
Main thing I'm trying to do, is to build two different images from same source, with different -D option passed to compiler.
thanks,
Steve