赞
踩
更新时间: 2021-11-15
请参考:https://blog.csdn.net/jinxiaonian11/article/details/126961835
不再赘述。
brew install libffi gettext glib pkg-config autoconf automake pixman ninja
各个模块之间用空格隔开。
安装好依赖之后就可以开始编译。
./configure --target-list=aarch64-softmmu,riscv64-softmmu
配置的一些其他参数这里就不列出来了,可以使用./configure -h 查看所有参数以及对应的意义。
但并非所有参数都能使用,因为有些参数需要安装一些依赖。
make -j8
此时在./build 目录下会生成所有的二进制文件。每个指令集会对应一个文件夹,在该文件夹下有qemu-system-xxx文件。
查看支持的board:
./build/aarch64-softmmu/qemu-system-aarch64 -M help
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。