gpt4 book ai didi

qemu - 如何在Linux上编译qemu(仅适用于i386)

转载 作者:行者123 更新时间:2023-12-04 01:50:38 29 4
gpt4 key购买 nike

我从qemu.org下载了tar.gz。现在如何只为i386体系结构编译源代码?

我的意思是,我的qemu不必能够仿真Power PC,Motorola 68000或其他产品。

我尝试了步骤

./configure
make
make install

但是失败了
No rule to build target 'all'  

除此之外,以上步骤也为所有架构编译了qemu。

希望能得到一些帮助。

最佳答案

在Linux机器上,下载Qemu源代码并提取到目录中,然后将cd提取到DIR并执行以下操作:

./configure --disable-kvm [--prefix=PFX] [--target-list="i386-softmmu x86_64-softmmu"]
make
make install

关于qemu - 如何在Linux上编译qemu(仅适用于i386),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7480982/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com