qemu-ios
qemu-ios copied to clipboard
getting error when trying to build on windows 11
im using msys2, and i get this error when trying to build
ERROR: Unrecognized host OS (uname -s reports 'MINGW64_NT-10.0-22635')
You need to switch to the MSYS2 MINGW64 or MSYS2 MINGW32 shell when building, not MSYS2 UCRT64 nor MSYS2 MSYS.
I'm assuming the codebase is similar to qemu so the build steps should be similar to here: https://wiki.qemu.org/Hosts/W32#Building_QEMU_for_W64
@Toastyisburning were you able to compile the project?