I think, I found the bug in GDB 6.8 file gdb-6.8\bfd\cpu-msp430.c
line 90 is N (16, bfd_mach_msp43, "msp:44", FALSE, NULL) should be N (16, bfd_mach_msp44, "msp:44", FALSE, NULL) could somebody with the abillity to build gdb 6.8 confirm this please. used gdb source from ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/gdb/gdb-6.8.tar.gz Matthias Matthias Hartmann schrieb: > A workaround could be, to run > - the compiler with -mmcu=msp430x449 > - the linker with -mmcu=msp430xG439 > > The 2 devices have same size of ram and flash. > > Does anybody know, if above workaround will bring any trouble? > > Thanks > > greetings > > Matthias
