Hi, I need help in getting the gdb-stub enabled bochs.exe for x86 target.
I followed the steps given in http://bochs.sourceforge.net/doc/docboo ... h-gdb.html
and http://bochs.sourceforge.net/doc/docboo ... LING-WIN32.
1)- downloaded bochs-2.6-msvc-src.zip .
2)- unzipped and opened the VS solution from folder vs2008. I have installed VStudio 2010 so there was conversion to 2010.
3)- added line --enable-gdb-stub in file .conf.win32-vcpp for ./configure.
4)- Set first project as Boch .
5)- Rebuild solution.
I get error during Bochs project build as, could not find "bochs-2.6\obj-release\bx_debug.lib".
Please help and let me know if i am missing anything.
I did google to find out pre compiled gdb-stub enabled bochs.exe. but could not find
Thanks.
Bochs 2.6 MSVC compilation error for gdb-stub enabled build
-
- Member
- Posts: 26
- Joined: Wed Sep 28, 2011 6:46 am
- Location: Bangalore - India
-
- Member
- Posts: 26
- Joined: Wed Sep 28, 2011 6:46 am
- Location: Bangalore - India
Re: Bochs 2.6 MSVC compilation error for gdb-stub enabled bu
Help please !!
-
- Member
- Posts: 283
- Joined: Mon Jan 03, 2011 6:58 pm
Re: Bochs 2.6 MSVC compilation error for gdb-stub enabled bu
The number one reason for this, is that the referenced file ("bochs-2.6\obj-release\bx_debug.lib") was not built due to an earlier error. So, more than likely, you failed to comply with 2 important things. First, you missed a piece of required knowledge (http://wiki.osdev.org/Required_Knowledge) namely #7 (Knowing you tool chain, and how it acts, see above) and the forums rules (http://forum.osdev.org/viewtopic.php?f=1&t=16944) namely #4 (how to ask smart questions, you forgot a build log)RajivKumarSrivastav wrote:I get error during Bochs project build as, could not find "bochs-2.6\obj-release\bx_debug.lib".
- Monk