Other Parts Discussed in Thread: CCSTUDIO
Hi
I am doing a headless build using CCS5.5. For one of my project configurations 'Debug' CCS insists on doing a FULL build even though I have specified INCREMENTAL:
C:\ti\ccsv5\eclipse>eclipsec -noSplash -data c:/jenkins/workspace/Osiris_trunk/workspace_jenkins_Osiris_trunk -application com.ti.ccstudio.apps.projectBuild -ccs.projects Osiris2_K2KCoreA -ccs.configuration Debug -ccs.buildType incremental
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Tue Feb 11 15:12:37 GMT 2014]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
================================================================================
Building...
**** Clean-only build of configuration Debug for project Osiris2_K2KCoreA ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean
DEL /F "configPkg\linker.cmd" "configPkg\compiler.opt" "Osiris2_K2KCoreA.out"
For another configuration, CCS correctly does an incremental build.
How can I fix this please?
David