arm-linux-gcc compile the cross-platform mpich2 on ubuntu

来源:互联网 发布:淘宝搜索代码生成器 编辑:程序博客网 时间:2024/05/29 21:29

1,install arm-linux-gcc

I'm download the arm-linux-gcc from this site http://ishare.iask.sina.com.cn/f/13836544.html?from=like, unpack tar and add arm-linux-gcc/bin to the “PATH”,in bash input: arm-linux-gcc -v , if you see the follow info, indicate that you has install arm-linux-gcc sucess .

Target: arm-none-linux-gnueabiConfigured 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-optspaceThread model: posixgcc version 4.4.3 (ctng-1.6.1) 

2,compile mpich2 by arm-linux-gcc



etc......


 

0 0
原创粉丝点击