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 have a project that builds fine in the IDE. I need to build the same project with a command line in order to have it build using a script. Based on a web search, I used the following command:
eclipsec -noSplash -data "C:\Users\310212606\Documents\Git_UroNav\uronav\hardware\UroNav Connect" -applications com.ti.ccstudio.apps.projectBuild -ccs.projects PwrCtrlBrd
An error is returned, "dvtLogOptions.xml DOES NOT exists". I have not been able to find much information on this file. However, the IDE must have a file that does the same thing as the dvtLogOptions.xml does. If someone knows how to provide the right information to get the command line to work correctly, please let me know. Thanks.
I forgot to give the version number of CCS (version 7.3.00019). Also using 64-bit Windows 7.
Hi David,
David Harding56 said:An error is returned, "dvtLogOptions.xml DOES NOT exists"
This is actually a known issue but it should not impact execution. Likely the real root cause of the command failure is elsewhere
I see a typo in your command:
David Harding56 said:eclipsec -noSplash -data "C:\Users\310212606\Documents\Git_UroNav\uronav\hardware\UroNav Connect" -applications com.ti.ccstudio.apps.projectBuild -ccs.projects PwrCtrlBrd
the option is "-application" (without an "s"). Can you try running the command again?
Thanks
ki