bochs-2.3.6 with gdb-stub on windows error

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
jinglexy
Posts: 15
Joined: Sat Mar 10, 2007 1:05 am

bochs-2.3.6 with gdb-stub on windows error

Post by jinglexy »

1. i compile the bochs-2.3.6 withc vc2005(windows xp) as follow
edit .conf.win32-vcpp,
remove --enable-x86-64, --enable-clgd54xx, --with-nogui,
add --enable-vbe --enable-gdb-stub
run:
sh .conf.win32-vcpp
make win32_snap

2. compile it with vc2005
3. start bochs-gdb-stub and wait for remote connect
4. remote connect bochs-gdb with gdb-6.7, then bochs crash.
(bochs compile with gdb run fine on cygwin, but too slow)

i search in google, some1 has the same problem, how to fix it?
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 »

Didn't you just say that a cygwin build does work?
"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 ]
Post Reply