f32c / tools

ULX2S / ULX3S FPGA JTAG programmer & tools (Lattice XP2 / ECP5)
22 stars 16 forks source link

ujprog does not compile on Raspberry pi 3 #7

Closed goran-mahovlic closed 5 years ago

goran-mahovlic commented 5 years ago

cc: error: /usr/lib/armv7l-linux-gnu/libftdi.a: No such file or directory cc: error: /usr/lib/armv7l-linux-gnu/libusb.a: No such file or directory

goran-mahovlic commented 5 years ago

Workaround manually set path in Makefile FTLIB = /usr/lib/arm-linux-gnueabihf/libftdi.a

FTLIB = -lftdi

USBLIB = /usr/lib/arm-linux-gnueabihf/libusb.a