From owner-freebsd-acpi@FreeBSD.ORG Thu Mar 17 15:39:04 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF2C16A4DC for ; Thu, 17 Mar 2005 15:39:04 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567EB43D48 for ; Thu, 17 Mar 2005 15:39:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2HFaxvC029328; Thu, 17 Mar 2005 08:37:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 08:36:58 -0700 (MST) Message-Id: <20050317.083658.104062645.imp@bsdimp.com> To: fandino@ng.fadesa.es From: Warner Losh In-Reply-To: <42396712.2060704@ng.fadesa.es> References: <4238483F.2020108@ng.fadesa.es> <42387144.3050507@root.org> <42396712.2060704@ng.fadesa.es> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-acpi@FreeBSD.ORG Subject: Re: link_elf: symbol AcpiDmDumpMethodInfo undefined X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 15:39:05 -0000 From: fandino Subject: Re: link_elf: symbol AcpiDmDumpMethodInfo undefined Date: Thu, 17 Mar 2005 12:16:34 +0100 > Nate Lawson wrote: > > fandino wrote: > > > >> > >> I get this error when I compile 5.4-PRERELEASE with ACPI_DEBUG. > >> > >> Did I miss something? > > > > > > You need to recompile both kernel and modules with that option. > > > apart from deleting /usr/obj/usr/src/sys followed of the typical > "make kernel KERNCONF=xxx" > what more do I need to do? > because it's what I did and I'm getting the undefined error. Which symbol is undefined? and which kernel module, exactly, are you building? Warner