I pulled the latest source from git (rather than use my 0.6.1 modified code source) and even with the libusb-1.0 directory under <openocd>\src the configure is using usblib-0.1. Is there some other directory needed or some other setup I need to do for configure to correctly pull in usblib-1.0?
This is the configure command I'm using: ./configure --disable-werror --enable-ftdi --build=i686-pc-cygwin --host=i686-pc-mingw32 Thanks, Mindy > Then I created a libusb-1.0 directory under the src directory and > copied the libusb.h from the downloaded source Openocd compiles but it > won't link because the libusb it looking for is libusb.a not > libusb-1.0.a > > Is there a configure option to use the libusb-1.0.a instead of libusb.a? By default it will use libusb-1.0 and not libusb-0.1 unless you use --enable-libusb0. ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel