how to compile latest openocd fwindows for olimex JTAG Tiny?

Hi folks

Available Rel 657 from yagarto does not work with subj

I checked out latest version to c:\openocd

make does not go forward showing some errors in

makefile lines

I have gnu make 3.81 installed with Mingw and CodeLite IDE

appreciate your advise

First, ./bootstrap in Cygwin, the tools in MinGW are in old version.

than ./configure --enagle-XXXX in MSYS.

in src/openocd.c :

#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn: 724M"

svn is not working in MinGW, so change the PKGBLDREV to the version string.

the .exe file is just there after make.