Hello All
My first question
I'm trying to run the debugger in Eclipse 3.2.0
I have the following plugins
Managedbuilder 0.0.1
Mspgcc eclipse 0.0.2
MSP430 1.0.0
My gdb-target.ini
target remote :3333
set remoteaddresssize 64
set remotetimeout 999999
set download-write-size 512
set remote memory-write-packet-size 512
set remote memory-write-packet-size fixed
set remote memory-read-packet-size 512
set remote memory-read-packet-size fixed
mon erase
load ..\Debug\Leds.elf
I have mspgcc installed in the c:\cygwin directory
When I attempt to run debug I get the following error
No symbol "auto" in current context.
warning: Remote failure reply: E00
I'm hoping this is an easy fix.
I have tested the elf file and found it downloads and runs correctly.
Chris Zonca
Bayview Systems Pty Ltd