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.
Hello,
I would like to build/compile multiple configurations at once. It seems there no way to do that. In my project I have 12 differents configurations, 6 for release versions, 6 for debug/jtag version.
When I need to generate a new version of my project (which consist of all 6 release configurations), I must manually select an active configuration, then build it.
I found a little workaround by re-using the generated makefile and gmake to build all 6 configurations, yet as soon as something change in my preoject options, I must manually reselect/rebuild all configurations.
Any thoughs ?
Thanks,
Fred.
Hello Fred,
One option is to automate it. You can use the command line project build command (where you can specify the configuration) and call it from a batch file.
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Build_a_Project
Thanks
ki