Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760345AbXKBXEO (ORCPT ); Fri, 2 Nov 2007 19:04:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753463AbXKBXEA (ORCPT ); Fri, 2 Nov 2007 19:04:00 -0400 Received: from fk-out-0910.google.com ([209.85.128.188]:7856 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752858AbXKBXD7 (ORCPT ); Fri, 2 Nov 2007 19:03:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:cc:subject:message-id:in-reply-to:references:organization:x-mailer:mime-version:content-type:content-transfer-encoding:from; b=irDwnN2SDgXgl6KeX3Gv6CddVZNanY80DJp0MOhgNJuicQ/HLKuDyxOiOMMj7hpP52sxKOJjel/cHUgjXiZQuvcWVjWlmZqM1Q4LD0f3jbtO8T7+FCZs+Z1FLiQIw2BUTMJJho7CmqcBvMWLIJZfJzhLeZOFl93cHPiiMmFnjPY= Date: Sat, 3 Nov 2007 00:04:06 -0700 To: Sam Ravnborg Cc: Russell King - ARM Linux , Kristoffer Ericson , Linux-arm , linux-main Subject: Re: [BUG] : kernel/built-in.o(.text+0x18db4):kernel/workqueue.c:823: undefined reference to `.L343' Message-Id: <20071103000406.30654cff.Kristoffer.ericson@gmail.com> In-Reply-To: <20071102201023.GA16670@uranus.ravnborg.org> References: <20071102202931.deb09211.Kristoffer.ericson@gmail.com> <20071102194818.GA22719@flint.arm.linux.org.uk> <20071102201023.GA16670@uranus.ravnborg.org> Organization: JLime X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit From: Kristoffer Ericson Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2150 Lines: 50 On Fri, 2 Nov 2007 21:10:23 +0100 Sam Ravnborg wrote: > On Fri, Nov 02, 2007 at 07:48:18PM +0000, Russell King - ARM Linux wrote: > > 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 > Or make that: > > make ARCH=arm ...etc... kernel/workqueue.lst > > to get intermixed C and assenbly > > Sam arm-unknown-linux-gnu- kernel/workqueue.1strrent:)$ make ARCH=arm CROSS_COMPILE=a make: *** No rule to make target `kernel/workqueue.1st'. Stop. arm-unknown-linux-gnu- kernel/workqueue.lstrrent:)$ make ARCH=arm CROSS_COMPILE=a CHK include/linux/version.h make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh :1097:2: warning: #warning syscall fadvise64 not implemented :1265:2: warning: #warning syscall migrate_pages not implemented :1321:2: warning: #warning syscall pselect6 not implemented :1325:2: warning: #warning syscall ppoll not implemented :1365:2: warning: #warning syscall epoll_pwait not implemented MKLST kernel/workqueue.lst No System.map - 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/