搜索资源列表
ftpClient
- 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
Linux
- 程序代码使用说明: (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交叉编译工具链)或类
chapter-1
- 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
fb_display
- 一个可以使用GCC编译的linux源代码,适用于tq2440(s3c2440)开发板。编译后将代码放到某linux系统的文件目录下执行test2命令即可观看到效果。-a Linux LCD test program,assemble by gcc
pjsua-arm-arago-linux-gnueabi
- 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
c-language--environment
- Linux平台上c语言编程环境 1.熟悉gedit命令,编辑C语言程序 2. 用gcc把源程序编译成可执行程序 -C language programming environment on the Linux platform. Familiar with gedit command, edit the C language program with gcc to compile the source code into an executable program
lcd_picture
- 这是一个Tiny210开发板的裸机程序,可以在LCD屏幕显示图片。该程序需要在linux操作系统上安装arm-linux-gcc。-This is a development board Tiny210 bare metal program that can display images on the LCD screen. The program requires the operating system installed on linux arm-linux-gcc.
Image-Cpature-Program-IIB400-Imote2-Linux.tar
- Imote2 IIB400 Camera capture program compiled in arm-xscale-linux-gnu-gcc, run ./capture. Capture.c is the source code, I changed video2dev.h location for my compiler. BTW I got the C source code from University.
Test-C-Simple-For-ARM.tar
- My C tutorial program compiled for Imote2 Linux (arm-xscale-linux-gnu-gcc).
1.leds_s
- Tiny6410 点灯汇编代码。。 Linux平台下的gcc编译工具编译。 裸机程序, 运行时,boot要先起来, 把bin文件烧到0x50000000内存起始地址执行-Tiny6410 lighting assembly code. . gcc compiler tool to compile the Linux platform. Bare metal program, running, boot up first, burn the bin file memory starting add
crosstool-0.43.tar
- 这是编译在arm平台上的运行程序的工具链(This is the tool chain that compiles the running program on the arm platform)
host
- (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.)