Page 1 of 1

Bochs 2.6 MSVC compilation error for gdb-stub enabled build

Posted: Thu Feb 21, 2013 12:14 pm
by RajivKumarSrivastav
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 :cry:

Thanks.

Re: Bochs 2.6 MSVC compilation error for gdb-stub enabled bu

Posted: Wed Feb 27, 2013 11:08 pm
by RajivKumarSrivastav
Help please !!

Re: Bochs 2.6 MSVC compilation error for gdb-stub enabled bu

Posted: Thu Feb 28, 2013 12:50 am
by FallenAvatar
RajivKumarSrivastav wrote:I get error during Bochs project build as, could not find "bochs-2.6\obj-release\bx_debug.lib".
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)

- Monk