Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934639AbWKXWfg (ORCPT ); Fri, 24 Nov 2006 17:35:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934646AbWKXWfg (ORCPT ); Fri, 24 Nov 2006 17:35:36 -0500 Received: from mail-gw3.sa.ew.hu ([212.108.200.82]:65483 "EHLO mail-gw3.sa.ew.hu") by vger.kernel.org with ESMTP id S934639AbWKXWfg (ORCPT ); Fri, 24 Nov 2006 17:35:36 -0500 To: jdike@addtoit.com CC: akpm@osdl.org, linux-kernel@vger.kernel.org In-reply-to: <20061124203422.GE4745@ccure.user-mode-linux.org> (message from Jeff Dike on Fri, 24 Nov 2006 15:34:22 -0500) Subject: Re: UML compile problems on -mm References: <20061124203422.GE4745@ccure.user-mode-linux.org> Message-Id: From: Miklos Szeredi Date: Fri, 24 Nov 2006 23:34:46 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 24 > > it still fails on linking: > > > > LD .tmp_vmlinux1 > > lib/lib.a(bug.o): In function `find_bug': > > lib/bug.c:108: undefined reference to `__start___bug_table' > > rc6-mm1 builds and boots here fine. > > The bug table stuff is defined in asm-generic/vmlinux.lds.S, which is > pulled in through arch/um/kernel/dyn.lds.S and asm-um/common.lds.S. You mean /asm-generic/vmlinux.lds.h? That one defines the macro named BUG_TABLE, but does not use it. And AFAICS neither does the other two files you mentioned. So there's somthing fishy going on ;) Miklos - 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/