From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24299 invoked by alias); 12 Feb 2007 17:58:19 -0000 Received: (qmail 24290 invoked by uid 22791); 12 Feb 2007 17:58:18 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 12 Feb 2007 17:58:12 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HGfRJ-0008Gi-3c; Mon, 12 Feb 2007 12:58:09 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HGfRI-0002kI-Qj; Mon, 12 Feb 2007 12:58:08 -0500 Date: Mon, 12 Feb 2007 20:35:00 -0000 From: Daniel Jacobowitz To: Supriya Sriraman Cc: gdb@sourceware.org Subject: Re: Error "no termcap libary found" when building gdb 6.6 for powerpc/strongarm target Message-ID: <20070212175808.GA10377@caradoc.them.org> Mail-Followup-To: Supriya Sriraman , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00084.txt.bz2 On Mon, Feb 12, 2007 at 11:47:24AM -0600, Supriya Sriraman wrote: > 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 You need ncurses for your host system to build GDB. I assume crosstool knows how to do that - but I don't, so another list may be able to help you better. -- Daniel Jacobowitz CodeSourcery