Ubuntu9.10制作ARM交叉编译器
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$
- 基于Ubuntu9.10和JZ2440的NFS系统(11-21)
- Ubuntu9.10在ARM上建立NFS服务(11-09)
- 如何给Ubuntu9.10设置静态IP(06-25)
- Windows CE 进程、线程和内存管理(11-09)
- RedHatLinux新手入门教程(5)(11-12)
- uClinux介绍(11-09)