How to build openocd for windows?
Usually you don’t have to build it yourself for windows. There are precompiled binaries available from Michael Fischer’s Yagarto website: www.yagarto.de
If you think you have to compile it yourself, you’ll need either Cygwin or MinGW. Instructions for using Cygwin can be found at http://openfacts.berlios.de/index-en.ph … ng_OpenOCD
Passing -no-cygwin via CFLAGS should allow you to build MinGW binaries from within Cygwin, but I’m not sure if that’s all that’s required.
Regards,
Dominic