On Thu, Jul 16, 2009 at 9:57 PM, Leonard Heins<[email protected]> wrote: > ANYWAY: I am using MSYS along with cygpath.exe on XP SP3 to build. I have > successfully run configure with the line: > > ./configure --disable-werror --disable-shared --enable-ft2232_ftd2xx > --with-ftd2xx-win32-zipdir=ftd2xx > > ../../libtool: lib: command not found > > Any help with this or redirection to a helpful place would be appreciated. >
Maybe you are missing the libtool for MinGW/MSys. It is possible to build OpenOCD with MinGW/Msys without Cygwin. You need to install some extra stuff other than the core MinGW/Msys. https://lists.berlios.de/pipermail/openocd-development/2009-July/009657.html I have just built the ftd2xx version without any problem. $ ./configure --disable-shared --enable-jlink --enable-ft2232_ftd2xx --with-ftd 2xx-win32-zipdir=/home/mcuee/ftd2xx -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
