acpi module failing to load in 1.9.0 preview #4?
David Murray
dave at nospam.murray.name
Mon May 28 11:41:52 PDT 2007
Hi Matt,
On 28/5/07 6:24 pm, Matthew Dillon wrote:
:r_esp is defined static in sys/platform/pc32/acpica5/acpi_wakeup.c.
hmm. Try making it static again, but remove the '= 0' assignment
The problem is probably due to an incompatibility between gcc-4.x's
object file format and the kernel loader.
Yup, adding back the static and removing the initialiser also fixed the
problem.
So my fault for building with GCC 4, contrary to the instructions. :-)
It's the only problem I've found so far, though (apart from a barrel
load of warnings!).
--
David Murray
More information about the Bugs
mailing list