以下の内容はhttps://msyksphinz.hatenablog.com/entry/2025/03/31/040000より取得しました。


qemu-riscv64 バイナリの作り方

自分の作業用のメモ: 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 が作られる。




以上の内容はhttps://msyksphinz.hatenablog.com/entry/2025/03/31/040000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14