Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2005 14:29:14 -0800
From:      Nate Lawson <nate@root.org>
To:        fandino@ng.fadesa.es
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: link_elf: symbol AcpiDmDumpMethodInfo undefined
Message-ID:  <423A04BA.40800@root.org>
In-Reply-To: <42396712.2060704@ng.fadesa.es>
References:  <4238483F.2020108@ng.fadesa.es> <42387144.3050507@root.org> <42396712.2060704@ng.fadesa.es>

next in thread | previous in thread | raw e-mail | index | archive | help
fandino wrote:
> 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.

Actually, my response was not correct.  There is only one dependency 
acpi.ko has on the kernel that changes with the ACPI_DEBUG option: 
db_readline().  If you get an undefined symbol for that, you need
"options KDB" in your kernel.

I have no idea how you are getting AcpiDmDumpMethodInfo not defined. 
That means you have somehow undefined ACPI_DISASSEMBLER.  The only thing 
I can think that would lead to this is an incomplete cvsup or a weird 
kernel config.  Blow away sys/dev/acpica and sys/contrib/dev/acpica and 
cvsup again.

What are the contents of your KERNCONF?

-- 
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?423A04BA.40800>