Hi,
I must be missing some critical details somewhere! 

I downloaded 
http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/
Configured and built it.

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?
Also where do I find WinUSB.sys it was not built as part of libusb-1.0.9

Thanks,
Mindy

-----Original Message-----
From: Peter Stuge [mailto:pe...@stuge.se] 
Sent: Saturday, March 23, 2013 11:57 AM
To: openocd-devel@lists.sourceforge.net
Subject: Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

Mindy Beseler wrote:
> I'm using libftdi-0.20 and libusb-win32-bin-1.2.6.0 I believe those 
> are the newer drivers, right?

The driver in question is within openocd, needs to be enabled at configure time 
as you build openocd, and it requires libusb-1.0 which in turn means that 
you'll need to use the WinUSB.sys kernel driver for the device rather than 
libusb0.sys from the libusb-win32 project.


> There was no ft2232_latency in my flyswatter3.cfg file

Anything ft2232 means that you're using the ft2232 driver in openocd rather 
than the ftdi one. Have a look at the ftdi/ subdirectory, where there should 
already be a flyswatter2.cfg file. Create a similar one for flyswatter3, and 
build openocd with the ftdi driver, and configure the correct driver for your 
device.


> Are you able to see faster speeds with your version of openOCD?

In general yes, the ftdi driver has better performance than ft2232.


//Peter

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to