kelly,

Here is my script to build insight from MSP430 CVS Sources and GDB5.1.1 source archive.

I use insight, if you only want GDB without GUI, substitiute insight for GDB.

Links to mirrors of GDB/Insight sources can be goten at http://sources.redhat.com/insight/

Good luck.

Steven

Kelly Murray wrote:

I've finally gotten the mspgcc binutils, libc, and gcc compiled and
installed on my development machine.  But I'm now stuck trying
to get gdb to work.  I've grabbed the gdb CVS files as instructed,
but there is no ./configure.  Do I need the full GDB sources first,
and then overwrite the files with the ones from the CVS on mspgcc.sourcefore ? Didn't seem to work that way. The CVS files
are gdb-5.1.1, but I have not had much luck finding the sources
for this version of gdb.  Any suggestions or advice very much
appreciated, so close, yet so far away!

-kelly murray



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


export PATH=/opt/msp430-tools/bin:$PATH
rm -rf build
mkdir build
cd build
tar --bzip2 -xvf ../archive/insight-5.1.1.tar.bz2
cp -r ../cvs/gdb/gdb-5.1.1/* insight-5.1.1/
cd insight-5.1.1
./configure --target=msp430 --prefix=/opt/msp430-tools
make
make install

Reply via email to