Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
I am trying to automate builds of some code for the MSP430. We have several different configurations for different boards that need to be built and packaged as one release and currently a developer has to manually run a build for each configuration using the CCS GUI.
I am trying to follow the examples for the CLI given here: (insert link here) but when I run the commands such as (eclipsec -noSplash -data "C:\Users\kevin\workspace_v9\" -application com.ti.ccstudio.apps.projectBuild -ccs.projects SS_MSP430 -ccs.configuration HMI) I receive this error message in a popup:
And the terminal output gives the error:
gogo: InterruptedException: sleep interrupted
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at org.apache.felix.gogo.shell.Activator.run(Activator.java:72)
at java.lang.Thread.run(Unknown Source)
In addition, I have not been able to install code composer in a headless environment which still limits this approach to running on developer machines instead of from dedicated build servers. If there are other ways that this can be accomplished please let me know.
Thanks,
Kevin