On 20.05.2019 21:49, Bob Cochran wrote: > On 5/20/19 10:27 AM, Jose Isaias Cabrera wrote: >> Erik Soderquist, on Monday, May 20, 2019 10:16 AM, wrote... >>> On Sun, May 19, 2019 at 3:44 PM Bob Cochran wrote: >>> >>>> "Cygwin? this is probably still functional, but now can be considered a >>>> (pre)historic solution." >>> The words of the ignorant, in my opinion. Cygwin has done an >>> excellent job of maintaining currency and usefulness. >> Indeed. I have been using cygwin since 1996-7. Can't remember the exact year, but it has been God-sent, and it has been in every Windows machine I have had control. Just my 0.02. Thanks. > > > Thank you to everyone who has replied to my question whether this was a > good use case for Cygwin!  It was great to read all of the replies and > see that I'm in sync with this project & its users / developers. > I've read the actual thread on OpenOCD ML, and i've looked at the links posted there. I probably should have subscribed to OpenOCD ML, but i'm too lazy to do so and will write here instead. Basically, the thread had three participants: *kristof mulier: wanted to get OpenOCD binaries for Windows, tried MSYS2, but didn't get satisfactory results; posted a link to a guide for building OpenOCD with MSYS2, written by some 3rd party *you: posted a link to a guild for building OpenOCD with Cygwin *Liviu Ionescu: pointed out that you should be using mingw-w64, said that Cygwin is prehistoric Liviu Ionescu seems to be a Microsoft fanboy, since he advocated for the use of WSL (i already said earlier what i think of WSL). However, he wasn't wrong when he said that you should use MinGW. If a piece of software can be built with MinGW, then you generally should do so, unless there are specific reasons to avoid that (compatibility, subtle porting bugs, etc). It seems to be the case for OpenOCD. kristof mulier seems to have weak developer-fu, and got a bit confused. The MSYS2 guide that he used pointed to a MSYS2 package git repo, and kristof assumed that the repo in question contained OpenOCD source code (which is supposedly why he was getting an old version of OpenOCD compiled all the time). That is not the case[0]. MSYS2 package repo contains small buildscripts for the appropriate packages. The reason he was getting an old version is that the version (git revision, in case of OpenOCD-git) is hardcoded into PKGBUILD file (which he didn't edit, uncritically following the guide; the author of the guide didn't concern himself with getting OpenOCD from lastest git master HEAD, and thus didn't mention that detail). Therefore i still sand on my advice: either cross-compile from Cygwin, or try MSYS2 (the irony here is that your Cygwin guide describes *almost exactly* how one can build OpenOCD from MSYS2). [0]: at least, i assume so; i don't really use MSYS2 repos or its package manager, therefore i could be mistaken