Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hello;
I have an already project in code composer and i need to build this project several time with different configurations, and i need to make this compilation using the command line.
I use this line of code for compilation
C:\ti\ccsv6\eclipse\eclipsec -noSplash -data "C:\Users\%username%\workspace_v6_1" -ccs.buildType full -ccs.autoImport -application com.ti.ccstudio.apps.projectBuild -ccs.projects Test_Project -ccs.configuration Debug
i tried to add this configuration -ccs.projectSpec TestPrjSpc.projectspec and make my configuration in the "TestPrjSpc.projectspec" file and it doesn't work
also i tried to add this configuration -ccs.args arg_file and it doesn't work also
------------------------------------------------------
----------The arg_file is as below------------
------------------------------------------------------
--define=TEST_SCRIPT
is their any method to pass a configuration to the compile fix my issue.
Best regards
Mohamed Hamed