On Fri, Jun 13, 2014 at 8:47 AM, Andrew Leech <[email protected]> wrote: > A minor (?) issue with libusb-win32 in this context is that it does not > support driver compilation under mingw... which means I can't really make a > normal build script for it to go with the libusb and openocd ones.
That is true, we do not support anything other than WDK for Windows driver building (that is the norm for Windows driver). But if you look at the Makefile, it should work with building the import library and the test program. http://sourceforge.net/p/libusb-win32/code/HEAD/tree/trunk/libusb/Makefile#l129 > The scripts are pretty flexible however (basically bash scripts), and I > could make a script that simply installs the binary distribution of > libusb-win32 into the mingw environment such that it's available to openocd. > I don't see that as a particularly bad option, seeing as the binary > distributions are officially hosted on sf along with the source. > That is also okay. Take note that you will only need the header file and the import library for building libusb-win32 applications. The driver installer inside libusb-win32 1.2.6.0 package is actually deprecated and we recommend either libusbK driver installer or Zadig. -- Xiaofan ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
