I am using an active perl script to configure CCSv4 (Version: 4.1.2.00027). Recently the version of Java on my Windows 7 PC was upgraded from 1.6.0_16 to 1.6.0_45. This has caused the configuration script to fail. With Java 1.6.0_16 the configuration command and error are as follows:
java -jar C:\PROGRA~1\TEXASI~1\ccsv4\eclipse\startup.jar -ccs.cgtVersion 5.2.3
-ccs.device TMS320C28XX.TMS320F28335
-ccs.endianness little
-ccs.rts libc.a
-ccs.kind com.ti.ccstudio.managedbuild.core.ProjectKind_Executable
-ccs.cmd D:/CCRC_views/CM5190_33.00.01.00_C2BLv4a/vob/core2_prototype/code/cm5190/build/Linkscript.cmd
-ccs.args D:/CCRC_views/CM5190_33.00.01.00_C2BLv4a/vob/core2_prototype/code/icd_gen/args.txt
-application com.ti.ccstudio.apps.projectCreate
-ccs.setPostBuildStep "perl ${VOBROOT}/vob/core2_prototype/code/cm5190/core2_tools/perlscripts
/ti_post_process.pl ${VOBROOT} ${PROJECT_ROOT} ${BuildArtifactFileBaseName}"
-ccs.definePathVariable VOBROOT D:/CCRC_views/CM5190_33.00.01.00_C2BLv4a
-data D:/CCRC_views/CM5190_33.00.01.00_C2BLv4a/defaultWorkspaceName
-ccs.name CM5190_33.00.01.00_C2BLv4a
-ccs.outputFormat coff
--------------------------------------------------------------------------------
Creating project 'CM5190_33.00.01.00_C2BLv4a'...
!ERROR: No code-generation tools are currently installed for ISA family 'C2000'!
With Java 1.6.0_45 installed the same configuration command was successful:
Creating project 'CM5190_33.00.01.00_C2BLv4a'...
Done!
Our IT rules do not allow CCS to be updated from the ti web site, rather we would have to reinstall an updated version of CCS. The process to do this is rather arduous.
Is there a patch or updated version of CCSv4 that is compatible with Java 1.6.0_45?
Also we are in the process of migrating to CCSv5. I have a installation disk for v5.2 (Windows & Linix). Do you expect this installation will have the same problem with Java 1.6.0_45?