搜索资源列表
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脚本一样,其中也可以执行操作系统的命令。
Makefile
- linux 下 makefile范本 可以根据此添加编译文件-makefile under linux template can be compiled based on this document to add
WDKBLD
- 个人自行定义的wdk编译文件,可嵌入在VC++中用makefile编译-i definition wdk compile file, can be embedded in the makefile used to compile VC++
Makefile
- makefile文件的制作教程,对linux编程和GCC编译很重要。-makefile tutorial documentation for linux programming and GCC compiler is very important.
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
MakeFile
- Linux下一个简单的Makefile文件的具体实现。可以使用其作为框架来编译自己的Linxu程序-Linux with a simple Makefile file under the concrete implementation. You can use it as a framework to compile your own programs Linxu
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
audio.tar
- //--- --- --- --- --- --- --- --- --- --- --- -- audio_read.c 从多媒体文件中单独读出音频文件并发送给解码器 //-------------------------------------------------------------------- audio_decode.c 接受未解码的音频数据,解码数据后发送给播放器 //------------
linux_c
- 本章介绍在 LINUX 下进行 C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助-LINUX C
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
makefile
- ,makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作-, Makefile related to the compilation rules for the whole project. A project in the source file does not count, its by type, fu
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 framework to execute Make commands to generate executable pr
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.)