From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23407 invoked by alias); 4 Jan 2002 20:03:27 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 23359 invoked from network); 4 Jan 2002 20:03:25 -0000 Received: from unknown (HELO gorgon.vtab.com) (62.20.90.195) by sources.redhat.com with SMTP; 4 Jan 2002 20:03:25 -0000 Received: from virtutech.se (garbo.hq.vtech [10.0.0.60]) by gorgon.vtab.com (8.11.0/8.11.0) with ESMTP id g04K3CP50864; Fri, 4 Jan 2002 21:03:12 +0100 (CET) Received: (from david@localhost) by virtutech.se (8.11.2/8.11.6) id g04K3Cq23018; Fri, 4 Jan 2002 21:03:12 +0100 Received: from ivanova.internethotellet.com (ivanova.internethotellet.com [195.100.94.155]) by gorgon.vtab.com (8.11.0/8.11.0) with SMTP id g04BtXP49472 for ; Fri, 4 Jan 2002 12:55:33 +0100 (CET) Received: (qmail 11114 invoked by uid 106707); 4 Jan 2002 12:53:35 +0000 Received: (qmail 8579 invoked from network); 4 Jan 2002 12:51:30 +0000 Received: from panoramix.vasoftware.com (198.186.202.147) by ivanova.internethotellet.com with SMTP; 4 Jan 2002 12:51:30 +0000 Received: from localhost ([127.0.0.1] helo=panoramix.vasoftware.com ident=mailman) by mail2.valinux.com with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16MSsL-0001pn-00; Fri, 04 Jan 2002 03:51:05 -0800 Received: from mta02ps.bigpond.com ([144.135.25.134]) by mail2.valinux.com with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16MSsB-0002S8-00 for ; Fri, 04 Jan 2002 03:50:56 -0800 Received: from bubble.local ([144.135.25.87]) by mta02ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GPEX8E00.5VD for ; Fri, 4 Jan 2002 21:57:50 +1000 Received: from CPE-144-136-176-14.sa.bigpond.net.au ([144.136.176.14]) by psmam07.mailsvc.email.bigpond.com(MailRouter V3.0h 125/3483662); 04 Jan 2002 21:50:51 Received: (qmail 1756 invoked by uid 179); 4 Jan 2002 11:50:51 -0000 From: Alan Modra To: Krishnakumar B Cc: linux-ia64@linuxia64.org, binutils@sources.redhat.com Message-ID: <20020104222050.G1043@bubble.sa.bigpond.net.au> Mail-Followup-To: Krishnakumar B , linux-ia64@linuxia64.org, binutils@sources.redhat.com References: <15409.9574.749641.667685@samba.doc.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <15409.9574.749641.667685@samba.doc.wustl.edu>; from kitty@cs.wustl.edu on Mon, Dec 31, 2001 at 08:56:38PM -0600 Subject: [Linux-ia64] Re: Compiling kernel 2.4.17 fails at link stage Errors-To: linux-ia64-admin@linuxia64.org X-BeenThere: linux-ia64@linuxia64.org X-Mailman-Version: 2.0.5 List-Id: Linux Kernel Discussions on the IA-64 Platform Date: Fri, 04 Jan 2002 12:39:00 -0000 X-SW-Source: 2002-01/txt/msg00066.txt.bz2 Message-ID: <20020104123900.9QVu-pcrpKgwT8lHb0-Qfc3kco2hjctIJ-sOjrrd-2g@z> On Mon, Dec 31, 2001 at 08:56:38PM -0600, Krishnakumar B wrote: > > I am trying to compile kernel 2.4.17 (with davidm's patches > linux-2.4.17-ia64-011226) using gcc-3.0.3 and binutils 2.11.92.0.12.3 > 20011121. I get the following error at final kernel link stage: [snip] > arch/ia64/kernel/kernel.o(.IA_64.unwind.text.exit+0x0): undefined reference to `local symbols in discarded section .text.exit' It's a kernel bug exposed by recent binutils. You can either fix the kernel by making the references weak, or hack around the problem by adding -fnoinhibit-exec to the ld command line. Alan _______________________________________________ Linux-IA64 mailing list Linux-IA64@linuxia64.org http://lists.linuxia64.org/lists/listinfo/linux-ia64