GNU Compiler Collection: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Bruce M. Tindall
mNo edit summary
imported>Bruce M. Tindall
m (Insignificant change to force appearance in appropriate category lists)
Line 2: Line 2:


'''GCC''' is the abbreviation for the software known as the '''G'''NU '''C'''ompiler '''C'''ollection. Its function is  
'''GCC''' is the abbreviation for the software known as the '''G'''NU '''C'''ompiler '''C'''ollection. Its function is  
to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler collection is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL (General Public license).
to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler Collection is included in most GNU/Linux distributions as the default compiler. It is licensed as [[free software]]. It uses the GNU GPL (General Public license).


[[Image:Gccegg-65.png]]
[[Image:Gccegg-65.png]]


[http://gcc.gnu.org The Official GCC homepage]
[http://gcc.gnu.org The Official GCC homepage]

Revision as of 15:18, 7 May 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

GCC is the abbreviation for the software known as the GNU Compiler Collection. Its function is to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler Collection is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL (General Public license).

Gccegg-65.png

The Official GCC homepage