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.

Code Composer Command Question

Other Parts Discussed in Thread: TMS320F28335, CCSTUDIO

Hello All,

I am attempting to create a build using the Windows command line and have run into an issue. I am using CCS4.1

I have reviewed the information at http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create but am still unable to solve the problem I am facing.

Per the link above if you include an option and it is not understood, I quote "A list of available IDs will be printed if this argument is not recogized".  So if i execute the following command:

java -jar startup.jar -data d:\mynewWorkspace -application com.ti.ccstudio.apps.projectCreate -ccs.name newProject -ccs.device TMS320C28XX.TMS320F28335 -css.kind

A listing of the kinds IDs should be displayed since the option is null. However the command finishes successfully and the kind option is ignored completly and not ID list is generated.

I have tried this with other optional options as well and have had the same result.  Am I missing something in the syntax of the command?

 

Thanks,

Paul

 

  • The argument for -ccs.device is valid. Try passing in some invalid parameter:

    java -jar startup.jar  -application com.ti.ccstudio.apps.projectCreate -ccs.name newProject -ccs.device garbage

    This spits out all the IDs for me.