自分の作業用のメモ: SPEC2017の実行に必要な qemu-riscv64 の作り方をまとめておく。
git clone https://github.com/qemu/qemu cd qemu git co v9.2.3 mkdir build cd build ../configure --target-list=riscv64-softmmu,riscv64-linux-user --prefix=${HOME}/usr make -j$(nproc) make install
これで、qemu-riscv64, qemu-system-riscv64 が作られる。