Other Parts Discussed in Thread: MSPM0G3507
Tool/software:
I have CCS Theia 1.4.0 installed on Windows 10. When I follow the CCS Theia documentation to build my project from the command-line, I get the following error:
> C:\ti\ccstheia140\ccs\eclipse\ccs-server-cli -noSplash -data C:/Users/gordon.tyler/workspace_ccstheia -application com.ti.ccs.apps.buildProject -ccs.projects MotionLogicController
-ccs.configuration Debug
Common launcher for headless CCS Server applications
Usage:
node <path-to>/app-launcher.js -workspace <workspace-path> -application <application-id> <application-arguments>
node <path-to>/app-launcher.js -help
where:
<workspace-path> - the absolute path to the workspace directory
<application-id> - the headless application ID, e.g. 'com.ti.ccs.apps.projectBuild' or simply 'projectBuild'
currently supported applications:
1. com.ti.ccs.apps.initialize (or simply 'initialize')
2. com.ti.ccs.apps.projectCreate (or simply 'projectCreate' or 'createProject')
3. com.ti.ccs.apps.projectImport (or simply 'projectImport' or 'importProject')
4. com.ti.ccs.apps.projectModify (or simply 'projectModify' or 'modifyProject')
5. com.ti.ccs.apps.projectBuild (or simply 'projectBuild' or 'buildProject')
6. com.ti.ccs.apps.sketchImport (or simply 'sketchImport' or 'importSketch')
7. com.ti.ccs.apps.inspect (or simply 'inspect')
<application-arguments> - application-specific arguments (application usage will be printed if no arguments are supplied)