OS: Linux 12.04 Ubuntu
CCS: 6.1.3.00034
When building projects via command line (SSH command line to Linux server), I didn't have any trouble when using CCS 6.1.1.00022. Now with the switch to 6.1.3.00034, the build hangs for around 5 minutes, then shows the error below. I'm using the same build commands I used previously with no issues.
Details:
pwd is ~/mydirectory
project at ~/mydirectory/ccs/.project
project source files at ~/mydirectory
project build configuration is "Debug"
These are the two lines that are run in this order to build a ccs project.
/opt/ti/ccsv6_1_3/eclipse/eclipse -data $(pwd) -application com.ti.ccstudio.apps.projectBuild -ccs.workspace $(pwd)/ccs -ccs.autoImport -ccs.clean
/opt/ti/ccsv6_1_3/eclipse/eclipse -nosplash -data $(pwd) -application com.ti.ccstudio.apps.projectBuild -ccs.workspace $(pwd)/ccs -ccs.configuration Debug -ccs.autoImport
Everything above the "CCS Headless Build Starting" also doesn't show up for the previous CCS version.
Thoughts?
Regards
Chris