> > I used to build OpenOCD for Win32 with mingw/msys since > svn<100 but I > > could not get it to work any more, there seems to be an > issue with the > > libtool that comes with mingw/msys which is too old. libtool may be > > updated from source [...] > > IMHO, compiling in mingw is *very important*, specially in > view that a lot of people will be building it because of libftd2xx > > IMHO (again...) this should be fixed for the 0.2 release >
Don't get mingw build mixed up with native win32. You can build for native win32 in two ways 1. using cygwin with gcc -nocygwin option 2. using msys/mingw actually i also build for win32 on linux but that is another story. Using both works for me but it takes some work getting a working msys, you have to manually make most of the build tools. It is much easier to use cygwin with the -nocygwin option. Cheers Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
