Tool/software: Code Composer Studio
I have been working with C2000 Chips for a while but this is the first time I'm starting from scratch. I am trying to build and example project clk.c straight from code composers "New Project" selection
I will not build and it gives me "can't create session manager: create of JVM failed" I have CCS 7.2.0.00013 Several of these forums claim I have to add something to the path variable to get this to work. I have to get freaking IT involved. I but I don't understand what I have to add. None of the answers make any sense on the forum
Here is the Console Log
**** Build of configuration Debug for project C2000_clk_project ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O
gmake[1]: Entering directory 'C:/Users/wdussaul/Documents/CCS_temp/C2000_clk_project/Debug'
'Building file: ../clk.tcf'
'Invoking: TConf'
"C:/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_01_09/packages;" "../clk.tcf"
subdir_rules.mk:19: recipe for target 'build-538975905-inproc' failed
C:\ti\bios_5_42_01_09\xdctools\C:/ti/bios_5_42_01_09/xdctools/tconf: can't create session manager: create of JVM failed
gmake[1]: *** [build-538975905-inproc] Error 1
gmake[1]: Leaving directory 'C:/Users/wdussaul/Documents/CCS_temp/C2000_clk_project/Debug'
subdir_rules.mk:16: recipe for target 'build-538975905' failed
gmake: *** [build-538975905] Error 2
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
So far a DLL file may be the culprit or a system path variable.


