CentOS编译安装ARM/RISCV QEMU

下载QEMU源代码:

https://gitee.com/giggle-haha/qemu/tree/master/Source

编译:

./configure --prefix=/opt/qemu --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user,riscv64-linux-user,riscv64-softmmu,riscv32-linux-user,riscv32-softmmu

make -j

make install

 

ARM编译器下载: https://www.linaro.org/downloads/  

posted @ 2021-03-12 20:34  zhandezheng  阅读(183)  评论(0)    收藏  举报