搜索资源列表
Client_example
- 基于qt2.3.7的客户端网络程序,在rehat9下用交叉编译器2.95.3编译通过,可以直接使用-Qt2.3.7 client-based network program, in rehat9 using cross compiler 2.95.3 compiler passed, can be directly used
minigui_xmodem
- 用MINIGUI开发的维护程序.ARM编译. 上传镜像文件,下载镜像文件,下载程序文件,下载配置文件,上传日志文件 利用XMODEM 协议传输文件. -MiniGUI developed with maintenance procedures. ARM compiler. Upload an image file, download the image file, download program files, download configuration files, upload
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交叉编译工具链)或类
CplusplusandC
- 如果C++程序要调用已经被编译后的C函数,该怎么办? 如何理解extern "C" 如何实现C调用C++接口库 对由 __cplusplus 和 extern "C" 组成的 C、C++编译器编译标准C函数的通用写法的理解-If you want to call C++ program has been compiled C functions, how to do? How to understand the extern " C" How C call C++
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
linux1
- 本程序分3个子程序,分别使用1个终端运行它们,使用下面的通信机制完成所需功能。 程序1:接受用户输入的信息,包括:help、alarm1、alarm2、quit,并将这些信息分别发送给程序2和程序3。 程序2与程序1通过消息队列1进行通信,当收到help信息后,打开帮助文件helpfile,读取其中的内容,显示出来;当收到quit后,退出程序。 程序3创建2个子进程。程序3与程序1通过消息队列2进行通信,当收到alarm1时,通过信号量1通知子进程1报警(向屏幕输出报警信
Soft-keyboard
- Qtopia版本的软键盘输入程序。在linux服务器上交叉编译后,可以移植到ARM开发板上运行。可以参考README.txt。-This Qt program Qtopia version of the soft keyboard input program. Cross compiler on Linux server can be ported to run on the ARM development board. Encounter a problem you can refer to
processaproach
- 基于TQ2440的LINUX程序源码,进程间通信测试程序,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-TQ2440 Linux program source code, inter-process communication test procedures, C language, cross-compiler for arm board procedures available in the linux environment
processtoFile
- 基于TQ2440的LINUX程序源码,进程间调用样式,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-Based on the TQ2440 the Linux program source code, process invocation style, C language, cross-compiler for arm board procedures available in the linux environment
igmp
- igmp的测试用的小程序,有客户端和服务器端,交叉编译既可使用-igmp test with a small program, a client-side and server-side, cross-compiler can use
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.
recordaplay
- 基于/dev/dsp编写的嵌入式Linux录音放音(IIS接口,也可以直接放PCM)程序,可以使用交叉编译工具编译下载到开发板运行。 -Based on/dev/dsp written recording and playback of embedded Linux (IIS interface, you can directly put PCM) program, you can use the cross compiler tool to compile downloaded to t
TEM1880
- 该程序主要在imx6开发板上面模拟实验室设备上操作软件的运行Demo,嵌入式Qt开发环境、需要iMax6版交叉编译器进行编译,界面逻辑相对较多。-The program mainly in imx6 development board above simulation laboratory equipment to operate the demo of the software running, embedded Qt development environment, need to iMax
A9m0
- 物联网仓储的总框架程序,包含主线程,和被主线程唤醒的各个线程的框架程序,编译已经通过,可以放心使用-Things total warehousing framework program, including the main thread, and the wake of the main thread of each thread framework program, the compiler has passed, you can be assured
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
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.)