Hi, make for gdb works now. Had to install ncurses-devel and ncurses version 5.4-59. The default package from Suse 9.1 is too new I think. So problem number 2 is solved.
Here is a little bit more information about the expected location of gdb-6.0.tar.bz2 plange-laptp:/tmp/mspgcc # wget -c ftp://sources.redhat.com/pub/gdb/releases/gdb-6.0.tar.bz2 <ftp://sources.redhat.com/pub/gdb/releases/gdb-6.0.tar.bz2> --14:32:33-- ftp://sources.redhat.com/pub/gdb/releases/gdb-6.0.tar.bz2 <ftp://sources.redhat.com/pub/gdb/releases/gdb-6.0.tar.bz2> => `gdb-6.0.tar.bz2' Resolving sources.redhat.com... 12.107.209.250 Connecting to sources.redhat.com[12.107.209.250]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/gdb/releases ... done. ==> SIZE gdb-6.0.tar.bz2 ... done. ==> PASV ... done. ==> REST 11965008 ... done. ==> RETR gdb-6.0.tar.bz2 ... No such file `gdb-6.0.tar.bz2'. plange-laptp:/tmp/mspgcc # The correct location is: ftp://gcc.gnu.org/pub/gdb/old-releases/gdb-6.0.tar.bz2 <ftp://gcc.gnu.org/pub/gdb/old-releases/gdb-6.0.tar.bz2> Have a good day Peter Peter Lange wrote: Hi, I'm trying to install MSP 430 gcc on my laptop ( DELL Latitude D600 ). Suse 9.1 is installed, online update is done. /local_home/plange> uname -a Linux plange-laptp 2.6.5-7.108-default #1 Wed Aug 25 13:34:40 UTC 2004 i686 i686 i386 GNU/Linux /local_home/plange> Compile and install for gcc, binutils-2.15, gdbproxy worked fine. ( first I made it step by step based on instruction, then I cleanup and run /build_mspgcc.sh plange 2>&1 | tee build_mspgcc.out result is the same, not able to make gdb ) Problem 1. gdb-6.0.tar.bz2 is not located on expected location ( build_mspgcc.sh and instruction on web page ). I load the file via ftp. 2. make for gdb fails, can't find termcap library. But libtermcap is installed and available. /tmp/mspgcc> find /usr/lib -name "*termcap*" -print /usr/lib/zsh/4.2.0/zsh/termcap.so /usr/lib/libtermcap.so.2.0.8 /usr/lib/perl5/5.8.3/termcap.pl /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi/termcap.ph /usr/lib/termcap /usr/lib/termcap/libtermcap.a /usr/lib/termcap/libtermcap.so /usr/lib/libtermcap.so.2 /tmp/mspgcc> What is going wrong? I installed all the stuff some months ago on a different laptop, it worked fine ( with exception of the unexpected location of gdb-6.0.tar.bz2 ). Thanks in advance for help Peter last part of the gdb make transcript: ~ ~~ checking for _mcleanup... yes checking for _etext... yes checking for mawk... no checking for gawk... gawk checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether ln -s works... (cached) yes checking for ranlib... (cached) ranlib checking for bison... no checking for byacc... no checking for ar... (cached) ar checking for dlltool... dlltool checking for windres... windres checking for mig... mig checking for main in -lm... yes checking for wctype... yes checking for library containing socketpair... none required checking for library containing tgetent... no configure: error: no termcap library found make: *** [configure-gdb] Error 1 plange-laptp:/tmp/mspgcc #