Re: [Openocd-development] rev1910 - unable to compile with ftd2xx enabled

2009-05-25 Thread Vytautas Lukenskas
On Monday 25 May 2009 13:28:03 Hubert Hoegl wrote: > I had the same error yesterday. It seems that you have to change the > order of the commandline in this way: > > gcc ... .libs/libopenocd.so > /home/vylu/downloads/ftd2xx/extracted/libftd2xx0.4.16_x86_64/static_lib/lib >ftd2xx.a.0.4.16 -ldl -lpt

Re: [Openocd-development] rev1910 - unable to compile with ftd2xx enabled

2009-05-25 Thread Vytautas Lukenskas
On Monday 25 May 2009 11:59:42 Xiaofan Chen wrote: > I usually re-run bootstrap or to pull the subversion source again. Maybe > you can try this. Yes, I've tried that already... It doesn't help. -- vylu ___ Openocd-development mailing list Openocd-deve

Re: [Openocd-development] rev1910 - unable to compile with ftd2xx enabled

2009-05-25 Thread Hubert Hoegl
Hallo Vytautas, I had the same error yesterday. It seems that you have to change the order of the commandline in this way: gcc ... .libs/libopenocd.so /home/vylu/downloads/ftd2xx/extracted/libftd2xx0.4.16_x86_64/static_lib/libftd2xx.a.0.4.16 -ldl -lpthread Regards, Hubert On Mon, May 25, 2009

Re: [Openocd-development] rev1910 - unable to compile with ftd2xx enabled

2009-05-25 Thread Xiaofan Chen
On Mon, May 25, 2009 at 4:53 PM, Vytautas Lukenskas wrote: > I'm unable to compile latest trunk with ftd2xx library. Linker fails with  the > following error: > ./.libs/libopenocd.so: undefined reference to `FT_GetLatencyTimer' > I do not use Linux x86_64 and FTD2xx but when I encounter similar p

[Openocd-development] rev1910 - unable to compile with ftd2xx enabled

2009-05-25 Thread Vytautas Lukenskas
Hi all, I'm unable to compile latest trunk with ftd2xx library. Linker fails with the following error: make[3]: Entering directory `/usr/src/openocd/trunk/src' /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -I/home/vylu/downloads/ftd2xx/extracted/libftd2xx0.4.16_x86_64 -Wa