kinetis : Add flash sector size detection for K21 MCU.
[openocd.git] / README.Windows
blob011ba54223d720719ff4f41c6aa5ecd72c4d2185
1 Building OpenOCD for Windows
2 ----------------------------
4 You can build OpenOCD for Windows natively with either MinGW-w64/MSYS
5 or Cygwin (plain MinGW might work with --disable-werror but is not
6 recommended as it doesn't provide enough C99 compatibility).
7 Alternatively, one can cross-compile it using MinGW-w64 on a *nix
8 host. See README for the generic instructions.
10 Native MinGW-w64/MSYS compilation
11 -----------------------------
13 As MSYS doesn't come with pkg-config pre-installed, you need to add it
14 manually. The easiest way to do that is to download pkg-config-lite
15 from:
17   http://sourceforge.net/projects/pkgconfiglite/
19 Then simply unzip the archive to the root directory of your MinGW-w64
20 installation.
22 USB adapters
23 ------------
25 You usually need to have WinUSB.sys (or libusbK.sys) driver installed
26 for a USB-based adapter. Some vendor software (e.g. for ST-LINKv2)
27 does it on its own. For the other cases the easiest way to assign
28 WinUSB to a device is to use the Zadig installer:
30   http://sourceforge.net/projects/libwdi/files/zadig/
32 For the old drivers that use libusb-0.1 API you might need to link
33 against libusb-win32 headers and install the corresponding driver with
34 Zadig.