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 #