vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
402 stars 182 forks source link

stm8flash not run #124

Closed qitas closed 4 years ago

qitas commented 4 years ago

./stm8flash: symbol lookup error: ./stm8flash: undefined symbol: libusb_set_option

spth commented 4 years ago

Did you compile stm8flash yourself?

The error message looks as if the stm8flash you use was compiled with libusb 1.0.22 or newer, but you are trying to run it using an older libusb version older than 1.0.22.

spth commented 4 years ago

Closing, since no further information was provided. Assuming this is the libusb 1.0.22 verion issue.

jxltom commented 3 years ago

Same issue here in ubuntu 16 with apt install libusb-1.0.0-dev