Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758630AbXKBTsg (ORCPT ); Fri, 2 Nov 2007 15:48:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753178AbXKBTs3 (ORCPT ); Fri, 2 Nov 2007 15:48:29 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:43663 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbXKBTs2 (ORCPT ); Fri, 2 Nov 2007 15:48:28 -0400 Date: Fri, 2 Nov 2007 19:48:18 +0000 From: Russell King - ARM Linux To: Kristoffer Ericson Cc: Linux-arm , linux-main Subject: Re: [BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343' Message-ID: <20071102194818.GA22719@flint.arm.linux.org.uk> References: <20071102202931.deb09211.Kristoffer.ericson@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071102202931.deb09211.Kristoffer.ericson@gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 27 On Fri, Nov 02, 2007 at 08:29:31PM -0700, Kristoffer Ericson wrote: > Greetings, > > Haven't found anyone reporting this. Taken from the very latest linux-2.6.git pull. > > dnsdomainname: Unknown host > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > kernel/built-in.o(.text+0x18db0): In function `destroy_workqueue': > kernel/workqueue.c:823: undefined reference to `.L342' > kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343' > make: *** [.tmp_vmlinux1] Error 1 I think you'll have to look at the assembly produced for workqueue.c and work out why GCC is referencing an undefined label. You can get the assembly for that by doing: make ARCH=arm ...etc... kernel/workqueue.s and then you'll have a kernel/workqueue.s in your object tree. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/