The line AR=$(CROSS_COMPILE)ar in Makefile (r437 and so on) causes a "mingw32-ar not found" on Windows mingw. Using "make AR=ar mingw" or copying and renaming file "ar.exe" into "mingw32-ar.exe" in the Mingw\bin directory seems to solve the problem.