Difference between revisions of "Gcc"
m (Updating version & resource) |
(https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz download page updated) |
||
(28 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GCC | |Name=GCC | ||
− | |Short description=GNU Compiler Collection | + | |Short description=GNU Compiler Collection. |
− | |Full description= | + | |Full description='''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. |
− | |Homepage URL=https | + | |
− | + | 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 [http://gcc.gnu.org/backends.html architectures] and [http://gcc.gnu.org/install/specific.html operating systems]. | |
− | + | |Homepage URL=https://gcc.gnu.org/ | |
− | + | |Version download=https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |Version download=https://ftp.gnu.org/gnu/gcc/gcc- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=gcc | |GNU package identifier=gcc | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater with exception | |License=GPLv3orlater with exception | ||
− | |License verified by= | + | |License copyright=from gcc/gcc.cc: |
− | |License verified date= | + | /* Compiler driver program that can handle many languages. |
+ | Copyright (C) 1987-2023 Free Software Foundation, Inc. | ||
+ | |||
+ | This file is part of GCC. | ||
+ | |||
+ | GCC is free software; you can redistribute it and/or modify it under | ||
+ | the terms of the GNU General Public License as published by the Free | ||
+ | Software Foundation; either version 3, or (at your option) any later | ||
+ | version. | ||
+ | |||
+ | GCC is distributed in the hope that it will be useful, but WITHOUT ANY | ||
+ | WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
+ | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
+ | for more details. | ||
+ | |||
+ | You should have received a copy of the GNU General Public License | ||
+ | along with GCC; see the file COPYING3. If not see | ||
+ | <http://www.gnu.org/licenses/>. */ | ||
+ | |License verified by=GNUtoo | ||
+ | |License verified date=2023-11-23 | ||
+ | |License note=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. | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=LGPLv2.1orlater | |License=LGPLv2.1orlater | ||
− | |License verified by= | + | |License copyright=libgcc/config/c6x/eqd.c has the following: |
− | |License verified date= | + | /* Software floating-point emulation. |
+ | Return 1 iff a == b, 0 otherwise. | ||
+ | Copyright (C) 1997-2023 Free Software Foundation, Inc. | ||
+ | Contributed by Richard Henderson (rth@cygnus.com) and | ||
+ | Jakub Jelinek (jj@ultra.linux.cz). | ||
+ | |||
+ | This file is free software; you can redistribute it and/or | ||
+ | modify it under the terms of the GNU Lesser General Public | ||
+ | License as published by the Free Software Foundation; either | ||
+ | version 2.1 of the License, or (at your option) any later version. | ||
+ | |||
+ | In addition to the permissions in the GNU Lesser General Public | ||
+ | License, the Free Software Foundation gives you unlimited | ||
+ | permission to link the compiled version of this file into | ||
+ | combinations with other programs, and to distribute those | ||
+ | combinations without any restriction coming from the use of this | ||
+ | file. (The Lesser General Public License restrictions do apply in | ||
+ | other respects; for example, they cover modification of the file, | ||
+ | and distribution when not linked into a combine executable.) | ||
+ | |||
+ | This file is distributed in the hope that it will be useful, | ||
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
+ | Lesser General Public License for more details. | ||
+ | |||
+ | You should have received a copy of the GNU Lesser General Public | ||
+ | License along with GCC; see the file COPYING.LIB. If not see | ||
+ | <http://www.gnu.org/licenses/>. */ | ||
+ | |License verified by=GNUtoo | ||
+ | |License verified date=2023-11-23 | ||
+ | |License note=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. | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Library=C, C++ | ||
+ | |Programming-language=C, C++, perl, python, shell, go, rust, objective-c | ||
+ | |Runs-on=Windows, BSD, GNU/Linux, GNU/Hurd | ||
+ | |Software-development=compiler | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=gcc | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[make | GNU make]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[bison]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[texinfo]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[gperf]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[gettext]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[autogen]] | ||
}} | }} | ||
{{Person | {{Person | ||
Line 41: | Line 110: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=gcc@gnu.org | |Email=gcc@gnu.org | ||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://gcc.gnu.org/git/gcc.git |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Bugzilla | ||
+ | |Resource kind=Bug Tracking | ||
+ | |Resource URL=https://gcc.gnu.org/bugzilla/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource kind= | + | |Resource kind=General |
− | |Resource URL= | + | |Resource URL=https://savannah.gnu.org/projects/gcc/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Debian |
− | |Resource kind= | + | |Resource kind=Developer |
− | |Resource URL=https://gcc.gnu.org/ | + | |Resource URL=https://tracker.debian.org/pkg/gcc-defaults |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://gcc.gnu.org/ml/gcc-help/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://gcc.gnu.org/ml/gnutools-advocacy/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://gcc.gnu.org/ml/gcc/ |
− | |Resource URL=https://gcc.gnu.org/ | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Mailing List |
− | | | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
− | |||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Download |
− | | | + | |Resource URL=https://ftp.gnu.org/old-gnu/gcc/ |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Download |
− | | | + | |Resource URL=https://ftp.gnu.org/gnu/gcc/ |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=General |
− | | | + | |Resource URL=https://ftpmirror.gnu.org/gcc/ |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=General |
− | | | + | |Resource URL=https://gcc.gnu.org/wiki |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Wikidata |
− | | | + | |Resource kind=General |
+ | |Resource URL=https://www.wikidata.org/wiki/Q178940 | ||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone git://gcc.gnu.org/git/gcc.git |
+ | |Decommissioned or Obsolete=No | ||
+ | |Version identifier=gcc-14.1.0 | ||
+ | |Version date=2024-05-07 | ||
+ | |Version status=stable | ||
+ | |Last review by=Genium | ||
+ | |Last review date=2024-05-07 | ||
+ | |User level=advanced | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/ | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 07:33, 12 June 2024
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.