Hello
I was given a TI MSP430 launchpad development tool for a uni project, I installed the CCS V5 software, on windows 7 64bit , selected the correct options, chose a blink code template and tried to debug it, it always crashes. I tried the same thing on a windows XP virtual machine, the same happens!
Here is the eclipse log:
!SESSION 2011-12-10 10:57:38.510 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_PT
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ti.ccstudio.branding.product
!ENTRY org.eclipse.ui 4 4 2011-12-10 10:58:12.531
!MESSAGE Referenced part does not exist yet: org.eclipse.jdt.ui.PackageExplorer.
!ENTRY org.eclipse.ui 4 4 2011-12-10 10:58:12.568
!MESSAGE Referenced part does not exist yet: org.eclipse.cdt.ui.CView.
!ENTRY org.eclipse.cdt.core 1 0 2011-12-10 11:00:04.370
!MESSAGE Indexed '123115' (1 sources, 22 headers) in 4,25 sec: 461 declarations; 520 references; 4 unresolved inclusions; 0 syntax errors; 7 unresolved names (0,71%)
!ENTRY org.eclipse.ui 4 4 2011-12-10 11:00:18.070
!MESSAGE Referenced part does not exist yet: org.eclipse.jdt.ui.PackageExplorer.
!SESSION 2011-12-10 11:01:47.713 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_PT
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ti.ccstudio.branding.product
!ENTRY com.ti.ccstudio.debug.server 4 214294189 2011-12-10 11:01:52.583
!MESSAGE Unexpected CCS exit detected [10-12-2011 10:57]!!!
!ENTRY org.eclipse.core.resources 2 10035 2011-12-10 11:01:55.408
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
!ENTRY org.eclipse.ui 4 4 2011-12-10 11:01:59.300
!MESSAGE Referenced part does not exist yet: org.eclipse.jdt.ui.PackageExplorer.
!ENTRY org.eclipse.ui 4 4 2011-12-10 11:01:59.305
!MESSAGE Referenced part does not exist yet: org.eclipse.cdt.ui.CView.
I also noticed that CCS was correctly installed:
12/10/2011 10:57:32AM - ** Checking to see if Windows is Windows
12/10/2011 10:57:32AM - Condition passed
12/10/2011 10:57:32AM - Executing action A6A6357A-36E1-41BD-8776-8DE714A70777 - Launch Application Checkbutton
12/10/2011 10:57:36AM - Executing actions 3216D785-D810-4CBC-A70A-9B68305761F0 - Setup Complete - Before Pane is Finished
12/10/2011 10:57:36AM - Executing actions 3216D785-D810-4CBC-A70A-9B68305761F0 - Setup Complete - After Pane is Finished
12/10/2011 10:57:36AM - Executing actions 471623E0-8625-4E8F-BA51-B872AD7DF6CC - Finish Actions
12/10/2011 10:57:36AM - Executing action CA99C126-5632-4757-9830-9DE71C304461 - Remove Downloads folder contents
12/10/2011 10:57:37AM - Executing action D8A2DBB7-8C6E-4DFD-8F51-4B0683B76086 - Remove temp files
12/10/2011 10:57:37AM - Executing action 4560C77F-CBEF-4EFE-9C32-D5C5DBA89EC8 - End Message
12/10/2011 10:57:37AM - ExitCode:
12/10/2011 10:57:37AM - Code Composer Studio v5 Installation Complete
Code Composer Studio v5 has been sucessfully installed.
12/10/2011 10:57:37AM - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12/10/2011 10:57:37AM - Checking conditions for 69929D40-D793-4EFE-96C9-0406426B4C70 - Launch Application - Before Action is Executed
12/10/2011 10:57:37AM - Checking condition 59C1C536-870A-4F56-8738-54370B073619 - File Exists Condition
12/10/2011 10:57:37AM - Checking to see if <%ProgramExecutable%> exists
12/10/2011 10:57:37AM - ** Checking to see if C:\ti/ccsv5/eclipse\ccstudio.exe exists
12/10/2011 10:57:37AM - Condition passed
12/10/2011 10:57:37AM - Checking condition 3A5CDCBC-F590-4ED2-B7D6-6C36B1FD26F3 - String Is Condition
12/10/2011 10:57:37AM - Checking to see if <%LaunchApplication%> is true
12/10/2011 10:57:37AM - ** Checking to see if 1 is true
12/10/2011 10:57:37AM - Condition passed
12/10/2011 10:57:37AM - Checking condition F9CF08BF-44B6-4E97-BF57-C0A405E55B91 - String Is Condition
12/10/2011 10:57:37AM - Checking to see if <%GuiMode%> is true
12/10/2011 10:57:37AM - ** Checking to see if 1 is true
12/10/2011 10:57:37AM - Condition passed
12/10/2011 10:57:37AM - Executing action 69929D40-D793-4EFE-96C9-0406426B4C70 - Launch Application
12/10/2011 10:57:37AM - Changing to working directory C:\ti/ccsv5/eclipse
12/10/2011 10:57:37AM - Executing Command Line: {C:\ti/ccsv5/eclipse\ccstudio.exe} &
12/10/2011 10:57:38AM - Storing version file C:/Program Files (x86)/InstallJammer Registry/ccsv5/60556FE5-C1A1-4061-8DF8-FFB8393BAE2D/916D2FBA-DCB7-4BB2-B98D-AF66CF10807B.ver
12/10/2011 10:57:38AM - Version file created successfully
What can i do?