CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译文件makefile

搜索资源列表

  1. introduction

    0下载:
  2. introduction介绍在LINUX 下进行C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: 􀂄 源程序编译 􀂄 Makefile 的编写 􀂄 程序库的链接 􀂄 程序的调试 􀂄 头文件和系统求助
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:512074
    • 提供者:Louis Yi
  1. 跟我一起写 Makefile

    0下载:
  2. psp makefile用法说明,帮助psp编程的编译连接,制作makefile文件
  3. 所属分类:其它文档

    • 发布日期:2014-01-18
    • 文件大小:60813
    • 提供者:思廉
  1. Makefile

    0下载:
  2. linux下交叉编译spca5xx(中星微摄像头在linux下使用时用到的驱动)用到的Makefile文件,文件将针对linux2.5 2.6内核的驱动注释掉,修改了针对2.4内核的驱动。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3541
    • 提供者:jaywoo
  1. Makefile

    0下载:
  2. makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、 功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需 要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能 操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:509813
    • 提供者:luokunyuan
  1. Makefile

    0下载:
  2. linux 下 makefile范本 可以根据此添加编译文件-makefile under linux template can be compiled based on this document to add
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:anthero
  1. WDKBLD

    0下载:
  2. 个人自行定义的wdk编译文件,可嵌入在VC++中用makefile编译-i definition wdk compile file, can be embedded in the makefile used to compile VC++
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-06
    • 文件大小:1329688
    • 提供者:可靠
  1. Makefile

    0下载:
  2. makefile文件的制作教程,对linux编程和GCC编译很重要。-makefile tutorial documentation for linux programming and GCC compiler is very important.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:329340
    • 提供者:zhao
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. MakeFile

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:538781
    • 提供者:yuanmo
  1. 200841613515595

    0下载:
  2. 下载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
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:197468
    • 提供者:qwe
  1. audio.tar

    0下载:
  2. //--- --- --- --- --- --- --- --- --- --- --- -- audio_read.c 从多媒体文件中单独读出音频文件并发送给解码器 //-------------------------------------------------------------------- audio_decode.c 接受未解码的音频数据,解码数据后发送给播放器 //------------
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-03-18
    • 文件大小:6051
    • 提供者:king
  1. linux_c

    0下载:
  2. 本章介绍在 LINUX 下进行 C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: „ 源程序编译 „ Makefile 的编写 „ 程序库的链接 „ 程序的调试 „ 头文件和系统求助-LINUX C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:510358
    • 提供者:sws
  1. Makefile

    0下载:
  2. 万能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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:863
    • 提供者:tony
  1. makefile

    0下载:
  2. makefile文件编写,帮助你轻松编译文件-makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:513
    • 提供者:jq1st
  1. makefile

    0下载:
  2. ,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
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:281181
    • 提供者:foxs
  1. ADCdrives

    1下载:
  2. ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:2560
    • 提供者:赵宇
  1. aix-makefile

    0下载:
  2. Aix操作系统下的VC++程序的批处理编译文件。-makefile in aix
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4673
    • 提供者:四方
  1. Makefile进行多文件的编译

    0下载:
  2. 学习makefile对linux下的多文件进行同时编译,比gcc进行的单文件编译高效,方便(Learning makefile for Linux under the simultaneous compilation of multiple files, than GCC single file compilation efficient and convenient)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-30
    • 文件大小:140288
    • 提供者:WhiteLie
  1. linux开发Makefile模板

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:小枕头
  1. makefile

    0下载:
  2. 该文档详细介绍了如何自己写编译文件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.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:98304
    • 提供者:linrui
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com