Hi Everyone,

I am using the latest Windows install of mspgcc (20081230) and targeting the
MSP430F2618.  When using msp430-gdb, the step and next commands seem to
function identically: there is no stepping over functions.  Also, bt and
finish commands do not work properly.  I found this post on the mailing
list: Useful new GDB
fixes<http://sourceforge.net/mailarchive/forum.php?thread_name=ee737b120809180800p752b0813sa4262230349f24ce%40mail.gmail.com&forum_name=mspgcc-users%20>--
have these patches not been applied to this version of mspgcc?  Do I
need
to build the toolchain to get this functionality, or is there maybe
something wrong with how I am invoking the debugger?  I launch gdb using the
following command:

msp430-gdb --command=gdb.ini --se=firmware.elf

gdb.ini contains:
set remoteaddresssize 64
set remotetimeout 999999
target remote localhost:2000
break main
continue

Thanks for your time!

- Jay

Reply via email to