So far it sounds like things are working.  Gdb-proxy needs to run in its own
console for things to work (when mspgcc was installed there should have been
two shortcuts added to "Start --> All Programs --> mspgcc" to launch
gdp-proxy on port 3333, but you can launch gdb-proxy manually if you really
want to).  

You now need to run gdb in another console, try launching it with a command
line of:
msp430-gdb --command=gdb-target.ini <target binary>

The contents of gdb-target.ini is a set of commands that you would normally
enter into gdb every time you start a debugging session.  The .ini file that
aLUNZ uses has:
--------
target remote localhost:3333
set remoteaddresssize 64
set remotetimeout 999999
mon erase
load <target binary>
monitor reset
--------

After firing up gdb with the above command line you should be able to:
b main          (set a breakpoint at main)
c                       (start running)

Good luck,
aLUNZ


| -----Original Message-----
| From: [email protected] 
| [mailto:[email protected]] On Behalf 
| Of Mike Reynolds
| Sent: Tuesday, 21 December 2004 8:34 AM
| To: [email protected]
| Subject: [Mspgcc-users] msp430 jtag problem
| 
| Hi,
| 
| I have the following setup:
| 
|  - Olimex msp430F149 header board
|  - Olimex JTAG cable
|  - Windows 2000 and Cygwin
| 
| when I run "msp430-gdbproxy --port=2000 msp430", I get:
| _________________
| info:  msp430:  Target device is a 'MSP430F149' <type 7>
| 
| notice:  msp430=gdbproxy.exe waiting on TCP port 2000.
| 
| ________________
| 
| then the console hangs.
| 
| 
| I can see port 2000 go active while running port scanning software.  
| 
| Any ideas?
| 
| thanks,
| 
| mike
| 
| 
| -------------------------------------------------------
| SF email is sponsored by - The IT Product Guide Read honest & 
| candid reviews on hundreds of IT Products from real users.
| Discover which products truly live up to the hype. Start reading now. 
| http://productguide.itmanagersjournal.com/
| _______________________________________________
| Mspgcc-users mailing list
| [email protected]
| https://lists.sourceforge.net/lists/listinfo/mspgcc-users
| 



Reply via email to