搜索资源列表
introduction
- introduction介绍在LINUX 下进行C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助
Makefile
- psp makefile用法说明,帮助psp编程的编译连接,制作makefile文件
Makefile
- linux下交叉编译spca5xx(中星微摄像头在linux下使用时用到的驱动)用到的Makefile文件,文件将针对linux2.5 2.6内核的驱动注释掉,修改了针对2.4内核的驱动。
Makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、 功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需 要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能 操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。
Linux 网络编程
- 很经典的Linux网络编程源码,带有makefile文件,可以直接编译使用-the classic source Linux Network Programming, with makefile documents can be directly compiled to use
DMS
- C语言做的图书管理系统,经过WinTC多次调试,保证可以运行。附有makefile文件,可以在linux环境下编译成为嵌入式系统所用的文件-C language to the library management system, after repeated WinTC debugging, and guarantee operations. With makefile, the linux environment compiler b
0503_test-key
- uClinux 环境下按键的驱动程序及相应的用户开发的简单实例。还有Makefile文件,直接在CygWin环境下编译可直接运行。-uClinux environment keys to the driver and the corresponding development of the user simple examples. There Makefile, CygWin directly in the environment c
0902_minigui
- uClinux环境下MinuGUI的应用实例及简单介绍,列外还有Makefile文件,可在linux环境下编译运行。-uClinux environment MinuGUI of application examples and simple, there are those in Makefile document in the Linux operating environment compiler.
Makefile
- psp makefile用法说明,帮助psp编程的编译连接,制作makefile文件-psp makefile instructions to help the compiler to connect psp programming, production makefile file
Makefile
- linux下交叉编译spca5xx(中星微摄像头在linux下使用时用到的驱动)用到的Makefile文件,文件将针对linux2.5 2.6内核的驱动注释掉,修改了针对2.4内核的驱动。-linux cross compiler under the spca5xx (Vimicro camera to use in linux driver when used) used in the Makefile of documents, w
Makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、 功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需 要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能 操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。-relations makefile to compile the rules of the wh
Makefile
- linux 下 makefile范本 可以根据此添加编译文件-makefile under linux template can be compiled based on this document to add
MakeFile
- Linux下一个简单的Makefile文件的具体实现。可以使用其作为框架来编译自己的Linxu程序-Linux with a simple Makefile file under the concrete implementation. You can use it as a fr a mework to compile your own programs Linxu
Makefile
- 万能Makefile文件,可以直接拖进你的工程文件中进行make,会自动寻找.c和.h文件进行匹配编译-Universal Makefile file, can be directly dragged into your project file to make, will automatically look for. C and. H files to compile match
makefile
- makefile文件编写,帮助你轻松编译文件-makefile
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
aix-makefile
- Aix操作系统下的VC++程序的批处理编译文件。-makefile in aix
Makefile进行多文件的编译
- 学习makefile对linux下的多文件进行同时编译,比gcc进行的单文件编译高效,方便(Learning makefile for Linux under the simultaneous compilation of multiple files, than GCC single file compilation efficient and convenient)
linux开发Makefile模板
- Linux软件Makefile模板,满足C、C++文件单独编译或混合编译要求,用户按照框架即可一键Make,生成可执行程序(Linux software Makefile template to meet C, C++ files individually compiled or mixed compilation requirements, users follow the fr a mework to execute Make co
makefile
- 该文档详细介绍了如何自己写编译文件makefile文件,有利于了解编程语言转化为机器语言的过程。(This document describes in detail how to write compile files and makefile files to help understand the process of programming language into machine language.)