Hello
I am getting this error while compiling via make file (clearmake).The compilation uses TI tools located on a network location which is visible too all users.
y:\dsp\summit2\system\apcop1_apcop2\bin>clearmake
'***** Building BIOS For APCOP1_APCOP2*****'
y:\dsp\summit2\tools\ti\xdctools\tconf.exe -b -Dconfig.importPath="y:\
dsp\summit2\tools\ti\bios\packages;" -Dconfig.platform="y:\dsp\summit2\tools\ti
\xdctools\packages\ti\platforms\dsk6455" "y:\dsp\summit2\system\apcop1_apcop2\
bin\Bios.tcf"
y:\dsp\summit2\tools\ti\xdctools\tconf.exe: can't create session manager: create
of JVM failed
*** Error code 1
clearmake: Error: Build script failed for "Bios.tcf"
I have another installation of xdctools on my C: drive. When I am physically copy this installation
To the network to the compilation directory, the problem disappear. But this is not a valid solution. I want the conf.exe to be able to find the network tools. I tried to play with the XDCROOT environment variable or with CCS settings. Nothings helps.
Thanks
Roni