When trying make, an error occur (on OS X for me) In file included from fast.c:10: ./mpsse.h:9:10: fatal error: 'ftdi.h' file not found # include <ftdi.h> I think that as fast.c include maps.h, it need LIBFTDI1 define for its compilation.
When trying make, an error occur (on OS X for me)
In file included from fast.c:10:
./mpsse.h:9:10: fatal error: 'ftdi.h' file not found
include <ftdi.h>
I think that as fast.c include maps.h, it need LIBFTDI1 define for its compilation.