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.
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
Hi Guiseppe,
for CCS4 these wiki pages might help you to dontinue doing the same from the command line/batch files. Since CCS4 is eclipse based you will find some significant differences from 3. However there are also migration guides etc available.
This page shows how to use a comand line to for example build all projects in a workspace etc. You can also specify the build configuration.
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create
These topics might also be of interest to you:
http://processors.wiki.ti.com/index.php/Automating_CCS
http://processors.wiki.ti.com/index.php/Scripting_Console
Please let me know whether this gives you enough to go on with the migration.
Best regards,
Lisa
Hi Lisa,
Thank you a lot for your information.
I think that the answer to my question is into the http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create document.
In the next day I try to make the batch file to compile all the build configuration that are in my project.
Regards
Giuseppe