> > 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 would be very important to have a detailed howto. As I > said, lots of people will need to build their own OpenOCD > > > It is much easier to use cygwin with the -nocygwin option. > > Can you explain that, please? >
in cygwin you can use gcc in two modes: 1. just calling cygwin 'gcc' will link to cygwin1.dll and other cygwin posix dll's 2. if you call the cygwin 'gcc -nocygwin' option then this becomes a native win32 binary just the same as if you used msys/mingw to build And from experience cygwin will be easier to setup then msys/mingw. Michael's tutorial explains all the details of using both options: http://forum.sparkfun.com/viewtopic.php?t=11221 Cheers Spen _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development