Hi Michael, That's excellent except that I found the default build was 'debug' (2.2MB) and I had to add options to make it a 'release' build (~700KB).
CFLAGS="-O2 -Wall" I've been fumbling around for the past six months trying to build a native Win32 OpenOCD and have even resorted to making a VisualStudio version on two occasions, which is a herculean labour. Then, out of the blue and only a few days a go, Spen casually mentioned that 742 works fine when built under Cygwin as a native Win32. As soon as I regained consciousness, I e-mailed Spen off the list and he told me how. Now, just a few days later, you've written a full description for all to see. I don't know whether to laugh or cry :-) Cheers Tim > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Michael Fischer > Sent: 26 June 2008 20:18 > To: Openocd-Dev > Subject: [Openocd-development] Small tutorial,how to build an > OpenOCD windows version > > Hello List, > > if you like to build OpenOCD by yourself and do not know how > it will goes, take a look here: > http://forum.sparkfun.com/viewtopic.php?t=11221 > > Here I have described how to build a FT2232 interface based > on the FT2DXX driver for cygwin and mingw. > > Even you will find here the information how to build > libusb-win32 and libftdi based interfaces for cygwin and mingw too. > > Many thanks to Spen for the support. > > Best regards, > > Michael > > > > > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development > > _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
