Hello Tim, >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 think the default is with -O2 too, but the build is with debug info. You can remove it later by "strip openocd.exe"
All my last build from YAGARTO was done with an old cygwin/mingw installation. This was done from the beginning of openocd. My first version here was r55, I think. But it was not possible to reproduce this builds on an other machine too. Therefore the idea with this tutorial. >I don't know whether to laugh or cry :-) :o) Best regards, Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
