Welcome![Sign In][Sign Up]
Location:
Search - arm-linux-gcc

Search list

[Other resourcetonedrv.tar

Description: A tone driver by driving S3c2410 PWM. Compiled by arm-linux-gcc.-A tone driver by driving S3c2410 PWM. Compiled by arm-linux-gcc.
Platform: | Size: 15783 | Author: 連正得 | Hits:

[Linux-Unixspidmadriver

Description: 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1-the driver linux2.6.17 in which the test. Yangxing msn : lelma_yx@hotmail.com hope to operate SPI friends help. 1, mode of work : from equipment : SPI for the S3C2410 MASTER mode : SPI for SLAVE + DMA mode 2, workflow 1.S3C2410 from receiving : When sending data from the device, using DMA S3C2410 debt, the length of the designated data DMA will enter the interruption will receive unfettered access to the data. 2.S3C2410 from this : When S3C2410 need this, the first request sent by the RTS, Then wait for the response from CTS equipment, when the equipment response from CTS, access to external interrupt start DMA sent, Send completed, re-entered, from receiving state. 3. Position papers spi_dma_slave.c spi_dma_slave.h circul ar_buf.c circular_buf.h documents onto the driver / char / Contents
Platform: | Size: 17368 | Author: y | Hits:

[Linux-Unixlinuxcchuankou

Description: linux环境下嵌入式串口原程序,编译环境(Linux,arm-linux-gcc)!-linux environment Embedded Serial original program, compile environment (Linux, arm - linux-gcc)!
Platform: | Size: 5849 | Author: aring | Hits:

[Linux-Unixgdb-5.0.tar

Description: arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm-linux-gcc compiler, the S3C2410 development board transplant at present the newest linux2.6.14 essence, needs to use this compiler to translate ,Unix_Linux,嵌入式Linux/Embeded Linux -arm - linux-gcc compiler, S3C2410 development board transplant linux2.6.14 the latest kernel, need to use the compile-arm - linux-gcc compiler. the S3C2410 development board transplant at pr esent the newest linux2.6.14 essence, needs to use this compiler to translate. Unix_Linux, Embedded Linux / Embeded Linux
Platform: | Size: 12299318 | Author: hui | Hits:

[Othermitab-1.4.0

Description: 在linux环境下,对mapinfo格式地图操作(包括读、写等)的库文件以及源代码,用arm-linux-gcc编译过的。我就是用它完成了我们学校地图的显示及一些操作功能,平台是三星的s3c2410.-the linux environment, the right to operate MapInfo format maps (including reading, writing) of the library and source code, using arm - linux-gcc compiler before. I was using it completed a map of our school and show some operating functions, the platform of Samsung's s3c2410.
Platform: | Size: 5010493 | Author: 张明杰 | Hits:

[Embeded-SCM Developminigui_pos.tar

Description: 这是一个MINITGUI2。0的应用程序,包内有MAKEFILE,可以用ARM-LINUX-GCC直接编译并且运行在LINUX嵌入式系统中,-MINITGUI2. 0 applications, packets are MAKEFILE. can be used ARM-Linux-direct GCC compiler and run on the Linux Embedded Systems,
Platform: | Size: 488475 | Author: lipenf | Hits:

[Other resourcesysinfo_for_e2

Description: moto e2的实时系统概况的源码,使用了qt界面,可以显示当前cpu、内存、和数据状态,使用arm-linux-gcc编译,并且要搭建相应的qt环境
Platform: | Size: 5000 | Author: letterb | Hits:

[Other resourcesinglejpeg

Description: 这是一个压缩文件内是tar文件,解压后可看到完整文件,要在linux下解压tar文件,make(arm-linux-gcc 用的是2.95.3)后把生成的目标文件下载到2410开发板上,运行可在/temp下得到1.jpg的图片,当然你的摄像头和驱动已经加载成功。
Platform: | Size: 9277 | Author: whj | Hits:

[Other resourcearm_linux_sqlite

Description: Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it, #tar -zxvf sqlite-3.3.6.tar.gz change into the sqlite-3.3.6 directory cd sqlite-3.3.6
Platform: | Size: 4798 | Author: 龙晓波 | Hits:

[Other resourcesoftlock3_src.tar

Description: moto e2键盘软锁第三版,使用moto e2 sdk 和 arm-linux-gcc编译
Platform: | Size: 137577 | Author: letterb | Hits:

[Linux-Unixtree

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
Platform: | Size: 31589 | Author: hhh | Hits:

[Embeded-SCM Develop调用libmad的简单MP3播放器

Description: 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将wmplay.c和libmad.a放在同一个目录里,执行以下指令即可: arm-linux-gcc wmplay.c libmad.a -o wmplay
Platform: | Size: 82301 | Author: 535024144@qq.com | Hits:

[SourceCodearm-linux-gcc

Description:
Platform: | Size: 49342176 | Author: 287681049@qq.com | Hits:

[mpeg mp3mpg123-0.59r+eq.v4

Description: mpg123代码+EQ的代码,这是一个相当完整的mp3播放器开放源码,该代码是在linux下gcc平台编译通过,对学习在linux下系统编程的人员有参考价值.不过mpeg2.5有bug,还需要进一步纠正.-mpg123 code EQ code, which is a fairly complete mp3 players OSS. The code in the Linux platform under gcc compiler passed, learning under Linux System Programming of a reference value. However mpeg2.5 a bug, need to be further rectified.
Platform: | Size: 181248 | Author: 黄旭东 | Hits:

[Internet-Networkmpc-0.8.1

Description: 传说中升级gcc的mpc包,版本号为0.8.1-Mpc legendary upgrade the gcc package, version 0.8.1
Platform: | Size: 684032 | Author: lyt | Hits:

[Embeded Linux9260kernel-porting

Description: 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.移植网络摄像头 10.移植Madplay音频播放器 11.ARM MPlayer移植 12.AT91SAM芯片的启动过程-AT91SAM926 ARM9 kernel porting guide, very practical, based on the AT91SAM9260-EK development board. Include the following: 1. Prepare and compile the required software kit 2. Installing ARM-LINUX-GCC tool chain 3. Compiler installed AT91BootStrap Bootloader 4. Install compiled Uboot and AT91-Uboot patch 5. Compiler installed Linux2.6.22 and AT91-Linux patch 6. Installation and programming files download tool AT91ISP 7. NFS root file system creation 8. Transplantation Boa Web server 9. Transplantation Network Camera 10. Transplantation Madplay audio player 11. ARM MPlayer transplantation 12. AT91SAM chips to start the process
Platform: | Size: 366592 | Author: lkxv1234 | Hits:

[Embeded Linuxarm-linux-gcc-3.3.tar

Description: 本代码是基于linux嵌入式的交叉编译器,已经配置好了,适合大多数用户尤其是初学者对交叉编译环境还很陌生的同学-This code is based on embedded linux cross compiler has been configured, for most users, especially beginners cross-compiler environment are still unfamiliar with the students
Platform: | Size: 21268480 | Author: 田绍伟 | Hits:

[Linux-Unixvoiced

Description: linux 下的音频编程,里面包含有相应的库文件arm-linux-gcc 2.95 编译器编译,可以录音并保存文件,播放录音-audio programming under linux, which contains the appropriate library file arm-linux-gcc 2.95 compiler, you can record and save the file, play the recording
Platform: | Size: 9216 | Author: jiang | Hits:

[Driver Developlinux-module

Description: Linux设备驱动标准模板,用于s3c2410实验,流水灯点亮,下面有配套应用程序内核版本:2.6.31 交叉编译器:arm-linux-gcc 4.12 Read,write,ioctl等函数实现 S3C2410 GPF0~GPF3外接led灯,低电平点亮,高电平熄灭分别用write和ioctl 实现led流水灯的点亮经过验证,可点亮led流水灯-linux module
Platform: | Size: 25600 | Author: 王子丹 | Hits:

[ARM-PowerPC-ColdFire-MIPScrosstool-0.43.tar

Description: 这是编译在arm平台上的运行程序的工具链(This is the tool chain that compiles the running program on the arm platform)
Platform: | Size: 3046400 | Author: 译坤 | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net