Qemu For ARM (1) : Install Qemu On LinuxMint

本文深入分析了为什么大多数程序员难以成为架构师,并提供了在Linux Mint 11上安装QEMU的详细步骤。通过遵循指南,用户可以克服技术局限性,为更高级别的软件开发打下基础。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

LinuxMint is one ubuntu-like distribution, I'm now use LinuxMint-11.

And I do not find any Chinese input software. So, I use English to record 

how to install Qemu on LinuxMint-11.

The reason  I use Qemu is the shortages of skyeye, I have to use Qemu for further purpose.

1. The best way to install Qemu is typein below words :

#sudo apt-get install qemu-system

2. If you want to compile Qemu from source code, You can download Qemu source code from:

http://wiki.qemu.org/Main_Page , latest release version is qemu-0.15.1

3.After extract qemu-0.15.1 folder from qemu-0.15.1.tar.gz, please follow below steps:

#sudo apt-get install libsdl-dev

#sudo apt-get install zlib1g-dev

#sudo apt-get install libglib2.0-dev

#./configure  --prefix=$PWD/__install --enable-sdl --target-list=arm-softmmu

#make

After make, qemu-system-arm is in arm-softmmu folder, after make install , all we need are in __install folder.

We can also export qemu-system-arm to PATH.





   


转载于:https://my.oschina.net/armsky/blog/33514

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值