From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 429 invoked by alias); 15 Feb 2007 21:24:28 -0000 Received: (qmail 415 invoked by uid 22791); 15 Feb 2007 21:24:28 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Feb 2007 21:24:20 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 43BB311F70F; Thu, 15 Feb 2007 13:24:19 -0800 (PST) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13362-03-4; Thu, 15 Feb 2007 13:24:18 -0800 (PST) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 7200810DBC6; Thu, 15 Feb 2007 13:24:18 -0800 (PST) Received: from 192.168.92.92 ([192.168.92.92]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Thu, 15 Feb 2007 21:24:18 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 15 Feb 2007 13:24:17 -0800 Subject: Re: Configuring GDB for ARM ELF From: Michael Snyder To: Rakesh Kumar Cc: gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 16 Feb 2007 04:06:00 -0000 Message-Id: <1171574657.14623.136.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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/msg00164.txt.bz2 > > As you have observed I'm getting NO for most of the dependencies...... > > How do i get the dependencies? Build them first. For instance, a lot of them are from binutils. Try building binutils for arm-elf, and install it on your path so that gdb's configure will find it.