On Sat, Oct 18, 2008 at 8:08 AM, Dirk Behme <[EMAIL PROTECTED]> wrote:
> Dirk Behme wrote:
>>
>> I used recent SVN snapshot and configured with
>>
>> ./configure --enable-ft2232_ftd2xx --with-ftd2xx=<path_to>/libftd2xx0.4.15
>>
>> While --with-ftd2xx path is used correctly for compilation, it seems to
>> me that ftd2xx path is missing for openocd linking and thus linking
>> fails due to libftd2xx.so not found. I had to manually add a
>> -L<path_to>/libftd2xx0.4.15.
>>
>> Is this known? Anything I missed?
Hi Dirk

I have similar problems when trying to compile openocd for ia32 on my
ubuntu amd64.

Just a quick note that the open source libftdi (0.14 a least ) contains a
 libftdi-config so the flags to use can be acquired from that

[EMAIL PROTECTED]:~$ pkg-config libftdi --libs
-L/home/keesj/opt/lib -lftdi -lusb

>
> Unfortunately, I'm not make/configure expert enough to implement this
> correctly :( Anybody likes to help?
>
I can test if you want :p
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to