Page 1 of 1

Bochs crashes with ACPI

Posted: Mon Apr 19, 2010 2:03 pm
by ChewieRFC
I just rebuilt Bochs because I noticed it wasn't compiled with ACPI support. Now, when I run Bochs, it crashes. It won't even make it to the BIOS boot screen. Instead, I get this:

Code: Select all

bochs: symbol lookup error: /usr/local/lib/bochs/plugins/libbx_acpi.so.0: undefined symbol: _Z20apic_bus_deliver_smiv
I rebuilt Bochs with these options:

Code: Select all

--with-sdl --enable-sb16 --enable-ne2000 --enable-vbe --enable-plugins --enable-trace-cache --enable-host-specific-asms --enable-fast-function-calls --enable-mmx --enable-debugger --enable-pci --enable-usb --enable-usb-ohci --enable-acpi
I have no idea why this would happen. Any help?

Re: Bochs crashes with ACPI

Posted: Mon Apr 19, 2010 3:22 pm
by quok
I've never gotten bochs to build properly with plugins enabled. Try disabling that option.

Re: Bochs crashes with ACPI

Posted: Mon Apr 19, 2010 7:16 pm
by ChewieRFC
Nevermind, I wasn't paying enough attention to that error. I recompiled with --enable-apic and it works A-OK.

Mods, you can lock this if you please.