Bochs binary with debugging?

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
indiocolifa
Member
Member
Posts: 41
Joined: Sat May 24, 2008 12:41 pm
Location: La Plata, Argentina

Bochs binary with debugging?

Post 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.
tadada
Member
Member
Posts: 42
Joined: Sun Apr 20, 2008 5:32 pm
Location: Index 0 of the nearest Array

Post 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.
My OS: SOS (Simple Operating System).
indiocolifa
Member
Member
Posts: 41
Joined: Sat May 24, 2008 12:41 pm
Location: La Plata, Argentina

Post 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. :(
User avatar
Combuster
Member
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:

Post 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
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
indiocolifa
Member
Member
Posts: 41
Joined: Sat May 24, 2008 12:41 pm
Location: La Plata, Argentina

Post by indiocolifa »

Finally done, I tweaked the makefile with GCC 3.4 and got it to compile.
Post Reply