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.
I've downloaded TI's Code Composer Studio V6 and I am trying to build and compile code with it but I keep getting errors. I tried to resolve the erros by downloading the latest Java SE, but that did not work. The following is an error I recieve when I try to build a project.
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'blink_test1'.
Could not initialize class com.ti.utility.filesystem.DirectoryService$SingletonHolde
any suggestions?
Hello,
It sounds like you might have created a standard CDT project instead of a CCS one. Can you describe exactly how you created this project?
Also please mention what CCS version you are using.
Thanks
ki
Hi Ki,
Here is what I do.
1) Start Code Composer Studio V6.0.1
2) File--> New CCS Project . At this point there is also another issue. I cannot select the MSP430 variant I am working with. in the 'Target' section it only lets me select Custom MSP430.
3) I name my project and use the TI 4.33 compiler then select the Blink the LED sample then hit finish.
Can you provide the Eclipse log mentioned here?
http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv6#CCS_Diagnostic_Logs
Thanks
ki
Hi Ki,
When I go to Help --> CCS Support. I do not get any response from the program.
Omar
Omar,
Sounds like it is having trouble reading the device description files. For MSP430 there should be a lot of devices listed other than Custom MSP430.
Installing Java won't help as CCS ships with its own JVM that it uses to ensure compatibility. It does seem like something is fundamentally wrong with the install though that is causing it to have issues when it tries to access files from disk.
If you look in /ccsv6/ccs_base/common/targetdb/devices are there a bunch of msp430 xml files in there?
John