I ran into the same problem. Turns out that you must have the same version of the FTDI driver installed as the CDM installation. That is, the DLL version hanging out in your \Windows\system32 (I think that's the directory) must be the same version.
The configure script builds a test program that tries to retrieve the driver version. If the DLL installed on the system is different than that used to link the test program, it segfaults and the script fails. So you're choices are: 1) Upgrade your FTDI installation. 2) Change your OpenOCD build to use a CDM the same version as your FTDI version. What I did, and probably shouldn't be replicated, is to copy the CDM files over to \Windows\system32 and \Windows\system32\drivers manually. That forced the correct version of the DLL to load when the configure script runs, fixing the issue. Works like a dream now for me. Pete On Sat, Jan 10, 2009 at 12:45 AM, [email protected] <[email protected]> wrote: > Dear List, > > > I'm trying to compile from the trunk version 1312 on a win32+cygwin system, > but I'm facing problem with the ftd2xx > configuration. > > I unzipped the CDM 2.04.14.zip file from ftdi on the folder > C:\cygwin\home\openocd > > I configure using: > > ../configure --enable-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=/home/openocd/ > > > Here the log: > > configure: Using: ftdichip.com library: /home/openocd > checking for ftd2xx.lib exists (win32)... checking Test: Build & Link with > ftd2xx... configure: error: Cannot build & > run test program using ftd2xx.lib > > > I'm missing something or is the trunk broken. > > > Thank you > > > Ramon > > > > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development > -- -- "To love for the sake of being loved is human; to love for the sake of loving is Angelic." -- Alphonse de Lamartine _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
