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.
Bochs binary with debugging?
-
- Member
- Posts: 41
- Joined: Sat May 24, 2008 12:41 pm
- Location: La Plata, Argentina
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.
My OS: SOS (Simple Operating System).
-
- Member
- Posts: 41
- Joined: Sat May 24, 2008 12:41 pm
- Location: La Plata, Argentina
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
2.3.6 compiles without errors on my machine (cygwin+GCC 3.4.4, gentoo+GCC 4.1.1)
The options:
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
-
- Member
- Posts: 41
- Joined: Sat May 24, 2008 12:41 pm
- Location: La Plata, Argentina