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/TMDX5535EZDSP: TIesrDemoC55 can't create session manager: create of JVM failed

Part Number: TMDX5535EZDSP

Tool/software: Code Composer Studio

I got this error,


**** Build of configuration Debug for project TIesrDemoC55 ****

"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k all

Building file: "C:/ti/c55_lp/c55_csl_3.08/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf"
Invoking: TConf
"C:/ti/bios_5_42_02_10/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_02_10/packages;" "C:/ti/c55_lp/c55_csl_3.08/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf"
subdir_rules.mk:12: recipe for target 'build-1483366785-inproc' failed
C:\ti\bios_5_42_02_10\xdctools\C:/ti/bios_5_42_02_10/xdctools/tconf: can't create session manager: create of JVM failed
gmake[1]: *** [build-1483366785-inproc] Error 1
subdir_rules.mk:9: recipe for target 'build-1483366785' failed
gmake: *** [build-1483366785] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

I added relative projects (C55XXCSL_LP, cslVC5505, TIesrEgineC55) in the project already, and they are compiled without any problem.

How should I fix this compile problem?