FTDI Community

General Category => Discussion - Software => Topic started by: Yunuce on July 29, 2019, 12:41:35 PM

Title: FT905L Toolchain and Building DLL
Post by: Yunuce on July 29, 2019, 12:41:35 PM
Hello,

I am trying to create a DLL for ft905L and I am using toolchain with prepared header/c files but i cannot create DLL eclipse always give an error like
"-shared not supported" and  make: *** [libftLibrary.so] Error 1 I search and I couldn't find any answer how can I fix this issue? Moreover I try that with Visual Studio and all codes give errors.

Best Regards.
Title: Re: FT905L Toolchain and Building DLL
Post by: FTDI Community on July 30, 2019, 04:31:19 PM
Hello,

The FT9xx Toolchain (https://www.ftdichip.com/Firmware/FT90xToolchain.htm) can only be used to generate .bin and .elf files which are programmed into the IC.
The .elf file is used for debugging purposes.

Best Regards,
FTDI Community