搜索资源列表
-
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下载:
程序代码使用说明:
(1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。
(2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
-
-
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下载:
arm-linux-gcc交叉编译工具的安装说明-arm-linux-gcc cross-compiler tool installation instructions
-
-
0下载:
ARM嵌入式Linux系统开发从入门到精通一书第一章程序
第1章 test.c为书中介绍GDB中使用的例子,对应1.4.2.3小结。
makefile文件为书中介绍GCC中使用的例子,对应1.4.2.2小结。
SWI目录为介绍ADS工具时使用的例子,对应1.3节。
-ARM Embedded Linux system development from entry to the master program book chapter
-
-
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下载:
arm-linux-gcc-3.4.1.tgz是在arm开发板上进行开发的交叉编译工具。-arm-linux-gcc-3.4.1.tgz is tool used to develop your system based on arm.
-
-
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下载:
e2fsprogs-1.39.tar.gz,LFS6.2软件包
step 1:
解压:e2fsprogs-1.39.tar.gz 到 e2fs目录下
step 2:
# cd e2fs
step 3:
#mkdir build
#cd build
#../configure --host=arm-linux --enable-elf-shlibs--with-cc=arm-linux-gcc --with-linker=arm-linux-ld --
prefix=/us
-