On 11/08/2011, at 8:17 PM, Xiaofan Chen wrote: > On Thu, Aug 11, 2011 at 5:16 PM, Xiaofan Chen <[email protected]> wrote: >> On Thu, Aug 11, 2011 at 5:11 PM, Vit Mares <[email protected]> wrote: >>> Thank you very much but no success. >>> It is on Windows XP Pro SP3 and fresh MinGW instalation. >> >> I think we have to wait for the fix from Spen and Steve. >> >> In any case, you can use the binary from Freddie Chopin >> to start using OpenOCD. Or you can use my binary. >> >> Or you can use Linux to cross build the binary, it is always >> faster and easier to build OpenOCD (and libftdi) under >> Linux using MinGW. That is what Freddie is doing >> and is also what I usually do to build libftdi and OpenOCD. >> > > Yet the other solution is to use Cygwin if you do not > want to use Linux. Take note the new Cygwin MinGW.org > cross compiler is called mingw-gcc (i686-pc-ming32-gcc) > http://cygwin.com/packages/mingw-gcc/ > > Eg from Spen using ftd2xx. > https://lists.berlios.de/pipermail/openocd-development/2011-August/020472.html > ./configure --build=i686-pc-cygwin --host=i686-pc-mingw32 > --disable-shared --disable-werror --enable-ft2232_ftd2xx > > Another eg using libusb-win32 and libftdi. > ./configure --build=i686-pc-cygwin --host=i686-pc-mingw32 > --disable-shared --disable-werror --enable-ft2232_libftdi --enable-jlink
Yes. We are still working on the problem. It's taking a while because I can't reproduce it here. As a workaround you could try specifying --host=i686-pc-mingw32 --build=i686-pc-mingw32 Or alternatively try deleting jimtcl/autosetup/config.guess and jimtcl/autosetup/config.sub Hopefully we will have a fix soon. Cheers, Steve -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002 _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
