Difference between revisions of "Gcc"
m (version 5.3.0) |
m (version 6.1.0) |
||
Line 14: | Line 14: | ||
|Related projects=Apache_CouchDB,Binutils,Gdb,Tiny_C_Compiler,Tux_Perl,g++,gfortran | |Related projects=Apache_CouchDB,Binutils,Gdb,Tiny_C_Compiler,Tux_Perl,g++,gfortran | ||
|Keywords=C++,compiler,development,C,g77,GNU Compiler Collection,cpp | |Keywords=C++,compiler,development,C,g77,GNU Compiler Collection,cpp | ||
− | |Version identifier= | + | |Version identifier=6.1.0 |
− | |Version date= | + | |Version date=2016/04/27 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/gcc/gcc- | + | |Version download=https://ftp.gnu.org/gnu/gcc/gcc-6.1.0/ |
|Last review by=Genium | |Last review by=Genium | ||
− | |Last review date= | + | |Last review date=2016/08/03 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 |
Revision as of 17:43, 3 August 2016
GCC
https://gcc.gnu.org/
GNU Compiler Collection.
GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Ada, and Go. It also includes runtime support libraries for these languages.
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. GCC supports many different architectures and operating systems.
This is a GNU package:gcc
Download
https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz
version gcc-14.1.0
(stable)
released on 7 May 2024
OpenPGP signature URL: https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/
User level
Advanced
VCS Checkout
git clone git://gcc.gnu.org/git/gcc.git
Categories
- Interface:command-line
- Library:C
- Library:C++
- Programming-language:C
- Programming-language:C++
- Programming-language:go
- Programming-language:objective-c
- Programming-language:perl
- Programming-language:python
- Programming-language:shell
- Programming-language:rust
- Runs-on:GNU/Linux
- Runs-on:GNU/Hurd
- Runs-on:BSD
- Runs-on:Windows
- Software-development:compiler
- Use:software-development
Licensing
License
Verified by
Verified on
Notes
License
Verified by
GNUtoo
Verified on
23 November 2023
Notes
There are many files that are LGPLv2.1+ but some of the libs (like softfp inside libgcc) are taken from other projects (here glibc). Here unlike with softfp there is no README telling that it's part of another project and the header clearly states that it's part of GCC.
License
Verified by
GNUtoo
Verified on
23 November 2023
Notes
The top directory has COPYING, COPYING3,. COPYING3.LIB, COPYING.LIB, COPYING.RUNTIME and there is also included code like zlib so there are more licenses than just GPLv3+ with the "runtime" exception.
Leaders and contributors
Contact(s) | Role |
---|---|
GCC Steering Committee | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
General | https://ftpmirror.gnu.org/gcc/ | |
Download | https://ftp.gnu.org/old-gnu/gcc/ | |
Mailing List | https://gcc.gnu.org/ml/gcc-help/ | |
Bugzilla | Bug Tracking | https://gcc.gnu.org/bugzilla/ |
Mailing List | https://gcc.gnu.org/ml/gcc/ | |
Download | https://ftp.gnu.org/gnu/gcc/ | |
Mailing List | https://gcc.gnu.org/ml/gnutools-advocacy/ | |
VCS Repository Webview | https://gcc.gnu.org/git/gcc.git | |
Wikidata | General | https://www.wikidata.org/wiki/Q178940 |
Debian | Developer | https://tracker.debian.org/pkg/gcc-defaults |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
General | https://gcc.gnu.org/wiki | |
Savannah | General | https://savannah.gnu.org/projects/gcc/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | autogen |
Required to build | GNU make |
Weak prerequisite | gettext |
Weak prerequisite | bison |
Weak prerequisite | gperf |
Weak prerequisite | texinfo |
This entry (in part or in whole) was last reviewed on 7 May 2024.
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 or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.