Hello all, I am currently attempting to build the msp430 suite from source but having trouble finding a version of GDB that supports the msp430 target. I closely followed the instructions on http://mspgcc.sourceforge.net/\ manual/x1746.html but got stuck with the GDB build after binutils and gcc and msp430-libc got built. Neither gdb-5.1.1.tar.bz2 nor gdb-6.0 nor gdb-6.6 available from http://sources.redhat.com/gdb/ (and mirrors) seem to fully support msp430. The build usually dies when configuring <gdb-base>/gdb/ with this message
configure: error: *** Gdb does not support target msp430-unknown-none. The gdb sources from the mspgcc CVS tree (as of 2007-02-18) did not seem to be resembling the standard GDB distribution tree. Are there patches out there so that I can patch a standard GDB distribution to support an msp430 target ? Thanks and regards, Christian Böhme
