
ARM-Linux-GCC交叉编译器 3.4.1
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
ARM-Linux-GCC交叉编译器3.4.1是一款针对ARM架构开发的专业编译工具,采用Linux环境下的GCC版本3.4.1,主要用于在非目标平台上为嵌入式系统构建高效的应用程序和内核模块。
arm-linux-gcc交叉编译器版本为3.4.1,适用于在Linux环境下进行ARM开发。安装步骤如下:
1. 使用命令`tar zxvf arm-linux-gcc-3.4.1.tgz -C/`解压文件。
2. 编辑 `~/.bashrc` 文件,并添加一行:`export PATH=$PATH:/usr/local/arm/3.4.1/bin`
3. 验证安装成功,可以通过以下命令检查版本信息:
```
[root@xxxxx root]# arm-linux-gcc -v
Reading specs from /usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/specs
Configured with: /opt/crosstool/crosstool-0.28/build/arm-linux/gcc-3.4.1-glibc-2.3.2/gcc-3.4.1/configure --target=arm-linux --host=i686-host_pc-linux-gnu --prefix=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2 --with-float=soft --with-headers=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2/arm-linux/include --with-local-prefix=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2/arm-linux --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.1
```
全部评论 (0)


