bkerler / NANDReader_FTDI

8Bit Nand universal reader for FTDI FT2323H Breakout Board, based on basic code from http://spritesmods.com/?art=ftdinand
127 stars 55 forks source link

'Make' error #9

Open asmitaj08 opened 4 years ago

asmitaj08 commented 4 years ago

Hello, I am having issues with code compiling , I have installed libftdi1, It's located libftdi1: /usr/lib/libftdi1.so /usr/lib/libftdi1.a /usr/include/libftdi1 but still getting error like:

g++ -ggdb -c -o main.o main.cpp In file included from main.cpp:27:0: FtdiNand.hpp:4:10: fatal error: ftdi.h: No such file or directory

include

      ^~~~~~~~

compilation terminated.

: recipe for target 'main.o' failed make: *** [main.o] Error 1 Kindly suggest Thanks & Regards Asmita
bkerler commented 4 years ago

Hi, you need to install libftdi-dev first