File:GNU_Compiler_Collection_logo.svg · Wikimedia Commons · See Wikimedia Commons
GNU Compiler Collection
Sign in to saveAlso known as GCC, GNU C Compiler, GNU C++ Compiler, Gcc, G++
conjunto de compiladores con soporte para varios lenguajes de programación
The GNU Compiler Collection is a free software tool that translates computer code into programs that computers can run, and it's designed to make those programs run efficiently. It's the standard compiler used by most Linux and GNU projects, making it a foundational piece of software infrastructure that much of the open-source world depends on.
AI-generated from the Wikipedia summary — may contain errors.
Key facts
- Original author
- Richard Stallman
- Developer
- GNU Project
- Initial release
- March 22, 1987 ; 39 years ago ( 1987-03-22 )
- Stable release
- 16.1 / 30 April 2026 ; 34 days ago ( 30 April 2026 )
- Written in
- C , C++
- Operating system
- Cross-platform
- Platform
- GNU and many others
- Size
- ~15 million LOC
- Available in
- English
- Type
- Compiler
- License
- GPLv3+ with GCC Runtime Library Exception
- Website
- gcc .gnu .org
- Repository
- gcc .gnu .org /git /gcc .git
via Wikipedia infobox
Wikidata facts
- Instance of
- free software
- Part of
- GNU toolchain
- Movement
- free software movement
- Developer
- GNU Project
- Platform
- cross-platform
- Official website
- gcc.gnu.org
- Image
- GCC 11.1.0 compiling Chicken screenshot.png
Show 17 more facts
- software version identifier
- 15.2
- IRC channel URL
- irc://irc.libera.chat/gcc
- derivative work
- DJGPP
- implementation of
- D
- issue tracker URL
- gcc.gnu.org/bugs
- Stack Exchange tag
- stackoverflow.com/tags/gcc
- Commons category
- GNU Compiler Collection
- Commons gallery
- GCC
- supports programming language
- D
- has command line option
- -x
- source code repository URL
- git://gcc.gnu.org/git/gcc.git
- programmed in
- Q15777
- official wiki URL
- gcc.gnu.org/wiki
- operating system
- MINIX 3
- inception
- 1987-05-23
- publication date
- 1987-05-23
- mailing list archive URL
- gcc.gnu.org/pipermail/gcc
Sources (15)
via Wikidata · CC0
Article · Español
El GNU Compiler Collection (colección de compiladores GNU) es un conjunto de compiladores creados por el proyecto GNU. GCC es software libre y lo distribuye la Free Software Foundation (FSF) bajo la licencia general pública GPL. Estos compiladores se consideran estándar para los sistemas operativos derivados de UNIX, de código abierto y también de propietarios, como Mac OS X. GCC requiere el conjunto de aplicaciones conocido como binutils para realizar tareas como identificar archivos objeto u obtener su tamaño para copiarlos, traducirlos o crear listas, enlazarlos, o quitarles símbolos innecesarios. Originalmente GCC significaba GNU C Compiler (compilador GNU de C), porque solo compilaba el lenguaje C. Posteriormente se extendió para compilar C++, Fortran, Ada y otros.
Abstract from DBpedia / Wikipedia · CC BY-SA