What are the command line options? I am using CCSv Version: 4.2.0.10018 Thanks, Nitya
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.
What are the command line options? I am using CCSv Version: 4.2.0.10018 Thanks, Nitya
Nitya,
You can use the -rtsc.target and -rtsc.platform flags:
---
-rtsc.target <id>
RTSC target (optional).
Will be auto-set by default.
-rtsc.platform <id>
RTSC platform (optional).
Will be left blank by default.
-rtsc.buildProfile <profile>
RTSC build-profile (optional).
Defaults to 'whole_program'.
-rtsc.products "<id>[:<version>][;<id>[:<version>]]*"
List of RTSC products to enable (optional).
---
If you run the projectCreate command without any arguments, you will get the listing of all available flags.
- Baltasar