Hello, I'm experiencing the following problem with msp430-gdbproxy an msp430-gdb in a Windows 2000 and windows XP systems.
I hopen a dos window and run gdbproxy: >msp430-gdbproxy --port=2000 msp430 gdbproxy answer as: info: msp430: Target device is a 'MSP430F149' (type 7) notice: msp430-gdbproxy: waiting on TCP port 2000 Then, I open another dos window and I run gdb: >msp430-gdb That answer: This GDB was configured as "--host=i686-pc-cygwin --target=msp430". (gdb) I type at the gdb prompt: source gdb.ini: the prompt disappear, and in the gdbproxy window I see: notice: msp430-gdbproxy: connected Then nothing more happens. I stop the gdb by pressing <CTRL>C and I have: Couldn't establish connection to remote target. The gdb.ini file is: set remoteaddresssize 64 set remotetimeout 999999 target remote localhost:2000. The giveio service is started. Someone can help me?