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.
I'm using script for project creation through command line in CCS4. Using -ccs.setLinkerOptions, -ccs.setCompilerOptions for linker and compiler options.
But, need to add some post build script to the project through command line.
Any suggestions?
Bhaskar Reddy said:But, need to add some post build script to the project through command line.
Can you provide more detail on what you are trying to do here?
I'm doing command line project creation in CCS4.
Saw the example here http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create
Earlier the same link was for CCS4 but now changed to CCS5.
Project creation through command line is working fine for me.
But, while doing so, I would like to add a "Post build" command to the project. How to do it, is the question?
According to the command line help output:
-ccs.setPostBuildStep "<command>" [@configurations <name1>[ <name2>]*]
Command to be used as a post-build step (optional).
Optionally, specify a list of build-configurations in which this build-step is to be set.
Thanks
ki