Claude Sylvain wrote:


Message: 6
To: mspgcc-users@lists.sourceforge.net
From: H.J.Dix <d...@preh-willich.de>
Date: Tue, 23 Nov 2004 11:45:56 +0000 (UTC)
Subject: [Mspgcc-users] No connection to gdbproxy
Reply-To: mspgcc-users@lists.sourceforge.net

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.


Hello H.J.,

I have the same problem.
Seems that GDB can not read the "gdb.ini" file.
A way to get ride of this problem is to force gdb to execute the "gdb.ini" file by typing (at the gdb prompt) the following command:
   source gdb.ini

Claude

If you are using GDB 6.0, try calling the file .gdbinit

Regards,
Steve


Reply via email to