搜索资源列表
-
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
-
-
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
-
-
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
-
-
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下载:
linux系统下的交叉编译工具链arm-linux-gcc 4.5.1-Cross compiler tool chain arm-linux-gcc linux system under 4.5.1
-
-
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
-