Basically just a bunch of non-sensicle jibberish lol. I get the same, or roughly the same error message when trying to compile MESS as well, and I have ran make clean before hand.
My batch file looks like this (which was all working fine a few weeks ago)
MAME:
@echo off set MINGW64=c:\mingw\ming64-w64 set path=c:\mingw\mingw64-w64\bin;c:\mingw\mingw64-w64\opt\bin;c:\mingw\mingw64-w64\Qt\bin; make -j6 TARGET=mame pause
MESS:
@echo off set MINGW64=c:\mingw\ming64-w64 set path=c:\mingw\mingw64-w64\bin;c:\mingw\mingw64-w64\opt\bin;c:\mingw\mingw64-w64\Qt\bin; make -j6 TARGET=mess pause
I've added pause at the end so I can see what the error message is.