Hi,
with CCS 5.0 (all variants so far) I have the following problem (which occurs also with totally new workspaces, OS used is Windows XP):
Headless builds like
eclipsec -nosplash -data %WSP_DIR% -application com.ti.ccstudio.apps.projectBuild -ccs.projects Twin_dspDI Twin_dspDT Twin_dspEI Twin_dspET -ccs.configuration %CCS_CONFIG% -ccs.clean 1>"%WORKSPACE%\..\builds\%BUILD_ID%"\cleanTwin.stdout.log 2>"%WORKSPACE%\..\builds\%BUILD_ID%"\cleanTwin.stderr.log
eclipsec -nosplash -data %WSP_DIR% -application com.ti.ccstudio.apps.projectBuild -ccs.projects Twin_dspDI Twin_dspDT Twin_dspEI Twin_dspET -ccs.configuration %CCS_CONFIG%
run fine the first time. The 2nd time (sometimes also later) they get stuck forever either during the clean or build process. On a multi-core PC this can be recognized by one core showing a permanent maximum load (which suddenly decreases when the process eclipsec.exe is stopped).
The only way to correct this behaviour is to do a 'clean' in the GUI. In rare cases only deleting and re-importing all projects helps.
First tests with CCS 5.1 indicate that this problem does not exist there (although this may also be accident).
Are any bugs of Eclipse 3.6 (soved in 3.7) known that could cause this behavior? Or in TI plugins which have been modified from 5.0 to 5.1?
Use of CCS 5.0 is the preferred solution as 5.1 is still in development and we need the tools for product design.