Difference between revisions of "GCC"
| Line 4: | Line 4: | ||
|Full description=The GNU Compiler Collection is a full-featured ANSI C compiler with support for K&R C, as well as C++, Objective C, Java, Objective C++, Ada and Fortran. GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code. The GNU Compiler for Java is now integrated and supported: GCJ can compile Java source or Java bytecodes to either native code or Java class files. Java programs will run faster while letting users run a completely free system without needing a proprietary Java compiler. | |Full description=The GNU Compiler Collection is a full-featured ANSI C compiler with support for K&R C, as well as C++, Objective C, Java, Objective C++, Ada and Fortran. GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code. The GNU Compiler for Java is now integrated and supported: GCJ can compile Java source or Java bytecodes to either native code or Java class files. Java programs will run faster while letting users run a completely free system without needing a proprietary Java compiler. | ||
|User level=intermediate | |User level=intermediate | ||
| + | |Status=Live | ||
| + | |Component programs=cpp,gcov,protoize,unprotoize,c++,c++filt,g++,g77,gcj,gcjh,jcf-dump,jv-scan | ||
| + | |Homepage URL=http://gcc.gnu.org/ | ||
| + | |VCS checkout command=enter | ||
| + | |Computer languages=C,C++,Java,Ada | ||
| + | |Documentation note=Reference manuals for several versions of GCC are available in HTML and PostScript formats from http://gcc.gnu.org/onlinedocs/ Printed user manual is available from https://agia.fsf.org/order/#manuals printed user tutorial is available from http://www.network-theory.co.uk/gcc/intro/ | ||
| + | |Paid support= | ||
| + | |IRC help= | ||
| + | |IRC general= | ||
| + | |IRC development= | ||
| + | |Related projects=Apache_CouchDB,Binutils,Gdb,Tiny_C_Compiler,Tux_Perl,g++,gfortran | ||
| + | |Keywords=C++,compiler,development,C,gcc,g77,GNU Compiler Collection,cpp | ||
| + | |Is GNU=y | ||
| + | |Last review by=Janet Casey | ||
| + | |Last review date=2010-04-28 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | |Version identifier=4. | + | |Version identifier=4.5.0 |
| − | |Version date= | + | |Version date=2010-04-14 |
|Version status=stable | |Version status=stable | ||
| − | |Version download=http://ftp.gnu.org/gnu/gcc/gcc-4. | + | |Version download=http://ftp.gnu.org/gnu/gcc/gcc-4.5.0/gcc-4.5.0.tar.bz2 |
| − | |License verified date= | + | |License verified date=2010-04-28 |
|Version comment= | |Version comment= | ||
| + | }} | ||
| + | {{Person | ||
| + | |Role=Maintainer | ||
| + | |Real name=GCC Steering Committee | ||
| + | |Email=gcc@gnu.org | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Person | ||
| + | |Role=Contributor | ||
| + | |Real name= | ||
| + | |Email= | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Developer | ||
| + | |Resource kind=VCS Repository Webview | ||
| + | |Resource URL=http://savannah.gnu.org/cvs/?group=gcc | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking,Developer,Support | ||
| + | |Resource kind=Mailing List Info/Archive | ||
| + | |Resource URL=http://gcc.gnu.org/lists.html | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Help | ||
| + | |Resource kind=Mailing List Info/Archive | ||
| + | |Resource URL=http://www.gnu.org/software/gcc/lists.html | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
| + | |Software-development=compiler | ||
| + | |Use=software-development | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=GPLv2orlater with exception | ||
| + | |License verified by=Kelly Hopkins | ||
| + | |License verified date=2010-04-28 | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=LGPLv2.1orlater | ||
| + | |License verified by=Kelly Hopkins | ||
| + | |License verified date=2010-04-28 | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv2orlater with exception | |License=GPLv2orlater with exception | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
| − | |License verified date= | + | |License verified date=2010-04-28 |
}} | }} | ||
{{Project license | {{Project license | ||
|License=LGPLv2.1orlater | |License=LGPLv2.1orlater | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
| − | |License verified date= | + | |License verified date=2010-04-28 |
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv2orlater with exception | |License=GPLv2orlater with exception | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
| − | |License verified date= | + | |License verified date=2010-04-28 |
}} | }} | ||
{{Project license | {{Project license | ||
|License=LGPLv2.1orlater | |License=LGPLv2.1orlater | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
| − | |License verified date= | + | |License verified date=2010-04-28 |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Revision as of 10:32, 12 April 2011
GCC
http://www.gnu.org/software/gcc/
The GNU Compiler Collection is a fully featured ISO C compiler with support for C, as well as C++, Objective C, Java, Objective C++, Ada and Fortran. GCC provides many levels of source code error checking traditionally provided by other tools (such as lint), produces debugging information, and can perform many different optimizations to the resulting object code. The GNU Compiler for Java is now integrated and supported: GCJ can compile Java source or Java bytecodes to either native code or Java class files. Java programs will run faster while letting users run a completely free system without needing a proprietary Java compiler. GCC supports many different architectures and operating systems.
Documentation
Reference manuals for several versions of GCC are available in HTML and other formats from http://gcc.gnu.org/onlinedocs. Printed versions are available from http://shop.fsf.org.
Related Projects
This is a GNU package:gcc
Download
Download
version 4.8.0
(stable)
released on 22 March 2013
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater with exception | Kelly Hopkins | 28 April 2010 | |
| LGPLv2.1orlater | Kelly Hopkins | 28 April 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | http://gcc.gnu.org/svn.html |
| Bug Tracking,Developer,Support, Help | Mailing List Info/Archive | http://gcc.gnu.org/lists.html |
Software prerequisites
| Kind | Description |
|---|---|
| Weak prerequisite | gettext |
| Weak prerequisite | autogen |
| Required to build | GNU make |
| Weak prerequisite | bison |
| Weak prerequisite | texinfo |
| Weak prerequisite | gperf |
This entry (in part or in whole) was last reviewed on 19 May 2013.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
