I'm trying to get a headless incremental build done with CCS 6.1.2 (C2000 toolchain).
I invoke eclipse as follows from a Cygwin bash on a Win7 host (the same happens, when I start it from cmd.exe):
/cygdrive/c/ti/ccsv6/eclipse/eclipsec -nosplash -data ccs_ws -application com.ti.ccstudio.apps.projectBuild -ccs.projects LOJ_F -ccs.configuration Debug -ccs.buildType incremental
Then the whole project is built:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Wed Apr 20 09:08:37 CEST 2016]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
================================================================================
Building...
**** Build of configuration Debug for project LOJ_F ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
"C:/Users/loewjoha/LOJ-Test/LOJ_F/preBuildStep_Debug.bat"
make[2]: Nothing to be done for 'code'.
' '
...all source files getting recompiled...
and when I ask for another build (without changing any source file) all source files are recompiled again...
From CCS (Project->Build Project) it appears to work as expected.
What am I doing wrong?
Regards,
Johannes