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/CCSTUDIO: CCSv6 and DSP-BIOS installation

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

Hi there,

I have been correctly working with ccs5 and dsp bios. Now I want to move to ccsv6 but I can't let the dsp/bios work.

I'm working with a C5515 device, so I installed CCS6 only selecting CC5x device during the installation.

I then downloaded bios_5_42_01_09 and installed it on the same directory as the ccs6 ( c/ti ).

When I tried to open one of the example DSP/BIOS project (task example) I am able to open it but then I get a compilation error as shown on this log:

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'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:14: recipe for target 'build-1656349521' 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: *** [build-1656349521] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Also, if I try to open the .tcf file from the project i get this error:

And if I run tconf. exe directly from: C:\ti\bios_5_42_01_09\xdctools 

I am using a 32bit computer, running with windows7. What is wrong?

Thanks

Stefano