The README specifies that QEMU 10.1 is required for the WASM path, while QEMU 10.0 is required for the native build:
QEMU 10.1 source at ~/dev/qemu-10.1.0 (WASM) or QEMU 10.0 at ~/dev/qemu-10.0 (native)
But I think both paths actually require QEMU 10.1.0. Running build.sh with ~/dev/qemu-10.0 pointed at https://download.qemu.org/qemu-10.1.0.tar.xz successfully built, whereas doing the same with qemu-10.0.[0-9] resulted in compilation errors.
Can someone confirm?
The README specifies that QEMU 10.1 is required for the WASM path, while QEMU 10.0 is required for the native build:
But I think both paths actually require QEMU 10.1.0. Running
build.shwith~/dev/qemu-10.0pointed at https://download.qemu.org/qemu-10.1.0.tar.xz successfully built, whereas doing the same with qemu-10.0.[0-9] resulted in compilation errors.Can someone confirm?