FTDI Community

General Category => Discussion - Drivers => Topic started by: a4711 on November 23, 2021, 10:15:08 PM

Title: Relinkable object files for libft4222
Post by: a4711 on November 23, 2021, 10:15:08 PM
Since libft4222 links to ftd2xx which links statically to libusb (L-GPL), I would like to link libft4222 to different version of libusb. I am kindly requesting access to relinkable object files for libft4222 similar to how you distribute ftd2xx.

Thanks.
Title: Re: Relinkable object files for libft4222
Post by: FTDI Community on November 29, 2021, 10:40:06 AM
Hi,
The libftd2xx distribution has the object files needed to recompile with as required by the libusb license.   You should bundle the object files for libftd2xx as well as the .a/.so file with your libft4222 object files. There’s no general need to provide a Makefile or internal headers.   This can be done using the Jenkins as you already take the tar.gz file for each platform.

Regards
FTDI Community