On Thu, May 28, 2009 at 10:05 PM, Vytautas Lukenskas <[email protected]> wrote: > On Thursday 28 May 2009 12:57:38 massimiliano cialdi wrote: >> Maybe the opensource libftdi? Do I need to try with ftd2xx driver >> provided by Amontec? I don't think that is for 64bit systems, isn't >> it? > You could try ftd2xx lib directly from ftdichip -- they have x86_64 version. > Here is link: > http://www.ftdichip.com/Drivers/D2XX.htm OK, but it doesn;t compile openocd Downloaded driver version 0.4.16, from FTDIchip I follow all the steps described in readme to install
then I configure openocd as follows: ./configure --enable-ft2232_ftd2xx --disable-werror --enable-maintainer-mode --with-ftd2xx-linux-tardir=<dirtolibftd2xx>/libftd2xx0.4.16_x86_64 but make stops whit an error: libtool: link: gcc -std=gnu99 -g -O2 -I/home/POWERSOFT/massimiliano/download/openocd/libftd2xx0.4.16_x86_64 -Wall -Wstrict-prototypes -Wformat-security -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -o .libs/openocd main.o /home/POWERSOFT/massimiliano/download/openocd/libftd2xx0.4.16_x86_64/static_lib/libftd2xx.a.0.4.16 ./.libs/libopenocd.so -ldl -lpthread ./.libs/libopenocd.so: undefined reference to `FT_GetLatencyTimer' ./.libs/libopenocd.so: undefined reference to `FT_Close' ./.libs/libopenocd.so: undefined reference to `FT_SetBitMode' ./.libs/libopenocd.so: undefined reference to `FT_OpenEx' ./.libs/libopenocd.so: undefined reference to `FT_Read' ./.libs/libopenocd.so: undefined reference to `FT_SetTimeouts' ./.libs/libopenocd.so: undefined reference to `FT_SetVIDPID' ./.libs/libopenocd.so: undefined reference to `FT_Write' ./.libs/libopenocd.so: undefined reference to `FT_SetLatencyTimer' ./.libs/libopenocd.so: undefined reference to `FT_ListDevices' ./.libs/libopenocd.so: undefined reference to `FT_Purge' collect2: ld returned 1 exit status make[3]: *** [openocd] Errore 1 make[3]: uscita dalla directory «/home/POWERSOFT/massimiliano/download/openocd/trunk-1938/src» make[2]: *** [all-recursive] Errore 1 make[2]: uscita dalla directory «/home/POWERSOFT/massimiliano/download/openocd/trunk-1938/src» make[1]: *** [all-recursive] Errore 1 make[1]: uscita dalla directory «/home/POWERSOFT/massimiliano/download/openocd/trunk-1938» make: *** [all] Errore 2 Where I am wrong? I absolutely need to speedup speed of openocd bye -- Assioma di Cole: "La somma dell'intelligenza sulla Terra è costante; la popolazione è in aumento" Massimiliano Cialdi [email protected] [email protected] _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
