微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > Ubuntu9.10制作ARM交叉编译器

Ubuntu9.10制作ARM交叉编译器

时间:11-09 来源:互联网 点击:

u-gprof

arm-softfloat-linux-gnu-ararm-softfloat-linux-gnu-ld

arm-softfloat-linux-gnu-asarm-softfloat-linux-gnu-nm

arm-softfloat-linux-gnu-c++arm-softfloat-linux-gnu-objcopy

arm-softfloat-linux-gnu-c++filtarm-softfloat-linux-gnu-objdump

arm-softfloat-linux-gnu-cpparm-softfloat-linux-gnu-ranlib

arm-softfloat-linux-gnu-g++arm-softfloat-linux-gnu-readelf

arm-softfloat-linux-gnu-gccarm-softfloat-linux-gnu-size

arm-softfloat-linux-gnu-gcc-3.4.5arm-softfloat-linux-gnu-strings

arm-softfloat-linux-gnu-gccbugarm-softfloat-linux-gnu-strip

arm-softfloat-linux-gnu-gcovfix-embedded-paths

furtherchan@ubuntu910:~/Crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/bin$

furtherchan@ubuntu910:~/c/test$arm-softfloat-linux-gnu-gcc -v

Reading specs from /home/furtherchan/Crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/lib/gcc/arm-softfloat-linux-gnu/3.4.5/specs

Configured with: /home/furtherchan/Downloads/crosstool-0.43/build/arm-softfloat-linux-gnu/gcc-3.4.5-glibc-2.3.6/gcc-3.4.5/configure --target=arm-softfloat-linux-gnu --host=i686-host_pc-linux-gnu --prefix=/home/furtherchan/Crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu --with-float=soft --with-headers=/home/furtherchan/Crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/arm-softfloat-linux-gnu/include --with-local-prefix=/home/furtherchan/Crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/arm-softfloat-linux-gnu --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long

Thread model: posix

gcc version 3.4.5

furtherchan@ubuntu910:~/c/test$

furtherchan@ubuntu910:~/c/test$arm-softfloat-linux-gnu-gcc -o test test.c

furtherchan@ubuntu910:~/c/test$file test

test: ELF 32-bit LSB executable,ARM, version 1, dynamically linked (uses shared libs), for GNU/Linux 2.4.3, not stripped

#注释:文件格式已是ARM

furtherchan@ubuntu910:~/c/test$

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top