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.

CCSTUDIO-THEIA: Command Line Builds: No Feedback on why command is failing

Part Number: CCSTUDIO-THEIA

Hello.

All, I'm trying to setup a build pipeline for a CCS project with CCS version 20.3.1.5__1.9.1 

After following the tutorial for a while I have been unable to build a project through the commandline.
I am not getting any feedback on what is wrong with my command line arguments.

Does anyone have any feedback on why this isn't working?

Here is the link to the tutorial I was following: 6.4.1. Creating and Building Projects from Command Line — Code Composer Studio 20.0.0 Documentation 


Here is the path to the workspace on my machine: C:\Users\william.montgomery\workspace_ccstheia

Here is the path to the project that is already imported:C:\Users\william.montgomery\workspace_ccstheia\RGM

Here is the command:
ccs-server-cli -noSplash -workspace "C:\Users\william.montgomery\workspace_ccstheia" -application com.ti.ccs.apps.buildProject -ccs.projects RGM -ccs.clean



The feedback from the tool is the -help option output.

Thank you for any assistance.


  • Hello,

    Are you using PowerShell as your terminal? If so, can you execute the command with cmd /c?

    Example:

    cmd /c 'ccs-server-cli -noSplash -workspace "C:\Users\william.montgomery\workspace_ccstheia" -application com.ti.ccs.apps.buildProject -ccs.projects RGM -ccs.clean'