qemu虚拟机的使用(一)——ubuntu20.4安装QEMU_ubuntu安装qemu-CSDN博客
遇到的问题:
(1)本来使用git clone https://github.com/qemu/qemu.git
fatal: 无法访问 'https://github.com/qemu/qemu.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.
qemu.git | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
然后使用:
git clone https://mirrors.tuna.tsinghua.edu.cn/git/qemu.git
(2)../configure
ERROR: python venv creation failed
ubuntu安装python3-venv提示无法找到_error: python3-venv is not installed, aborting...-CSDN博客
sudo apt install python3-venv
应该是安装成功了:
下面是另一种尝试:
在Ubuntu下使用QEMU搭建arm开发环境(一)搭建基本开发环境_在ubuntu下使用qemu搭建arm开发环境(一)搭建基本开发环境-CSDN博客 wget http://download.qemu-project.org/qemu-2.9.0.tar.xz
--2024-04-21 15:39:18-- http://download.qemu-project.org/qemu-2.9.0.tar.xz
正在解析主机 download.qemu-project.org (download.qemu-project.org)... 20.218.253.93
正在连接 download.qemu-project.org (download.qemu-project.org)|20.218.253.93|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 404 Not Found
2024-04-21 15:39:20 错误 404:Not Found。
卡在了这里