Build QEMU RISC-V Linux
Linux Kernel
报错:
fs/pipe.c:607:13: internal compiler error: in get_len_gather_scatter_mode, at optabs-query.cc:673
free -h
Qemu
报错:
Using './build' as the directory for build output
ERROR: Cannot find Ninja
需要安装 ninja
报错:
Using './build' as the directory for build output
ERROR: glib-2.56 gthread-2.0 is required to compile QEMU
需要安装 glib-2.56
报错:
../meson.build:463:2: ERROR: Dependency "pixman-1" not found, tried pkgconfig
A full log can be found at /home/ubuntu/riscv64-linux/qemu-7.0.0/build/meson-logs/meson-log.txt
ERROR: meson setup failed
需要安装 pixman-1
报错:
../meson.build:1467:0: ERROR: Feature virtfs cannot be enabled: virtio-9p (virtfs) on Linux requires libcap-ng-devel and libattr-devel
A full log can be found at /home/ubuntu/riscv64-linux/qemu-7.0.0/build/meson-logs/meson-log.txt
ERROR: meson setup failed
需要安装 libcap-ng-devel 和 libattr-devel。
编译
BusyBox
运行
评论