Hi Uwe, it seems that newer ubuntu versions include it under quite an odd name: https://packages.ubuntu.com/bionic/libftdi1-2 so I'd suggest to download the corresponding ubuntu src package and backporting it https://stackoverflow.com/questions/130894/how-to-build-a-debian-ubuntu-package-from-source
not sure about libusb tho, you might do the same for libusb 1.0. @Pawel: api might for some simple uses be compatible, functionality definitely isn't. serial mode is very unreliable in 0.x releases. (usually eats the first char after opening) 1.x does not suffer from these problems. HTH Matthias Am Mon, 7 May 2018 15:43:39 +0200 schrieb Uwe Bonnes <[email protected]>: > Hello, > > I try to get asynchronous libftdi functionality into a project (black > magic debug probe, https://github.com/blacksphere/blackmagic) hosted > on github and using travis continous integration. Github travis works > with Ubuntu trusty, and from what I understand the libftdi version on > Ubuntu trusty is ages old, probably based on libftdi-0.20. So things > don't work together. > > Can the github travis CI setup be fixed to use a recent libftdi1? > Can anybody help? > > Thanks > -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
