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.

CODECOMPOSER: issue of buildling the project with cmd

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CCSTUDIO

Tool/software:

Hi experts,

My customer is using cmd with "eclipsec -clean -noSplash -data "workspace dir" -application com.ti.ccstudio.apps.buildProject --ccs.projects name" to building the project and meet the following return.

Other details:

1. CCS version: 11.1.0, The eclipse folder exists and the files in the path are not broken.

2. The project can be build in CCS

3. The com.ti.ccstudio.apps.buildProject package does not exist in the eclipse folder

4. Using com.ti.ccstudio.apps.projectBuild will meet the same result

Thanks,

Leo

  • Hello,

    "eclipsec -clean -noSplash -data "workspace dir" -application com.ti.ccstudio.apps.buildProject --ccs.projects name"

    They have two dashes in from of ccs.projects

    --ccs.projects

    it should be one.

    -ccs.projects

    Also note that -clean is being used. This will slow down the build since it cleans the CCS environment. I'm not sure why they are doing that here.