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.

I cannot use CCS v5.5 command line build.

Other Parts Discussed in Thread: CCSTUDIO

i used below command

c:\ti\ccsv5\eclipse\eclipsec -noSplash -data "D:\wca1_sdsp\trunk" -application com.ti.ccstudio.apps.projectBuild -ccs.autoImport -ccs.projects "wca1_sdsp" -ccs.configuration Core0

D:\wca1_sdsp\trunk is path, and project name is "wca1_sdsp". build configuration is "Core0".

In GUI mode, build works fine.

but, in command mode, there is error.


D:\wca1_sdsp\trunk>c:\ti\ccsv5\eclipse\eclipsec -noSplash -data "D:\wca1_sdsp\tr
unk" -application com.ti.ccstudio.apps.projectBuild -ccs.autoImport -ccs.project
s "wca1_sdsp" -ccs.configuration Core0

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CCS headless build starting... [Tue Mar 24 14:42:34 KST 2015]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


================================================================================

Pre processing...

!WARNING: Project 'wca1_sdsp' was not found in the workspace! Ignoring...

================================================================================

Building...

================================================================================

CCS headless build complete!


why that happens??