Code: Select all
./configure --enable-debugger --enable-disasm --enable-debugger-gui --disable-plugins -with-x11
make && sudo make install
Code: Select all
display_library: x, option="gui_debug"
I hope this helps.
Code: Select all
./configure --enable-debugger --enable-disasm --enable-debugger-gui --disable-plugins -with-x11
make && sudo make install
Code: Select all
display_library: x, option="gui_debug"
I'm the guy who wrote 95% of that frontend. On bochs, it is supposed to work for the win32, x, and sdl "display libraries" -- but you need a lot of GTK dependencies to make it work on x. It is possible to use it on bochs 2.3.5, but that requires lots of patching. However, there have been reports to me (in a previous version) of the thing failing to compile or run on some linuxes. It has been heavily tested on several other linuxes (running x) with no problems seen.thomasnilsen wrote: I added the options="gui_debug" to the display line in bochs rc.. When i do that bochs seg-faults.. When i remove it everything is ok..
Im not sure what this is or how to find out really what went wrong. Anyone had success with bochs and the x + gui_debug ?