This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28069: Example Project for C2000 LaunchpadXL will not build "can't create session manager: create of JVM failed"

Part Number: TMS320F28069


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. 

  • Hi William,

    I'm assuming you were referring to this thread: 

    I added the JRE onto the PATH environment variable as follows. Note: I had a slightly different version than you have.

    Make sure you restart CCS so it can pick up the change.

    Todd

  • Todd,  

    I had IT try and fix it but it STILL does not work 

    I restarted Code Composer and here is the printout


    **** Build of configuration Debug for project Test ****

    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O
    gmake[1]: Entering directory 'C:/Users/wdussaul/Documents/CCS_temp/Test/Debug'
    'Building file: ../hello.tcf'
    'Invoking: TConf'
    "C:/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_01_09/packages;" "../hello.tcf"
    subdir_rules.mk:19: recipe for target 'build-804170271-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-804170271-inproc] Error 1
    gmake: *** [build-804170271] Error 2
    gmake[1]: Leaving directory 'C:/Users/wdussaul/Documents/CCS_temp/Test/Debug'
    subdir_rules.mk:16: recipe for target 'build-804170271' failed
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    This is frustrating 

    Any suggestions what to try again?

    Thanks 

    Bill 

  • You are using version 5_42_01_09 (I see this in the build log), but you put in 5_42_02_10 for the env variable. Make sure these two match.
  • Did this get resolved?

    Todd