vdudouyt / stm8flash

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

Won't compile under Raspbian stretch. #130

Closed jtannenba closed 3 years ago

jtannenba commented 4 years ago

Can't fina a libusb.h file under Raspian Stretch. What am I missing? Is there a binary for Raspbian? I'm just trying 'Make stm8flash'. Thank you. Joe

schneidersoft commented 3 years ago

Old post but hey... You need to install the required libusb dependancies. I don't remeber what they are exactly. try: sudo apt install libusb-1.0-0-dev or sudo apt install libusb-dev