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.
Tool/software: Code Composer Studio
I am using eclipsec from a command-line interface to run CCS project create and build commands from a script for testing. Many example projects that are shipped with CCS or other deliverables like MSPWare have .projectspec files associated with them that make it very easy to run a "create" command with eclipsec followed by a "build" command so that the project gets built via CCS from a command-line interface. However, other example projects have to be pre-built from inside the CCS GUI before they can be imported with an eclipsec command and then then built.
Is there a way to create a .projectspec file from an example project that has .ccsproject/.cproject/.project files?
Thanks,
Todd Snider