On Mon, May 14, 2012 at 10:24 AM, Xiaofan Chen <[email protected]> wrote: > Download > http://code.google.com/p/picusb/downloads/detail?name=openocd_win32_bin.zip > > Up to the latest git as of today. > commit 4257cb728c08aa530a50025da3e365e498ebf8e6 > > Cross compile under Ubuntu 12.04 with 32bit MinGW-w64 compiler. > Library Component: libusbx-1.0.11, libusb-win32 1.2.6.0, libftdi-0.20 > > ../openocd/configure --host=i686-w64-mingw32 --enable-ft2232_libftdi \ > --enable-arm-jtag-ew --enable-jlink --enable-rlink --enable-stlink\ > --enable-usbprog --enable-vsllink --enable-usb_blaster_libftdi \ > --enable-presto_libftdi --disable-shared --disable-werror >
New version, native build under Windows XP SP3 with MinGW.org toolchain, which is usually more stable than MinGW-w64. http://code.google.com/p/picusb/downloads/detail?name=openocd_0.6.0dev_mingw.zip Build using MinGW.org toolchain under Windows XP SP3. Library Component: libusbx-1.0.11, libusb-win32 1.2.6.0, libftdi-0.20 Up to this commit. commit87a9ee3625c942d86db76b2d9be67c9e17e3bd63 Build on 21-May-2012 ../configure --enable-ft2232_libftdi --enable-presto_libftdi --enable-stlink\ --enable-arm-jtag-ew --enable-jlink --enable-rlink \ --enable-usbprog --enable-vsllink --enable-usb_blaster_libftdi \ --disable-shared --disable-werror The "driver" directory provides Zadig (for libusb-1.0 WinUSB backend) and libusb-win32 driver installer. The "src_and_lib" directory contains libusbx-1.0.11 binary and source, libftdi-0.20 and libusb-win32 1.2.6.0 binary and links to source download. -- 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
