在Mint里搭建Debian ARM开发和测试环境
linuxmint吧
全部回复
仅看楼主
level 9
hejiannn 楼主
$ sudo apt-get install qemu-user-staticdebootstrap
$ sudo qemu-debootstrap --arch=armhf --foreign wheezy armhf http://ftp.cn.debian.org/debian
$ sudo LC_ALL=C chroot armhf /bin/bash
$ echo 'deb http://ftp.cn.debian.org/debian wheezy main' > /etc/apt/sources.list
$ echo 'nameserver 8.8.8.8' > /etc/resolv.conf
$ apt-get update
$ apt-get install clang
2013年02月09日 16点02分 1
level 9
hejiannn 楼主
NND,少了空格。。。
sudo apt-get install qemu-user-static debootstrap
2013年02月15日 01点02分 2
1