搜索资源列表
makefileintroduce
- 自己写的makefile文件总结,主要在手机MTK平台上 原创-himself wrote the makefile document summing up, mainly in the mobile phone platform originality MTK
Makefile_reader
- Makefile解读,简单介绍框架 知识,无奈大牛不 更新,没人能跟进了,只好自己慢慢摸索了。-Makefile interpretation, a simple framework for introducing knowledge, helpless large cattle are not updated, no one will follow. but their exploration of the slowly.
Makefile
- 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows 的IDE 都为你做了这个工作,但我觉得要作一个好的和professional 的程序员, makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专 业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不 自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工 程的能力。
跟我一起写 Makefile
- 关于写makefile文件的比较全的教程-write makefile documents on the comparison of the entire handbook
howtowritemakefile
- 这篇文章很详细地描述了如何写makefile-This article describes in detail how to write makefile
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
gpio_dev
- 1、开发环境linux2.6.362、交叉编译器gcc 4.2.33、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3(3) this code is for s3c64xx GPIO driver, and