Hello List, the problem was under windows that I got the following build error:
checking for "./guess-rev.sh"... yes configure: Using: ftdichip.com library: /home/mfischer/openocd/ftd2xx.cdm checking for ftd2xx.lib exists (win32)... checking Test: Build & Link with ftd2x x... configure: error: Cannot build & run test program using ftd2xx.lib After some test, and compared with the old build from r717 I found the difference. In the old version, the ftd2xx library is added like a file /xxx/ftd2xx.lib In the new version, the library is added with -lftd2xx This assume that a file "libftd2xx.a" must exist. But this file is not available under windows. Therefore copy the file ftd2xx.lib in the FTDICHIP.OCM directory under "i386/ftd2xx.lib" to "i386/libftd2xx.a" and now the build and configure process is working. I do not know how to change the configure.in to make it working. Best regards, Michael _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development