]> git.sur5r.net Git - openocd/blob - README.Windows
README* refactoring
[openocd] / README.Windows
1 Building OpenOCD for Windows
2 ----------------------------
3
4 You can build OpenOCD for Windows natively with either MinGW/MSYS or
5 Cygwin. Alternatively, one can cross-compile it using MinGW on a *nix
6 host. See README for the generic instructions.
7
8 USB adapters
9 ------------
10
11 You usually need to have WinUSB.sys (or libusbK.sys) driver installed
12 for a USB-based adapter. Some vendor software (e.g. for ST-LINKv2)
13 does it on its own. For the other cases the easiest way to assign
14 WinUSB to a device is to use the Zadig installer:
15
16   http://sourceforge.net/projects/libwdi/files/zadig/
17
18 For the old drivers that use libusb-0.1 API you might need to link
19 against libusb-win32 headers and install the corresponding driver with
20 Zadig.