View Single Post
  #475  
Old 07-01-2017, 11:47 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Gilles, I tried compiling the driver without much luck. cmake complains about missing libftdi1 config files:
Quote:
Could not find a package configuration file provided by "LibFTDI1" with any
of the following names:

LibFTDI1Config.cmake
libftdi1-config.cmake

Add the installation prefix of "LibFTDI1" to CMAKE_PREFIX_PATH or set "LibFTDI1_DIR" to a directory containing one of the above files. If "LibFTDI1" provides a separate development package or SDK, be sure it has been installed.
Any hints? Using debian stable. I have all the ftdi packages installed (libftdi-dev, libftd1, libftdipp-dev, libftdipp1) that I think are of relevance. I have also updated those packages from the latest debian unstable without any success.
I have noticed that LibFTDI1Config.cmake is not in the folder cmake_modules. Should it be there? I tried downloading LibFTDI1Config.cmake from the libftdi source and the error message was identical.

Thanks
Luka
Reply With Quote