From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6489 invoked by alias); 16 Feb 2004 18:50:15 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6478 invoked from network); 16 Feb 2004 18:50:13 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 16 Feb 2004 18:50:13 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Asnoq-0007yc-Oi; Mon, 16 Feb 2004 13:50:12 -0500 Date: Mon, 16 Feb 2004 18:50:00 -0000 From: Daniel Jacobowitz To: Karel Gardas Cc: gdb@sources.redhat.com Subject: Re: gdb head fails to compile for arm-elf target. Message-ID: <20040216185012.GA29279@nevyn.them.org> Mail-Followup-To: Karel Gardas , gdb@sources.redhat.com References: <20040216184207.GA26721@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00168.txt.bz2 On Mon, Feb 16, 2004 at 07:46:31PM +0100, Karel Gardas wrote: > On Mon, 16 Feb 2004, Daniel Jacobowitz wrote: > > > > > Please check include/elf/common.h. > > > > > > thinkpad:/mnt/karel/gcc340-sim/combined$ ls -la include/elf/common.h > > > -rw-rw-r-- 2 karel karel 27702 Jan 19 19:28 include/elf/common.h > > > thinkpad:/mnt/karel/gcc340-sim/combined$ > > > > > > Sorry, I don't understand, what's wrong with this file? > > > > That should be providing the definition of AT_SECURE. Does it? > > No, it's not defined there: > > thinkpad:/mnt/karel/gcc340-sim/combined$ grep "AT_SEC" include/elf/common.h > thinkpad:/mnt/karel/gcc340-sim/combined$ > > Do you think it's worth the test to freshly checkout whole tree again? > Before build I have just rm -rf combined and updated gcc and src > directories, src by: cvs -q up -Pd binutils newlib gdb dejagnu -- do you > think that's the reason for failure? > > Thanks, Absolutely. You can't update just a few directories and relibly expect things to work. At a minimum, you would also need: opcodes bfd gas ld include libiberty. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer