Hi, I tried installing above mentioned packages from their respective repositories and encountered following problems with LibFTDI: 1.Creation of symbolic links in /usr/local/lib was necessary (I installed the libraries explicitly into /usr/local): # ln -s libftdi1.so libftdi.so I don't know if this is an issue that LibFTDI must handle or rather OpenOCD. 2.Missing void in function declaration in src/ftdi.h in line 467: - struct ftdi_version_info ftdi_get_library_version(); + struct ftdi_version_info ftdi_get_library_version(void); I think this definitely needs fixing in LibFTDI (sorry was too lazy for this line to make a patch ;-)). Best regards Johannes
-- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
