命令:sudo apt-get install qemu
安装完毕后终端输入‘qemu’然后按‘tab’键补齐,成功的话会列出所有可选选项
qemu-aarch64 qemu-ppc qemu-system-mipsel
qemu-alpha qemu-ppc64 qemu-system-moxie
qemu-arm qemu-ppc64abi32 qemu-system-nios2
qemu-armeb qemu-ppc64le qemu-system-or1k
qemu-cris qemu-s390x qemu-system-ppc
qemu-hppa qemu-sh4 qemu-system-ppc64
qemu-i386 qemu-sh4eb qemu-system-ppc64le
qemu-img qemu-sparc qemu-system-ppcemb
qemu-io qemu-sparc32plus qemu-system-s390x
qemu-m68k qemu-sparc64 qemu-system-sh4
qemu-make-debian-root qemu-system-aarch64 qemu-system-sh4eb
qemu-microblaze qemu-system-alpha qemu-system-sparc
qemu-microblazeel qemu-system-arm qemu-system-sparc64
qemu-mips qemu-system-cris qemu-system-tricore
qemu-mips64 qemu-system-i386 qemu-system-unicore32
qemu-mips64el qemu-system-lm32 qemu-system-x86_64
qemu-mipsel qemu-system-m68k qemu-system-xtensa
qemu-mipsn32 qemu-system-microblaze qemu-system-xtensaeb
qemu-mipsn32el qemu-system-microblazeel qemu-tilegx
qemu-nbd qemu-system-mips qemu-x86_64
qemu-nios2 qemu-system-mips64
qemu-or1k qemu-system-mips64el
安装arm-linux-gcc和arm-linux-g++
1.安装arm-linux-gcc:
cmd: sudo apt-get install gcc-arm-linux-gnueabihf
卸载arm-linux-gcc:
cmd:sudo apt-get remove gcc-arm-linux-gnueabihf
2.安装arm-linux-g++
cmd:sudo apt-get install g++-arm-linux-gnueabihf
卸载arm-linux-g++:
cmd:sudo apt-get remove g++-arm-linux-gnueabihf
网友评论