jsnyder / avr32-toolchain

Makefile & supporting patches/scripts to build an AVR32 toolchain.
29 stars 30 forks source link

Update dfu-programmer to 0.5.5 #18

Open kblomqvist opened 11 years ago

kblomqvist commented 11 years ago

I tried to make this update (https://github.com/aery32/avr32-toolchain/commit/9b772b1ad24e861efaee474a65ef459e96a9a5a6) but ended up getting an error that libusb.h is not found, although I have installed libusb-dev and dfu-programmer 0.5.4 builds nicely with that.

../../../dfu-programmer-0.5.5/src/main.c:27:20: error: libusb.h: No such file or directory
denravonska commented 11 years ago

I get the same error with dfu-programmer-0.6.0 under OSX Mountain Lion. That version is available from brew so at least it's possible to build it... somehow.