http://code.google.com/p/picusb/downloads/detail?name=openocd_bin_mpsse.zip
Using Andreas Fritiofson' mpsse patch series. 1) How to get source git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd cd openocd git fetch http://openocd.zylin.com/openocd refs/changes/34/534/4 && git checkout FETCH_HEAD 2) Build process Build using MinGW.org toolchain under Windows XP SP3. Library Component: libusbx-1.0.11, libusb-win32 1.2.6.0, libftdi-0.20 LDFLAGS="-lusb-1.0" ../configure --enable-maintainer-mode --enable-ftdi \ --enable-ft2232_libftdi --enable-presto_libftdi --enable-stlink \ --enable-arm-jtag-ew --enable-jlink --enable-rlink \ --enable-usbprog --enable-vsllink --enable-usb_blaster_libftdi \ --enable-remote-bitbang --enable-vsllink --enable-ulink \ --enable-osbdm --enable-opendous \ --enable-libusb0 --disable-werror 3) The necessary libraries are inside the zip file. 4) The driver installers are also inside the zip file -- Xiaofan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
