gdbwire
gdbwire copied to clipboard
Building on Windows
What is the procedure for building on Windows? The documented build procedure requires tools that are not present on Windows. What I did was do a build on Linux and create amalgamation code then copy that code to Windows. The code doesn't build for many different reasons such as no unistd.h, etc.
Compile using mingw. I recommend mingw tdm (http://tdm-gcc.tdragon.net/) or mingw-w64.
Thanks, I was hoping for a native Windows implementation, but I'll make this work.