我的使用的是Code Composer Studio Version: 10.0.0.00010 ,电脑是WIN10系统,在编译一个工程时,会出现报错,
具体报错信息为:
**** Build of configuration Debug for project IO_Expansion ****
"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 6 all -O
Building file: "../IO_Expansion.tcf"
Invoking: TConf
"C:/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_42_01_09/packages;" "../IO_Expansion.tcf"
subdir_rules.mk:19: recipe for target 'build-138011489-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-138011489-inproc] Error 1
subdir_rules.mk:16: recipe for target 'build-138011489' failed
gmake: *** [build-138011489] Error 2
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
一部分CCS的配置情况为:







想请教下有没有什么解决的思路,谢谢!