Grant Edwards wrote:
On 2008-06-10, Grant Edwards <[email protected]> wrote:
Since the IAR debugger won't work, I thought I'd try the CCE
debugger. I've created a "non-project debug session", but none
of items on any of the configuration tabs are active. I can't
select a CPU type or JTAG interface anything else. When I
click the "debug" button, I get an error dialog that complains
about a fatal error trying to read some XML file located deep
in the bowels of the installation.
The problem appears to be that the file
C:/Program Files/Texas Instruments/CC
Essentials/v3/DebugServer/bin/win32/SystemSetup.xml
is just plain missing. Where is that file supposed to come from?
Hi Grant,
I guess, the above path is from an cce30 installation.
I've set up the TI tool chain cce20 with standard eclipse using zylin
embedded cdt. Of course to generate the required COFF files for
debugging one has to use TIs compiler. No mspgcc input is possible.
If you need any hints on setting up the tool chain, let me hear.
And one question from my side: does the debugger from the cce30 tool
chain accept ELF input, so one can use mspgcc again?
Hardy