From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18631 invoked by alias); 12 Feb 2007 17:47:36 -0000 Received: (qmail 18622 invoked by uid 22791); 12 Feb 2007 17:47:34 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Feb 2007 17:47:27 +0000 Received: by ug-out-1314.google.com with SMTP id 75so645571ugb for ; Mon, 12 Feb 2007 09:47:24 -0800 (PST) Received: by 10.78.166.7 with SMTP id o7mr5568895hue.1171302444240; Mon, 12 Feb 2007 09:47:24 -0800 (PST) Received: by 10.78.169.5 with HTTP; Mon, 12 Feb 2007 09:47:24 -0800 (PST) Message-ID: Date: Mon, 12 Feb 2007 19:30:00 -0000 From: "Supriya Sriraman" To: gdb@sourceware.org Subject: Error "no termcap libary found" when building gdb 6.6 for powerpc/strongarm target MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00083.txt.bz2 I am getting "no termcap library found" error when I was building GDB 6.6, for a powerpc target. The host and target are powerpc, the build is i686-pc-linux-gnu. I used the crosstool-0.43 package to build the cross-compiler. I passed --builduserland and --gdb options to all.sh Can anyone help me with this? (I need GDB for strongarm too, but I get the same "no termcap library found" error). Here is what I did to build gdb 6.6 for powerpc target: CC==/opt/build/crosstool-0.43/crosstool/gcc-2.95.3-glibc-2.2.5/powerpc-603e-linux-gnu/bin/powerpc-603e-linux-gnu-gcc ../gdb-6.6/configure --target=powerpc-603e-linux-gnu --host=powerpc-603e-linux-gnu --build=i686-pc-linux-gnu --prefix=/opt/build/crosstool-0.43/crosstool/gcc-2.95.3-glibc-2.2.5/powerpc-603e-linux-gnu GNU assembler version 2.15 (powerpc-603e-linux-gnu) using BFD version 2.15 configure: error: no termcap library found make[1]: *** [configure-gdb] Error 1 make: *** [all] Error 2