Tool/software: Code Composer Studio
Hi,
I am trying to build a project from the command line. The following is the command I am currently using to build the project:
eclipsec -noSplash -data "C:\ccs" -application com.ti.ccstudio.apps.projectBuild -ccs.projects hello_CC2640R2_LAUNCHXL_tirtos_ccs -ccs.configuration Debug
This command works fine and I am able to successfully build the project. In addition to this, I would like to pass an argument when it gets built, because I would like to store the version of the code within the program. I see from the documentation that the build command seems to have the ability to do this. The specific argument is ccs.args <file>, but I cannot find any information on this. So my questions are:
1.) What is the form of the file that contains the additional arguments?
2.) How do I access these arguments from the code?
Thank you,
Carter
