搜索资源列表
arm-linug-g++-QT
- 非常完整的嵌入式Qt/Qtopia的编译过程,图文都有,本人的总结
qtopia
- 移植qtopia到arm开发板的详细文档
arm-qtopia
- qt移植到samsungarm2410目标板上的源代码,其中有编译好后可以移植到目标板上进行qt应用程序开发
arm-qtopia-20101105.tar
- 经典的Qtopia-2.2.0源代码包,集成嵌入式浏览器Konquor源代码,内置一键式编译命令“build",你可以使用记事本等软件打开,查看详细的编译移植过程。 另外还包含mktarget脚本,用以生成适合制作目标文件系统所需的二进制压缩包。-Classic Qtopia-2.2.0 source code package, integrated embedded browser Konquor source code, built-in one-click compilation com
05
- 程序代码使用说明: (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交叉编译工具链)或类
x86-qtopia-20100108.tar
- X86 Qtopia-2.2.0 - 内含编译脚本build-all友善之臂发布的!-X86 Qtopia-2.2.0- contains build scr ipts build-all-arm kind of release!
mini2440-qtopia
- mini2440上qtopia应用程序开发步骤(arm-qtopia版本)-mini2440 steps on the qtopia application development (arm-qtopia version)
adc_ts.tar
- 友善之臂 Mini2440开发板, ADC和触摸屏实验代码!-arm Mini2440 development board, ADC and touch screen test code!
qtopia
- 一份关于QTOPIA的安装文档,分为ARM和X86两种平台-A report on the qtopia installation document, divided into two types of ARM and X86 platforms
ARM_DESIGN_BOOK.pdf.tar
- ARM嵌入式系统开发综述,ARM 开发工程师入门宝典; 嵌入式系统开发的每一个环节都可以独立地展开进行详细的阐述,而本文的 出发点主要是为嵌入式开发的初学者者提供一个流程参考。 -ARM Embedded System Development Review, ARM development engineer entry Baodian embedded system development every step can be carried out independently to c
10
- 程序代码使用说明: (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交叉编译工具链)或类似
09
- 程序代码使用说明: (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交叉编译工具链)或类
08
- 程序代码使用说明: (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交叉编译工具链)或类
QtopiatransplantationtoARMdevelopmentboard
- 想顺利的把qtopia移植到了ARM开发板上,请看此文档。-Would like to smooth the qtopia transplanted into the ARM development board, see this document.
qtopia-2.2.0
- qtopia-2.2.0移植到ARM上,希望有帮助-qtopia-2.2.0 ported to ARM, the hope that help
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
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交叉编译工具链)或类
buttongroups
- 基于QT2.3.0编写的,所有按钮编程的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, all buttons programmed sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run succes
GPRS-arm
- 基于qtopia—2.2.0的gprs速传窗体源码,此为ARM版本,可移植到S3C2440板子上-Gprs on qtopia-2.2.0-speed transmission form the source, this is the ARM version, can be transplanted to S3C2440 board
arm-qtopia-20100108.tar
- ARM Qtopia-2.2.0 - 包含所有移植好并改进的源代码,和编译脚本build-a-ARM Qtopia-2.2.0- contains all the good and improve transplantation in the source code, and compile the scr ipt build-all