arm-elf-tools是linux下arm的交叉编译器 本来正常情况下,arm的交叉工具链可以这样安装: sh ./arm-elf-tools-20040427.sh 但是在安装过程中碰到了如下错误: tail: cannot open `+43' for reading: No such file or directory 解决方法1:找到arm-elf-tools-20040427.sh文件的第39行, tail +${SKIP} ${scr ipt} | gunzip | tar x
Overview of ELF File Format This document describes the ARM implementation of the ELF file format used in the ARM Software Development Toolkit version 2.50. It is assumed that the reader is familiar with ELF version 1. This section only describes op
linux下的arm编译工具。下载arm-elf-tools-20040427.tar.gz包,解压,得到一个usr文件夹,复制该文件夹的内容到根目录下的相应文件夹下,就OK啦,在终端下执行arm-elf-gcc会显示: Reading specs from /usr/local/lib/gcc-lib/arm-elf/2.95.3/specs gcc version 2.95.3 20010315 (release)(ColdFire patches - 20010318 from http