qemu-ios
qemu-ios copied to clipboard
I am having problems compiling QEMU
I have no idea how to do this
and yes, MINGW_x64 is "installed" and I added it into my PATH. (Windows 11 23H2)
You need to open a bash terminal. Typically you can get that if you install something like MSYS2.
Does git bash work the same?
Git Bash probably wont work since I don't believe it has build system stuff (make, etc.) built in, but MSYS2 includes everything you need.
I will try to do that in the morning. If anything else comes up, do let me know. (Also, a link to MSYS2 would be nice)
@jvyden I have MSYS2 installed, what do I do now?
like seriously, I need help in here.
@NikNikovsky I haven't tried yet to compile the project on Windows. However, one thing that might help is to rebase the main branch on top of the latest commits made in QEMU. This might resolve various compilation issues and I'll try this as soon as I can!
Alright
@NikNikovsky I have done this rebasing. Maybe you can try again to compile it? Also, there are some commands in the RUNNING.md file now.
I'll try when I can