Hi everyone,
I'm using the lastest version auf den mspgcc development tools ( 2004-11-12 )
I've installed the package on a WIN98 system ( no firewall ).
After starting of msp430-gdbproxy in a DOS-box, the following message appears:
info: msp430: Target device is a 'MSP430F149' (type 7)
notice: msp430-gdbproxy: waiting on TCP port 2000
so far so good !
I created a gdb.ini file with the following contents:
set remoteaddresssize 64
set remotetimeout 999999
target remote localhost:2000
Then I started the GDB in another DOS-box:
msp430-gdb leds.elf
The message I received was
...
This GDB was configured as "--host=i686-pc-cygwin --target=msp430"...
No connection was established.
Any advice will be appreciate
Regards,
H.J.