Re: Building bochsdbg.exe using MinGW32?
Volker Ruppert <[email protected]> Mon, 18 Oct 2021 21:47:51 +0200
| Newsgroups | gmane.comp.emulators.bochs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! > Is it possible to build bochsdbg.exe using MinGW32? > > "4.2.4. Building the release on win32" in svn-release.html says "require > cygwin and MSVC++". I have fixed these lines in the developer doc. Building Bochs with debugger support should work with mingw32 and mingw64. Note that the primary target is always named "bochs" or "bochs.exe". So if you like to build Bochs both with and without debugger support, I'd suggest to build it with debugger support first and rename binary to "bochsdbg.exe". Then run configure without debugger support, do "make all-clean" and rebuild the binary. -- Thanks, Volker