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 v5 command line options

Other Parts Discussed in Thread: CCSTUDIO

Hi,

Is there anywhere a list of all the commands supported by CCS on the command line?

"eclipsec –noSplash -data <workspace_path> -application com.ti.ccstudio.apps.XXXXXX"

where XXXXXX=

  • projectCreate
  • projectImport
  • projectBuild
  • ...
I'm particularly interested by commands for:
  • creating a workspace
  • deleting a workspace
  • deleting a project (after a project have been imported and built, I need to import other projects with the same name...)
Regards,
Stephane
  • Hi Stephane,

    have you seen this wiki topic?  Does it have all you need?

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

    Please keep us informed.

    Best Regards,

    Lisa

  • Hi,

    I already checked this link. The few examples that I know of (projectCreate, projectImport, projectBuild) are coming from this wiki topic.

    But this topic doesn't explain how to create a workspace, delete a workpace, delete a project. And I couldn't find any related information in the help of each the known commands.

    I suppose other commands exists, but I don't have a list of them and each time I try a random name (like -application com.ti.ccstudio.apps.projectDelete), I just manage to get an eclipse crash and a log file...

    So I still have my question: is there a list of all commands somewhere (another wiki post I'm not aware of?). If not, does someone knows how to delete a project from the command line?

     

    Thanks,

    Stephane

  • Hi Stephane,

    ok, let me see if I can get a colleague with more expertise on command line/scripting to help.  Sorry if that topic was not helpful for you.

    Best Regards,

    Lisa

  • Hi Stephane,

    Stephane Mainier said:
    But this topic doesn't explain how to create a workspace, delete a workpace, delete a project. And I couldn't find any related information in the help of each the known commands.

    Specific commands for these do not exist. The workaround is to simply delete workspaces/projects via your standard console command ('del' for DOS, etc). You should just be able to specify a new workspace folder when using one of the existing commands. 

    That said, there is still some requests for some commands to be officially supported, like the delete project command as requested below:

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/220888.aspx

    We hope to get more such commands in future versions of CCS

    Thanks

    ki

  • Thanks for the info and the quick answer.

    Stephane