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
2021-12-21 02:08:29 50.39MB arm linux gcc 3.4.1
1
gcc技术手册 for GCC 4.5.3
2021-12-20 17:42:58 2.88MB gcc
1
c、c++学习,参考用,思想巧妙,技巧到位 自己写的,所以收2分哦
2021-12-20 12:30:18 3KB 俄罗斯方块 gcc liux 源码
1
GCC完全参考手册。 最完整的GCC参考手册。 每个选项的用法都有详细介绍.
2021-12-19 21:15:07 5.71MB GCC Reference
1
linux下,gcc环境相关tar包下载,内含四个tar包,gcc、gmp、mpc、mpfr等
2021-12-17 22:14:39 126.16MB gcc gmp mpc mpfr
1
近场声源定位TDOA的MATLAB仿真,采用传统的相关算法CC和广义相关算法中的相位转换算法GCC_PHAT(Sound localization of MATLAB simulation, using the traditional algorithms of CC and phase transformation algorithm of generalized correlation algorithm GCC PHAT)
2021-12-17 10:01:24 885KB TDOA MATLAB
本资源为GCC for ARM手册,详细介绍了gcc开发ARM程序的用法
2021-12-16 15:45:02 2.99MB gcc arm document gnu
1
网上大部分arm-linnux-gcc编译gtk,其实介绍的是directfb+gtk移植。我提供的是gtk 应用程序的arm-linux-gcc编译方法。
2021-12-16 12:50:33 19KB arm-linnux-gcc gtk
1
操作系统原理实验(课程项目) 中山大学计算机学院 操作系统原理实验(Operating Systems Laboratory, DCS218) 教师:凌应标 2018-2019 学年第二学期(大二下) 实验目录 序号 名称 简介 镜像文件 成绩 1 在裸机(虚拟机)上运行自己的程序 A++ 2 实现监控程序(原始操作系统)执行用户程序这一项基本功能 A++ 3 用C和汇编实现操作系统内核,并增加批处理能力 A+++ 4 用时钟中断、键盘中断等处理异步事件 A+++ 5 实现原型操作系统中一些基本的系统调用 A++ 6 多进程分时系统,采用时间片轮转调度进程运行 A+++ 7 五状态进程模型,支持 fork、wait 和 exit A+++ 特色 GCC + NASM 实模式(16 位兼容的 32 位代码); 使用 Shell 脚本自动编译、链接、整合; 未经美化的界面 软盘镜像仅在 VMw
2021-12-16 10:32:14 1.53MB sysu operating-system-learning x86-os Assembly
1