Gator96100 / ProxSpace

Proxmark III develoment environment for Windows
271 stars 69 forks source link

mingw gcc broken on Windows 7 (x86_32) #6

Closed micolous closed 6 years ago

micolous commented 6 years ago

Out of the box, gcc won't run on Windows 7 (x86_32), and it complains that libwinpthread-1.dll is not compatible with that version of Windows.

I was able to resolve this by copying msys/mingw/i686-w64-mingw32/lib/libwinpthread-1.dll to msys/mingw/bin/, and overwriting it.

Gator96100 commented 6 years ago

Fixed with the new msys2 update