AdamLaurie / mphidflash

Automatically exported from code.google.com/p/mphidflash
GNU General Public License v3.0
31 stars 19 forks source link

Update Makefile and README to cross compile for x86_64 to arm device (like Raspberry Pi) #30

Open Keuronde opened 2 years ago

Keuronde commented 2 years ago

Update usage of libhid-dev to libusb-dev in readme

Remove 'strip' command in the makefile, couldn't make it work for arm.

Executable tested OK on Raspberry Pi Zero

Keuronde commented 1 year ago

Hey, thanks for answering this pull request ! I have updated the Makefile following your advises. Please tell me if it's OK now !