Part Number: TMS320F28377S
I've been unsuccessful building from the command line with ccs-server-cli.
ccs-server-cli just displays its help menu. It give no indication of when was wrong with the command line parameters. This is not at all helpful. Possibly the issue is related to the fact that I am using a workspace file CMCScannerPlusPlusWS.theia-workspace instead of a workspace folder?
Ex below.
PS C:\> c:\ti\ccs2040\ccs\eclipse\ccs-server-cli -workspace 'C:\CompanyName\projects\CMCScannerPlusPlus\' -application com.ti.ccs.apps.buildProject -ccs.workspace -ccs.configuration DEBUG_FLASH
# --------------------------------------------------------------------------------
# Usage:
ccs-server-cli.bat -workspace '<workspace-dir>' -application com.ti.ccs.apps.buildProject
(-ccs.projects [<name> ]+ | -ccs.locations [<path> ]+ | -ccs.workspace) [<options>]
# where options include:
-ccs.projects [<name> ]+
Space-separated list of project-names to build.
-ccs.locations [<path> ]+
Alternatively, space-separated list of project-locations to build.
-ccs.workspace
Alternatively, build entire workspace.
-ccs.buildType (incremental | full | clean)
The type of build to perform (optional).
Defaults to 'incremental'.
-ccs.configuration <name>
The build-configuration to build (optional).
Defaults to active build-configuration.
-ccs.listErrors
List all errors after build completes (optional).
-ccs.listProblems
List all errors and warnings after build completes (optional).
-ccs.autoImport
Automatically import projects at their original locations (optional).
-ccs.autoOpen
Automatically open any closed projects (optional).
-ccs.defaultImportDestination '<dir>'
Default import-destination. This is the workspace where user-projects will be created/imported by default.
-ccs.args '<file>'
File containing any extra arguments (optional).
-ccs.help
Print this help message.
Folder structure:

CCS
