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.

CCS/TMS320F28379D: CCSv7.2 Command line import/build

Part Number: TMS320F28379D
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

http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Import_an_existing_CCS_Project 

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