PCem-X
PCem-X copied to clipboard
gcc.exe: error: unrecognized command line option '-static-libgcov'
I tried commit 899768c, but it turned out an error: gcc.exe: error: unrecognized command line option '-static-libgcov' Makefile_internal.mingw:32: recipe for target 'PCem-X.exe' failed mingw32-make: *** [PCem-X.exe] Error 1
and how is your build environment?
Most of the developers here are using MSYS2, specifically the 64-bit version.
well, -static-libgcov was indeed not needed, so, it got replaced simply with "-lgcov"