From: Xiaofan C. <xia...@gm...> - 2021-07-22 13:54:26
|
On Thu, Jul 22, 2021 at 9:37 PM R. Diez <rdi...@ya...> wrote: > a) libusb-1.0.dll was temporarily broken somewhere between 1.0.21.11156 > and 1.0.24.11584 for OpenOCD v0.10.0. > > b) OpenOCD v0.11.0 is using some new or different feature/method in > libusb-1.0.dll, and that new way reliably fails on my oldish Windows 7 PC. > If you have already seen something like that in the past, that means that > this PC is not alone. > Let's hope that this kind of trouble does not happen anymore on newer Windows versions. My issue was different and it was with a very old version of libusb. Your issue might be similar to this one, some drivers may make libusb Windows not working. https://sourceforge.net/p/openocd/mailman/openocd-user/thread/20150214153125.GA14683%40home.paul.comp/#msg33421929 You may want to post the debug log here with LIBUSB_DEBUG=4. Or you can create an issue with libusb here with the debug log (latest version of openocd binary snapshot and libusb-1.0.24 (or better libusb-10 git head). https://github.com/libusb/libusb/issues -- Xiaofan |