Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Based on the documentation I can find the following command should work for importing a project into the specified workspace:
C:\ti\ccs1000\ccs\eclipse\eclipsec.exe -noSplash -data "C:\src\_workspaces\workspace_v10" -application com.ti.ccstudio.apps.projectImport -ccs.location ".\Source\bootloader-starterware\"
Executing that command just returns the help text and does not actually import the project into the workspace. I have tried both absolute and relative path argument for the -ccs.location option. I do not know how else to troubleshoot this. What else can I do? I need to be able to use the command line as this needs to be performed on a headless build agent, so I cannot rely on using the GUI.
I am using Version: 10.0.0.00010 on Windows 10.