Page 1 of 1
Bochs binary with debugging?
Posted: Sat May 31, 2008 1:40 am
by indiocolifa
Please, anyone can send me a bochs executable built with debugger and all the bells & whistles? I tried for 2 days to compile bochs and with GCC 4.3 it's IMPOSSIBLE. Latest CVS files do not build.
Thanks.
Posted: Sat May 31, 2008 5:15 am
by tadada
I assume that because you are using GCC you are using Linux, but in the case that I am wrong the windows installer (on the download page it is the .exe file) will install Bochs in your program files folder. (under Bochs <ver> folder) In there 2 icons exist. one is normal Bochs, one is the debugger.
Posted: Sat May 31, 2008 9:53 am
by indiocolifa
I'm using ArchLinux I can't build Bochs 2.3.6 with debugging. I tried GCC 4.3.0 and also GCC 3.3.
Posted: Sat May 31, 2008 10:07 am
by Combuster
2.3.6 compiles without errors on my machine (cygwin+GCC 3.4.4, gentoo+GCC 4.1.1)
The options:
Code: Select all
../bochs-2.3.6/configure --enable-debugger --enable-disasm --enable-magic-breakpoint --enable-port-e9-hack --enable-cpu-level=6 --enable-3dnow --enable-sse=3 --enable-x86_64
make
Posted: Sat May 31, 2008 7:21 pm
by indiocolifa
Finally done, I tweaked the makefile with GCC 3.4 and got it to compile.