Discussion:
[UrJTAG-dev] Unable to compile Urjtag with libftdi
Sab V
2016-07-27 04:02:14 UTC
Permalink
Hi guys,

I have downloaded and installed libftdi according to
http://developer.intra2net.com/mailarchive/html/libftdi/2013/msg00014.html.
Whenever I do ./configure in urjtag version 0.10, I keep getting

Detected libusb : yes
Detected libftdi : no
Detected libftd2xx : yes
Detected inpout32 : no
Build SVF player : yes
Build BSDL subsystem : yes



I want to use libftdi. I have it installed. I even tried specifying the
path with the --with-libftdi. It doesnt work.

Looking into the Makefile I get these lines:
checking for libftdi-config... no
checking for ftdi_usb_open... no
configure: WARNING: *** libftdi not detected. No support for FTDI-based USB
JTAG cables via libftdi.

This makes me believe the right path isnt being set. In my /usr/local/lib I
have the .so file. How do I proceed?

Loading...