On Sat, May 12, 2012 at 3:01 PM, Xiaofan Chen <[email protected]> wrote: > Just build the mpsse version under MinGW/Msys under Windows > XP SP3 and it works as well, I am using libusbx-1.0.11 binary. > The performance is close to Mac OS X (slightly lower) but my > Windows PC is also much slower -- a 6 year old Dell Optiplex > GX620 with Pentium 4 CPU and 2GB RAM compared to the > relatively new Mac Mini 2011 ruining Core i5 and 8 GB RAM.
For those who are interested, here is the zip archive for the OpenOCD mpsse version binary/source, libusbx-1.0.11 binary/source, libftdi-0.20 binary/source and Zadig driver installer for libusbx/winusb. http://code.google.com/p/picusb/downloads/detail?name=mpsse_bin.zip Only support the following. ../configure --enable-maintainer-mode --enable-jlink --enable-stlink --enable-ft2232_libftdi --enable-ftdi --disable-werror Build under Windows and MinGW 32bit toolchain. Source: git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd cd openocd git checkout -b mpsse 21a0f9b48b1694425244b1540012767c443dc16f && \ git fetch http://openocd.zylin.com/openocd refs/changes/50/450/3 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/51/451/4 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/52/452/4 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/53/453/4 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/54/454/4 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/33/533/2 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/34/534/2 && \ git cherry-pick FETCH_HEAD && \ git fetch http://openocd.zylin.com/openocd refs/changes/35/535/2 && \ git cherry-pick FETCH_HEAD -- 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
