MitchellSternke / SuperMarioBros-C

An attempt to translate the original Super Mario Bros. for the NES to readable C/C++
625 stars 70 forks source link

Executable isn't able to run on Windows 10 x64? #5

Closed Mario0051 closed 6 years ago

Mario0051 commented 6 years ago

I tried running the smbc executable and it says "This app can't run on your PC." I compiled using WSL Ubuntu because I was having too much issues trying to compile on Windows. The bash spewed a bunch of warnings when I compiled it the first time but I don't know if that is the real issue...

Mario0051 commented 6 years ago

Never mind, I have to cross-compile to Windows using MinGW somehow but "MinGW Makefiles" isn't an available option in cmake using WSL.