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

搜索资源列表

  1. makefile

    0下载:
  2. 在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和CC。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:116906
    • 提供者:李逸岳
  1. Makefile.rar

    0下载:
  2. 如何编写gcc中的Makefile。步骤详细,是入门的一份比较好的资料。在linux下进行c++编程时很有帮助,特别是编写大型的工程项目的时候,How to Write gcc in the Makefile. Steps in detail, it is a good entry information. In linux under c++ programming helpful, especially in the preparation of large-scale projects,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:531283
    • 提供者:陈磊
  1. 05

    0下载:
  2. 程序代码使用说明: (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交叉编译工具链)或类
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:19649
    • 提供者:qwt
  1. unpv13e

    0下载:
  2. UNIX网络编程的源码,已经完全编译完成,打开即可使用,编译环境gcc,makefile-UNIX network programming source code, has been completely the compilation is complete, open the can be used, the compiler environment gcc, makefile
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:1419685
    • 提供者:落叶飘轩
  1. camsnap

    0下载:
  2. 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/de
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2717
    • 提供者:yinlingpeng
  1. gccshiyongzhengli

    0下载:
  2. gcc 的使用方法整理,makefile写法gcc_egcs使用,gdb使用 -gcc finishing use, makefile written gcc_egcs use, gdb use
  3. 所属分类:Project Manage

    • 发布日期:2017-04-08
    • 文件大小:39605
    • 提供者:huyan
  1. 10

    0下载:
  2. 程序代码使用说明: (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交叉编译工具链)或类似
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:34603
    • 提供者:
  1. 08

    0下载:
  2. 程序代码使用说明: (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交叉编译工具链)或类
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:23829
    • 提供者:qwt
  1. gcc

    0下载:
  2. 本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有 心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:42343
    • 提供者:zhj
  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. makefile

    0下载:
  2. standard makeup file in g-standard makeup file in gcc
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:938
    • 提供者:tao gong
  1. Linuxgccgdbmakefile

    0下载:
  2. 程序设计基础—C环境Linux(gcc gdb makefile)-Linux(gcc gdb makefile)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:85667
    • 提供者:chairui
  1. GCC_GDB_Makefile_SVN

    0下载:
  2. gcc, gdb,makefile的用法介绍,有实例,很实用-gcc, gdb, makefile usage descr iption, there are examples of very practical
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:164441
    • 提供者:jerry
  1. AVR_makefile

    0下载:
  2. 提示:这是一个针对AVR studio4.12开发的AVR-GCC Makefile生成向导工具。因此,使用前请安装AVR studio4.12。工程文件布局要与AVR studio一致,即工程目录名要与工程同名,C文件要与工程文件同目录,输出文件统一放到一个文件夹。-Note: This is a development for AVR studio4.12 AVR-GCC Makefile Generation Wizard tool. Therefore, before using ins
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:34764
    • 提供者:张程序
  1. makefile

    0下载:
  2. makefile教程,教你如何编写makefile文件 在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和-makefile tutorial teaches you how to write makefile file in this document, will be C/C++ source code as our foundation, so must
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:330543
    • 提供者:狮子
  1. Linux-makefile

    0下载:
  2. linux下编写makefile的参考资料,详细说明了GCC和G++下的makefile编写。-Linux makefile produced under the reference material, detail the GCC and G++ of makefile writing.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:466901
    • 提供者:张留全
  1. Makefile-Test

    0下载:
  2. 完整的makefile 的例子。 介绍了 makefile 在linux下 用gcc编译的编写规则,并给出例子详细解释。-Complete example of the makefile. Makefile under linux using gcc compiler to write the rules, and gives the example of a detailed explanation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:262419
    • 提供者:yjhui
  1. GCC-Make.tar.gz

    0下载:
  2. 介绍如何在Linux(Ubantu)系统用C和C++进行编程,并且介绍了如何编写和使用make Makefile,Describes how to use C and C++ programming in the Linux (Ubantu) system , and describes how to write and use make Makefile
  3. 所属分类:software engineering

    • 发布日期:2017-10-30
    • 文件大小:1325541
    • 提供者:jiang
  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. templet.tar

    0下载:
  2. gcc+make 开发stm32f407工程模板(Development of stm32f407 with gnu make and st-lib)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3130368
    • 提供者:xiaoji56788
« 12 3 4 »
搜珍网 www.dssz.com