当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - arm-linux-gcc 3.4.5
搜索资源列表
-
0下载:
Linux下的tree命令,同window,功能更强大!
1、下载tree-1.5.1.1源程序
2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz
3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc
4、安装:make prefix=/home/xxxx/rootfs install
Ubuntu下 直接 apt-get install tree 即可安装最新的tr
-
-
1下载:
.安装好Proteus 6.9 SP4,需要用Keil for ARM的或IAR的同样需要安装好。
2.安装Proteus VSM Simulator驱动 可以在官方网站上下载到)。Keil装Vdmagdi.exe,IAR装Vdmcspy.exe
3.将附件中的Prospice.dll和Licence.dll文件Copy到..\bin目录下,MCS8051.dll和ARM7TDMI.dll文件拷贝到..\MODELS目录下。分别替换原有的文件。
4.打开原理图模型和程序。记得要在ISIS中
-
-
0下载:
自己做的交叉编译工具!gcc-3.4.5,glibc-2.3.6在ubuntu8.04上做的面向kernel-2.6.28的交叉编译工具,Own cross-compiler tool! gcc-3.4.5, glibc-2.3.6 in ubuntu8.04 do kernel-2.6.28-oriented cross-compiler tools
-
-
0下载:
开发环境:
QTE4.5.2移植到2410过程
操作系统:Vmware6.5+ubuntu 8.04
交叉工具链:arm-linux-gcc-3.4.1
目标:GEC2410+NEC 3.5寸
-Development Environment: QTE4.5.2 transplanted to 2410 the process of the operating system: Vmware6.5+ ubuntu 8.04 cross tool chain: arm-linux
-
-
0下载:
ARM开发中收集的ARM培训资料,感觉收益匪浅:整理共享下:
1:ARM编程技巧.ppt
2:ARM处理器内核介绍.ppt
3:ARM调试方案.ppt
4:ARM及Thumb指令集练习.ppt
5:ARM集成开发环境介绍.PPT
6:ARM架构.ppt-ARM collected ARM development training materials, feeling proceeds V.: Finishing share: 1: ARM programming skil
-
-
0下载:
1、将makefile中的
CROSS =/usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux
CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include
路径改为你宿主机上的。
2、#make,来编译驱动模块。
3、
-
-
0下载:
cygwin下的arm交叉编译工具
包括:
arm-linux-gcc-3.4.5
arm-linux-gdb-6.8
arm-linux-insight-6.8
-cygwin under the arm cross compiler tools include: arm-linux-gcc-3.4.5 arm-linux-gdb-6.8 arm-linux-insight-6.8
-
-
2下载:
linux 下 arm 交叉编译工具:
arm-linux-gcc-3.4.5
支持软件浮点运算,-arm cross-compiler under linux:
arm-linux-gcc-3.4.5
-
-
0下载:
交叉编译器gcc-3.4.5-glibc-2.3.6.zip-Cross compiler gcc-3.4.5-glibc-2.3.6.zip
-
-
0下载:
AT91SAM926 ARM9 内核移植手册,非常实用,基于AT91SAM9260-EK开发板。包含以下内容:
1.准备所需要的软件和编译工具包
2.安装ARM-LINUX-GCC工具链
3.安装编译AT91BootStrap Bootloader
4.安装编译Uboot及AT91-Uboot补丁
5.安装编译Linux2.6.22及AT91-Linux补丁
6.安装下载工具AT91ISP及烧写文件
7.NFS根文件系统的建立
8.移植Boa Web服务器
9
-
-
1下载:
PJSIP 2.0 版本 PJSUA 可执行程序 cortex-A8平台验证OK。交叉编译版本为 gcc.4.5.3-PJSIP 2.0 the version PJSUA executable program cortex-A8 platform verification OK. Cross compiler version gcc.4.5.3
-
-
0下载:
OpenJPEG-1.5.1 compiled for Imote2 (with arm-xscale-linux-gnu), sorry that you have to place them in their respective directory manually.
To compile yourself:
1. Download cross compiler arm-xscale-linux-gnu.
2. Download zlib, cross compil
-
-
0下载:
openCV3.3在Ubuntu 16.04下用友善之臂的arm-linux-gcc-4.5.1编译的,需要的可以下载(OpenCV3.3 is compiled with a friendly arm of arm-linux-gcc-4.5.1 under Ubuntu 16.04 and needs to be downloaded)
-
-
0下载:
1、下载ffmpeg-4.2.3代码
2、配置(编译静态库)
./configure --target-os=linux --prefix=$(pwd)/temp --enable-cross-compile --arch=arm --cc=arm-hisiv300-linux-gcc --cross-prefix=arm-hisiv300-linux- --nm=arm-hisiv300-linux-nm --disable-shared --enable-static --ena
-