感谢支持
我们一直在努力
RackNerd Banner 468x60 RackNerd Banner 468x60

Red Hat Enterprise Linux 5中安装交叉编译工具arm-linux-gcc-4.3.2.tgz

1.将 arm-linux-gcc 的压缩包解压到tmp目录下


2.将arm-linux-gcc-4.3.2.tgz解压到根目录下,使用如下命令:


[root@localhost ~]# tar xvzf arm-linux-gcc-4.3.2.tgz -C /


3.执行命令:vi/etc/profile 在path murge的语句断后添加


pathmurge/usr/local/arm/4.3.2/bin;


修改:# Path manipulation


if [ “$EUID” = “0” ]; then


pathmunge /sbin


pathmunge /usr/sbin


pathmunge /usr/local/sbin


pathmunge /usr/local/arm/4.3.2/bin  (添加此行)


fi


4.执行:]# source /etc/profile


5.完成!

赞(0)
转载请注明出处:服务器评测 » Red Hat Enterprise Linux 5中安装交叉编译工具arm-linux-gcc-4.3.2.tgz
分享到: 更多 (0)