qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

getting error when trying to build on windows 11

Open Toastyisburning opened this issue 2 years ago • 2 comments

im using msys2, and i get this error when trying to build ERROR: Unrecognized host OS (uname -s reports 'MINGW64_NT-10.0-22635')

Toastyisburning avatar Dec 14 '23 03:12 Toastyisburning

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

Daniel-Khodabakhsh avatar Dec 28 '23 10:12 Daniel-Khodabakhsh

@Toastyisburning were you able to compile the project?

devos50 avatar Jan 01 '24 16:01 devos50