Description: 有助于Linux和ARM Linux系统下的编译调试,如果需要更新,可以到www.cygwin.com网站download。-help ARM Linux and the Linux system debugging compiler, if need updating, www.cygwin.com website can download. Platform: |
Size: 346112 |
Author:秋实 |
Hits:
Description: 熟悉 uClinux 开发环境,学会基于 ARM7TDMI 的 uClinux 开发环境的配置和使用。使
用 uClinux 的 arm-uclibc-gcc 编译,使用基于 NFS 方式的下载调试,了解嵌入式开发的基本
过程。
-familiar with uClinux development environment, ARM7TDMI-based Institute of uClinux development environment configuration and use. The use of the arm uClinux-uClibc- gcc, NFS-based download debugging mode, embedded developers understand the basic process. Platform: |
Size: 315392 |
Author:另壶葱 |
Hits:
Description: 熟悉 uClinux 开发环境,学会基于 ARM7TDMI 的 uClinux 开发环境的配置和使用。使
用 uClinux 的 arm-uclibc-gcc 编译,使用基于 NFS 方式的下载调试,了解嵌入式开发的基本
过程。
-familiar with uClinux development environment, ARM7TDMI-based Institute of uClinux development environment configuration and use. The use of the arm uClinux-uClibc- gcc, NFS-based download debugging mode, embedded developers understand the basic process. Platform: |
Size: 3608576 |
Author:另壶葱 |
Hits:
Description: 下载后将后缀名zip去掉再解压。arm平台上利用ipp做mp4解码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do mp4 codec source code Platform: |
Size: 33792 |
Author:刘翔 |
Hits:
Description: 下载后将后缀名zip去掉再解压。arm平台上利用ipp做mp4编码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do mp4 source code Platform: |
Size: 34816 |
Author:刘翔 |
Hits:
Description: 下载后将后缀名zip去掉再解压。arm平台上利用ipp做H263编解码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do H263 codec source code Platform: |
Size: 22528 |
Author:刘翔 |
Hits:
Description: 下载后将后缀名zip去掉再解压。arm平台上利用ipp做jpeg编解码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do jpeg codec source code Platform: |
Size: 20480 |
Author:刘翔 |
Hits:
Description: arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm- linux-gcc compiler, S3C2410 development board transplantation latest linux2.6.14 kernel, need to use the compiler compiler Platform: |
Size: 42745856 |
Author:李雷 |
Hits:
Description: 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-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr Platform: |
Size: 31744 |
Author:hhh |
Hits:
Description: 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、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径
#arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序
最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。
4、#mkdir /tmp/1
5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。
6、#mknod /dev/gpio c 220 0 //创建文件节点
#insmod gpiodrv.o
#chmod +x gpio_test
#./gpio_test
然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the 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 changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :) Platform: |
Size: 9216 |
Author:马工 |
Hits:
Description: gcc-3.3.6.tar.gz,linux编译器,适合linux arm系统开发与应用。-gcc-3.3.6.tar.gz, linux compiler for linux arm system and application development. Platform: |
Size: 45799424 |
Author:jinjin |
Hits:
Description: 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。
tar zxvf vsftpd-2.0.6.tar.gz
修改解压包内文件MakeFile,改交叉编译器,我的路径是
# Makefile for systems with GNU tools
CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc
直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vsftpd-2.0.6.tar.gz easy to find online, and accessories are also available for download, unzip. tar zxvf vsftpd-2.0.6.tar.gz modify the extract package files MakeFile, change cross-compiler, my path is# Makefile for systems with GNU tools CC =/usr/local/arm/3.4.1/bin/arm-linux-gcc directly translated to be wrong, but also to change a library file that contains the following two masked vsf_findlibs.sh Bar Platform: |
Size: 197632 |
Author:qwe |
Hits:
Description: ARM C programming compile in Linux with gcc compiler and download to the ARM LPC2148 Board. Platform: |
Size: 494592 |
Author:Senthil |
Hits:
Description: 在linux系统嵌入式编程中,将usb接口的移动3G设备转为Moden设备的源代码(具有通用性,实验中使用的是中兴的mu351),该代码在ubumtu系统下编辑通过,使用的交叉编辑器是arm-linux-gcc(版本4.4.3,可以在网上下载)。-Embedded linux system programming, the usb interface of mobile 3G devices to the device source code Moden (generic, experiments using ZTE mu351), the code editor in ubumtu system through the use of cross-edit device is arm-linux-gcc (version 4.4.3, you can download). Platform: |
Size: 57344 |
Author:phobey |
Hits:
Description: 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 compile to cross compiler directory --prefix=/directory/arm-xscale-linux-gnu/arm-xscale-linux.gnu (CC=/cross-directory/arm-xscale-linux-gnu-gcc).
3. Download libpng12, cross compile like above, better with --host=arm-xscale-linux-gnu, export PATH=/cross-compiler directory/bin/:$PATH.
4. Download openjpeg-1.5.1 source code and follow number 3, --prefix=/some-random-folder. Platform: |
Size: 918528 |
Author:Fajar Purnama |
Hits:
Description: (1)编写hello.c程序,使用编译器GCC编译,执行程序;
(2)使用ARM-LINUX-GCC进行编译,并下载到目标机上进行执行。((1) write the hello.c program, compile and execute the program with compiler GCC.
(2) compile with ARM-LINUX-GCC and download it to the target machine for execution.) Platform: |
Size: 2048 |
Author:taengu |
Hits: