下载arm-linux-gcc并解压,把里边的arm文件夹整个cp到/usr/local/
然后是注册环境
一般是修正profile
1:关于ubuntu中profile是调用/etc/bash.bashrc来运转的
在/etc/bash.bashrc后加上
if [ -d /usr/local/arm ] ; then
PATH=/usr/local/arm/2.95.3/bin:”${PATH}”
fi
2:在Federal下能够vi /etc/profile;在呈现pathmunge 的句子段后增加pathmunge /usr/local/arm/2.1.3(版本号)/bin;
然后source /etc/profile更新一下就能够用arm-linux-gcc进行编译了
测验 :
# arm-linux-gcc -v
东西现已装置成功了就会呈现相应的版本号!
否则会提示
bash: arm-linux-gcc: command not found