I downloaded CCS5.4.0.00091.
As far as I can tell, I was able to successfully install it on a workstation running Ubuntu 12.04 LTS 32-bit.
I ran the installer using "sudo".
I only installed the C5500 features.
CCSv5.4 crashes when I try to run it.
This is what I see when I launch it from the command line:
leine:/etram/dsp/ecg/Prototypes/Springdale> /opt/ti/ccsv5/eclipse/ccstudio &
[1] 5921
leine:/etram/dsp/ecg/Prototypes/Springdale> [Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
what(): Permission denied
^C
[1]+ Aborted (core dumped) /opt/ti/ccsv5/eclipse/ccstudio
leine:/etram/dsp/ecg/Prototypes/Springdale>
In my .log file in my workspace folder, I see the following:
!MESSAGE Breakpoint manager failed to parse C55xxCounter.xml
!MESSAGE Breakpoint manager failed to parse C55xxHardwareBp.xml
!MESSAGE Breakpoint manager failed to parse C55xxHardwareBpContextMenu.xml
!MESSAGE Breakpoint manager failed to parse C55xxWatchpoint.xml
!MESSAGE Breakpoint manager failed to parse C55xxWatchpointReadDataContextMenu.xml
!MESSAGE Breakpoint manager failed to parse C55xxWatchpointWriteDataContextMenu.xml
!MESSAGE Breakpoint manager failed to parse Default.xml
!MESSAGE Breakpoint manager failed to parse GTIHwBreakpoint.xml
!MESSAGE Breakpoint manager failed to parse GTIHwBreakpointContextMenu.xml
!MESSAGE Breakpoint manager failed to parse MSP430BreakAfterProgramAddress.xml
!MESSAGE Breakpoint manager failed to parse MSP430BreakBeforeProgramAddress.xml
!MESSAGE Breakpoint manager failed to parse MSP430BreakInProgramRange.xml
!MESSAGE Breakpoint manager failed to parse MSP430BreakOnDMATransfer.xml
!STACK 0
org.xml.sax.SAXParseException: Premature end of file.
I will attach the .log file from my workspace. (I renamed it log.txt to upload it.)
Does anyone have any suggestions for resolving this issue?
Patrick