交叉编译器arm-linux-gcc-4.4.3安装

具体步骤:

1、解压 tar zxvf arm-linux-gcc-4.4.3.tar.gz -C/(  直接解压后就可以,-C/会让解压的文件自动放在根目录下指定路径,不用管)
2、设置环境变量:首先 vi ~/.bashrc 
          然后在最后加上 export PATH=$PATH:/opt/FriendlyARM/toolschain/4.4.3/bin
3、使环境变量立即生效: source ~/.bashrc
4、验证:arm-linux- gcc -v  ,我的显示如下: 
        aidway@aidway-desktop:~$ arm-linux-gcc -v
        Using built-in specs.
        Target: arm-none-linux-gnueabi
        Configured with: /opt/FriendlyARM/mini2440/build-toolschain/working/src/gcc-4.4.3/configure        --build=i386-build_redhat-linux-gnu --host=i386-build_redhat-linux-gnu --target=arm-none-linux-gnueabi --prefix=/opt/FriendlyARM/toolschain/4.4.3 --with-sysroot=/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi//sys-root --enable-languages=c,c++ --disable-multilib --with-arch=armv4t --with-cpu=arm920t --with-tune=arm920t --with-float=soft --with-pkgversion=ctng-1.6.1 --disable-sjlj-exceptions --enable-__cxa_atexit --with-gmp=/opt/FriendlyARM/toolschain/4.4.3 --with-mpfr=/opt/FriendlyARM/toolschain/4.4.3 --with-ppl=/opt/FriendlyARM/toolschain/4.4.3 --with-cloog=/opt/FriendlyARM/toolschain/4.4.3 --with-mpc=/opt/FriendlyARM/toolschain/4.4.3 --with-local-prefix=/opt/FriendlyARM/toolschain/4.4.3/arm-none-linux-gnueabi//sys-root --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-c99 --enable-long-long --enable-target-optspace
Thread model: posix
gcc version 4.4.3 (ctng-1.6.1)

posted @ 2012-03-28 15:04  瀚岩  阅读(3555)  评论(0)    收藏  举报