From 0b056d07d34c07911903755c60cfd6b66e026a53 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Sat, 16 Feb 2008 14:17:17 +0000 Subject: [PATCH] Updated instructions for compilation with FTD2XX in Cygwin environment git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1028 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/doc/UrJTAG.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/jtag/doc/UrJTAG.txt b/jtag/doc/UrJTAG.txt index 7d90e55e..5d7d0436 100644 --- a/jtag/doc/UrJTAG.txt +++ b/jtag/doc/UrJTAG.txt @@ -344,19 +344,16 @@ Before running configure, get the D2XX drivers from FTDI. * http://www.ftdichip.com/Drivers/D2XX.htm (FTDI FTD2XX library) -Unzip the archive and copy _only_ the two files "ftd2xx.h" and -"i386/ftd2xx.dll" into a directory of your choice (substitute the path of -this directory for $FTDIDIR in the following example...). Then run -configure like this: +Unzip the archive into a directory of your choice (probably a choice +without spaces in the name is better) and afterwards run configure with the +"--with-ftd2xx" pointing to that directory, e.g. - CFLAGS="-I$FTDIDIR" LDFLAGS="-L$FTDIDIR" ./configure + ./configure --with-ftd2xx="/cygdrive/e/temp/cdm" Configure should now report - checking for FT_Open in -lftd2xx... yes - ... FTDI cable support - via libftdi : no + ... via libftd2xx : yes