Location:
Search - GNU GCC
Search list
Description: 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。
Platform: |
Size: 353761 |
Author: kongfei |
Hits:
Description: GNU GCC 二进制工具集(gcc,ar,objdump,objcopy)中文详细介绍-GNU GCC binary tool sets (gcc, ar, objdump. objcopy) Chinese details
Platform: |
Size: 124928 |
Author: wjp |
Hits:
Description: 一本很好的GCC学习书籍,也可以作为C的学习资料!-a good learning GCC books can be used as learning materials C!
Platform: |
Size: 141312 |
Author: linbintao |
Hits:
Description: 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.
Platform: |
Size: 132096 |
Author: 刘俊 |
Hits:
Description: GCC中文手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义.-GCC Chinese manual pages from GNU C compiler complete document, limited to explain the meaning of options.
Platform: |
Size: 301056 |
Author: rui73 |
Hits:
Description: 全面的gnu gcc文档,涵盖了几乎所有的gcc参数,linux下程序员的参考手册。-Gnu gcc comprehensive document, covering almost all of the gcc parameters, linux under the programmers reference manual.
Platform: |
Size: 59392 |
Author: 杨羽 |
Hits:
Description: 在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada等。开放、自由和灵活是Linux的魅力所在,而这一点在GCC上的体现就是程序员通过它能够更好地控制整个编译过程。
Platform: |
Size: 12288 |
Author: 金阳 |
Hits:
Description: GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
Platform: |
Size: 67584 |
Author: Eric.Lee |
Hits:
Description: GCC中文手册
内容摘自GNU C完整文档
解释选项含义-GCC English manual from the GNU C content of the document to explain the options the meaning of integrity
Platform: |
Size: 297984 |
Author: 李沃 |
Hits:
Description: GNU compiler及binary utilities简介-GNU compiler and binary utilities Profile
Platform: |
Size: 124928 |
Author: sailflying |
Hits:
Description: GCC中文手册——教你怎么使用gnu的gcc工具。对linux编程的人有用
Platform: |
Size: 297984 |
Author: 李明 |
Hits:
Description: gcc中文用户手册,pdf档。希望对大家有帮助!-gcc English user manual, pdf file. Hope everyone has to help!
Platform: |
Size: 297984 |
Author: pengwenliang |
Hits:
Description: 装一整套
gcc-libc
libstdc++
gcc-c++
gcc -objc
cpp
binutil
卸载与2.95.3-8有关的
卸载gcc
卸载gcc-g++
卸载gcc-chill
卸载gcc-g77
卸载gcc-objc
卸载gcc
卸载 libstdc++-2.95.3-8
批量装gcc
rpm -ivh gcc*.rpm
批量装libstdc++
rpm -ivh libstdc++*.rpm
查看某软件包安装路径
rpm -qpl xxxxxx
源码包tar.gz放于 /var/src/rpm/SOURCES
安装完后的.src.rpm 生成的 ix86.rpm 放于 /var/src/rpm/RPMS-Installed a set of gcc-libclibstdc++ Gcc-c++ Gcc-objccppbinutil uninstall and uninstall gcc related 2.95.3-8 uninstall gcc-g++ Uninstall gcc-chill uninstall gcc-g77 uninstall gcc-objc uninstall gcc Uninstall libstdc++-2.95.3-8 bulk loaded gccrpm-ivh gcc*. rpm bulk loaded libstdc++ rpm-ivh libstdc++*. rpm to view a package installation path rpm-qpl xxxxxx source tar package . gz put in/var/src/rpm/SOURCES installed after the. src.rpm generated ix86.rpm put in/var/src/rpm/RPMS
Platform: |
Size: 1024 |
Author: liuxing |
Hits:
Description: GNU GCC编译器手册,编译选项说明等,可作为编写unix环境下工程的参考-GNU GCC compiler manuals, such as compiler options that can be used as the preparation of unix environment reference works
Platform: |
Size: 12288 |
Author: gaosg |
Hits:
Description: gcc and gnu compilers
Platform: |
Size: 482304 |
Author: vinay ns |
Hits:
Description: [C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
Platform: |
Size: 75776 |
Author: code_breaker |
Hits:
Description: 本文将介绍如何利用 GNU Autoconf 及 Automake 这两套软体来协助我们『自动』产生 Makefile 档,并且让开发出来的软体可以像 Apache, MySQL 和常见的 GNU 软体一样,只要会 ``./configure , ``make , ``make install 就可以把程式安装到系统中。如果您有
心开发 Open Source 的软体,或只是想在 Unix 系统下写写程式。希望这份介绍文件能帮助您轻松地进入 Unix Programming -gcc
Platform: |
Size: 41984 |
Author: zhj |
Hits:
Description: ucos-ii的linux移植,
gnu gcc 编译,
ubuntu下测试通过-ucos for linux gcc
Platform: |
Size: 1629184 |
Author: 唐够 |
Hits:
Description: 自己整理的关于gnu arm入门资料,包括下面的文件:
An Introduction to the GNU Assembler.pdf
ARM GNU Assembly Programming Basic.doc
GNU ARM Assembler Quick Reference.pdf
GNU ARM汇编快速入门 .doc
Using as.pdf
从ARMASM汇编到GNU ARM ASM汇编.doc-I collected some useful files for GNU and ARM. It includes the following files:
An Introduction to the GNU Assembler.pdf
ARM GNU Assembly Programming Basic.doc
GNU ARM Assembler Quick Reference.pdf
GNU ARM汇编快速入门 .doc
Using as.pdf
从ARMASM汇编到GNU ARM ASM汇编.doc
Platform: |
Size: 1117184 |
Author: zpy |
Hits:
Description: gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)
Platform: |
Size: 297984 |
Author: cxq |
Hits: