On Sun, Aug 1, 2010 at 3:41 PM,  <olof.tang...@telia.com> wrote:
> For your reference: libftdi-1.0 solved the same problem (seems to be
> under Linux).
> https://lists.berlios.de/pipermail/openocd-development/2010-June/015813.html
>
> OT: Since the problem also exist in my Fedora 12 environment I could
> try this too provided I get help with a correct build script so that
> the right libs get linked in.
>

To build under Fedora 12 should not be too difficult.
1) Install libusb-1.0 development package
2) Download libftdi-1.0 (git) and build it (with --prefix=/usr),
then install it (make install).
3) Build OpenOCD as per the instruction.

To build the Win32 binary may be a bit more diffcult. For
one thing, libftdi-1.0 uses CMake and it is a bit problematic
to build under Windows. I end up cross build it under Linux
with MinGW.

I do not have FT2232H based JTAG dongles myself.


-- 
Xiaofan
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to