Bochs crashes with ACPI

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
ChewieRFC
Posts: 5
Joined: Thu Jul 02, 2009 8:51 pm
Location: California, USA
Contact:

Bochs crashes with ACPI

Post 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?
quok
Member
Member
Posts: 490
Joined: Wed Oct 18, 2006 10:43 pm
Location: Kansas City, KS, USA

Re: Bochs crashes with ACPI

Post by quok »

I've never gotten bochs to build properly with plugins enabled. Try disabling that option.
User avatar
ChewieRFC
Posts: 5
Joined: Thu Jul 02, 2009 8:51 pm
Location: California, USA
Contact:

Re: Bochs crashes with ACPI

Post 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.
Post Reply