Home > OS >  My main purpose is to want to set openocd to stlink (it is the default CMSIS - DAP) to compile, inst
My main purpose is to want to set openocd to stlink (it is the default CMSIS - DAP) to compile, inst

Time:11-23

I want to set the openocd to stlink (sudo./configure -- -- enable - stlink) result error: configure: error: libusb - 1 x is required for the ST cc-link JTAG Programmer,
Then I install libusb - 1.0-0 - dev (sudo apt - get The install libusb 1.0.0 - dev), The result error: The following packages have unmet dependencies:
Libusb - 1.0-0 - dev: Depends: libusb - 1.0-0 (=2:1. 0.20 1) but 2:1. 0.22 2 is to be installed
Recommends: libusb - 1.0 - doc but it is not going to be installed
E: Unable to correct the problems that you have by other packages.
, could you tell me how can I delete the libusb installed version for what I want
  • Related