Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
I've been trying to use CCS from command line. I've a project that I want to import and build from command line and later on use DSS to load and run the COFF from command line as well.
I'm following the steps in below link, but I'm using CCSv7.2
I get below error with below command, am I missing any thing?
C:\ti\ccsv7\eclipse>eclipsec -noSplash -data "<C:\work\........\wspace>" -application com.ti.ccstudio.apps.projectImport -ccs.help
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(Thread.java:745)
Best Regards
Santosh Athuru