CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - makefile GCC
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - makefile GCC - List
[
File Operate
]
makefile
DL : 0
在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和CC。
Update
: 2008-10-13
Size
: 114.17kb
Publisher
:
李逸岳
[
Other
]
makefile教程
DL : 0
有关Makefile生成的全攻略,包括autoconf,aclocal工具的使用等等。- The related Makefile production all captures, including autoconf, aclocal tool use and so on.
Update
: 2025-02-17
Size
: 213kb
Publisher
:
侯景昆
[
ELanguage
]
tinycc.tar
DL : 0
c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION-c language compiler arm-gen.c asmtest.S bcheck.c boundtest.cc67-gen.c Changelog coff.h configureCOPYING elf.h [examples] float.hgcctestsuite.sh i386-asm.c i386-asm.h i386- gen.cil-gen.c il-opcodes.h libtcc.h libtcc1.clibtcc_test.c Makefile README stab.defstab.h stdarg.h stdbool.h stddef.htcc-doc.html tcc-doc.texi tcc.1 tcc. ctccasm.c tcccoff.c tccelf.c tcclib.htccpe.c tcctest.c tcctok.h texi2pod.pltiny_impdef.c TODO varargs.h VERSION
Update
: 2025-02-17
Size
: 414kb
Publisher
:
[
SCM
]
AVRcam_rel_1_4
DL : 1
he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. The makefile used to build the source is included-he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I h aven not tested other versions of GCC. but they should compile without too much diffic ulty. The makefile used to build the source is in cluded
Update
: 2025-02-17
Size
: 137kb
Publisher
:
chezhen
[
SCM
]
AVRGCC_example
DL : 0
AVR单片机与GCC的一些程序例子。汇编和C。-AVR with GCC examples of some of the procedures. And C compilation.
Update
: 2025-02-17
Size
: 540kb
Publisher
:
林林
[
Software Engineering
]
GNUMakemanual
DL : 0
GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) At present, although there are a number of online books, but they should not fully explain the Linux source code at all levels of Makefile files, so I carefully read the GNU Make Manual (3.79) version of the original text, in Based on this translation of the manual, to meet the demand for Linux source code are interested in or wish to adopt GCC programming GNU Make but the lack of a comprehensive understanding of the needs of people.
Update
: 2025-02-17
Size
: 129kb
Publisher
:
刘俊
[
Chess Poker games
]
qthello-1.0.tar
DL : 0
othello算法。开源的算法。有makefile。可以在gcc下编译。
Update
: 2025-02-17
Size
: 30kb
Publisher
:
王峰
[
File Format
]
makefile
DL : 0
在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和CC。 -In this document, will be C/C++ The source as our base, there will inevitably involve some C/C++ Compiler knowledge, related in this regard, please also view the related compiler documents. Here the default compiler is GCC under UNIX and CC.
Update
: 2025-02-17
Size
: 114kb
Publisher
:
[
SCM
]
Computerterminal
DL : 0
基于avr-gcc (GCC) 4.1.2 (WinAVR 20070525)环境开发的atmega128应用程序(带makefile文件),320240液晶图文显示,时实时钟DS12C887,ASCII格式串口通讯协议(应用无线数传),内部EEPROM读写等-Based on the avr-gcc (GCC) 4.1.2 (WinAVR 20070525) environment ATmega128 development applications (with makefile file), 320,240 LCD graphic display, real-time clock when the DS12C887, ASCII format for serial communication protocols (application of wireless data transmission), Internal EEPROM read and write, etc.
Update
: 2025-02-17
Size
: 390kb
Publisher
:
白广斌
[
Linux-Unix
]
LinuxMake
DL : 0
GNU Make 使用手册(中译版) 翻译:于凤昌 译者注:本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) translation:于凤昌Translator
Update
: 2025-02-17
Size
: 125kb
Publisher
:
lihui
[
Linux-Unix
]
677997733
DL : 0
Gcc编程中makefile文件的使用手册,本文比较完整的讲述 GNU make 工具,涵盖 GNU make 的用法、语法。同时重点讨论如何 为一个工程编写 Makefile-Gcc documentation makefile programming user manual, this article about the complete GNU make tools, GNU make to cover the use of grammar. At the same time focus on how to prepare a project Makefile
Update
: 2025-02-17
Size
: 895kb
Publisher
:
许威
[
uCOS
]
ucos_ii-linux
DL : 0
GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。-GCC under microC/OS-II development platform, including microC/OS-II complete source code and Shao Beibei version of the four applications book.c (Have makefile) and the associated pdf (in the extract after the Linux-test folder), suitable for beginners to learn. Inside the code have been run under Linux through.
Update
: 2025-02-17
Size
: 598kb
Publisher
:
[
Books
]
makefileUserGudie
DL : 0
使用makefile的手册,中文版。满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要-Makefile use manual, the Chinese version. Meet the needs of Linux source code are interested in or wishing to use the procedure to prepare the GCC but the lack of GNU Make a comprehensive understanding of the needs of people
Update
: 2025-02-17
Size
: 139kb
Publisher
:
lht
[
Linux-Unix
]
GCCmanual
DL : 0
GCC 的使用手册详解,包含中英双语,chm格式。还包含了makefile的一些攻略,比较实用。-GCC detailed user
Update
: 2025-02-17
Size
: 462kb
Publisher
:
qiuhui
[
Other
]
gcc_first
DL : 0
autoconf automake实例gcc编译java方法.txt,gcc的组件和软件工具 .txt,gcc库.txt,gdb自己总结.txt,linux 下gcc 编程.ppt,linux下JAVA环境设置.pdf,Vi指令大全.htm,跟我一起写 Makefile.pdf-autoconf automake instances gcc compiler java methods. txt, gcc components and software tools. txt, gcc library. txt, gdb their summing up. txt, linux under gcc programming. ppt, linux under the JAVA environment settings. pdf, Vi commands Guinness . htm, with me to write Makefile.pdf
Update
: 2025-02-17
Size
: 5.97mb
Publisher
:
tao
[
Technology Management
]
gccshiyongzhengli
DL : 0
gcc 的使用方法整理,makefile写法gcc_egcs使用,gdb使用 -gcc finishing use, makefile written gcc_egcs use, gdb use
Update
: 2025-02-17
Size
: 38kb
Publisher
:
huyan
[
Other
]
gcc
DL : 0
有关GCC的资料合集,中文的、英文的,GCC使用,makefile编写方法,是GCC开发的好助手。-Collection of information on the GCC, in Chinese, English, GCC use, makefile preparation methods, GCC development is a good assistant.
Update
: 2025-02-17
Size
: 462kb
Publisher
:
zebra
[
Other
]
Makefile
DL : 0
本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-I read the Linux source code in the process of discovery to a comprehensive understanding of the structure of Linux, Linux programming understanding and thinking of the overall design must first of all read the source code of Linux at all levels of the Makefile file. At present, although there are a number of online books, but they can not fully explain the source code of Linux at all levels of Makefile files, so I carefully read the GNU Make Manual (3.79) version of the original text, on the basis of the translation of the manual to Linux source code to meet the interest or wish to adopt GCC programming GNU Make but the lack of a comprehensive understanding of the needs of people.
Update
: 2025-02-17
Size
: 139kb
Publisher
:
陈子佳
[
Other
]
gcc
DL : 0
本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有 心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
Update
: 2025-02-17
Size
: 41kb
Publisher
:
zhj
[
Linux-Unix
]
Makefile进行多文件的编译
DL : 0
学习makefile对linux下的多文件进行同时编译,比gcc进行的单文件编译高效,方便(Learning makefile for Linux under the simultaneous compilation of multiple files, than GCC single file compilation efficient and convenient)
Update
: 2025-02-17
Size
: 137kb
Publisher
:
WhiteLie
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.