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.

CCS4.2: How to build all the Build Configuration automatically from a command line batch file

Hi,

I try to migrate from the CCS3.3 versione to the CCS4 version, but I have a little big problem:

My project has 20 different build configuration depending on the target hardware device where the firmware has to be used.

With the CCS3.3 I've done a command line batch file that use the Timake.exe utilities and automatically compile all the firmware version.

With the CCS4 I can't do that: I've tried with the gmake -k all recalling all the makefile into the buid configuration subdirectories but it doesn't work.

If a manual build is not done before from the CCS IDE, the information into the subdirectories are not updated so if I made some modification to the compilation or the linker, I have to compile all the build configuration manually from the IDE with a waste of time.

Is there in CCS4 a utility like a Timake.exe or a gmake switch that can do what I want?

Hope to be clear into the problem explanation.

Regards

Giuseppe