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
Hi,
Is it possible to build a CCS project from command line using a DSS javascript only.
I found the option for the same in scripting console. But I am trying to automate the process of building multiple projects, so I don't want to open CCS manually.
Regards,
Saurabh
Saurabh,
There is a way to build CCS projects from the command line.
You could have your DSS script execute those commands. DSS is an API layer on top of the debugger so it does not have access to the project system which is in the IDE. There scripting console is running in the IDE so it has access to both the debugger and IDE.
Regards,
John