jlink libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi,

I use openocd 0.8.0, cfg as :

./configure --prefix= --disable-shared --enable-aice --enable-jlink --enable-stlink

but when I connect to Jlink error occur

Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

but stlink work well.

anyone know this issue?

I find out some information about this usbopen error, I download ZaDig tool to update Jlink driver with WinUSB.

after then openocd can open jlink, but I don’t know why. maybe some enviroment problem. :slight_smile: