About 1,250,000 results
Open links in new tab
  1. GCC, the GNU Compiler Collection - GNU Project

    Apr 17, 2025 · GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the …

  2. GNU Compiler Collection - Wikipedia

    The GNU Compiler Collection (GCC) (formerly GNU C Compiler) is a collection of compilers from the GNU Project that support various programming languages, hardware architectures, and …

  3. GNU Compiler Collection - GeeksforGeeks

    Jul 23, 2025 · GCC stands for GNU Compiler Collection. Collections of compilers contain the compiler of C, C++, Objective-C, Fortran, Ada, and many more. It is a component of a GNU …

  4. gcc (1) - Linux manual page

    The usual way to run GCC is to run the executable called gcc, or machine-gcc when cross-compiling, or machine-gcc-version to run a specific version of GCC. When you compile C++ …

  5. How to Compile a C Program Using the GNU Compiler (GCC) - wikiHow

    Feb 8, 2025 · The GNU C compiler, also known as GCC, is a simple Linux-based C compiler that's easy to use from the command line. If you're using Linux, including Ubuntu, Fedora, and …

  6. What is GCC? - Viking Software A/S

    GCC encompasses a broad spectrum of compilers for various programming languages, including C, C++, Fortran, Ada, and more. Its suite, comprising compilers and assorted tools, is …

  7. How to use the command 'gcc' (with examples) - CommandMasters

    Dec 17, 2024 · The GNU Compiler Collection, commonly referred to as GCC, is a versatile tool suite used primarily to preprocess, compile, assemble, and link C and C++ source files into …

  8. Downloading GCC - GNU Project

    Dec 2, 2025 · GCC is distributed via git and via HTTPS as tarballs compressed with gzip or bzip2. Please refer to the releases web page for information on how to obtain GCC.

  9. GCC online documentation - GNU Project

    Dec 17, 2025 · GCC 15.2 Standard C++ Library Reference Manual (also in PDF or XML GPL or XML GFDL or an HTML tarball) GCCGO 15.2 Manual (also in PDF or PostScript or an HTML …

  10. gcc command in Linux with examples - GeeksforGeeks

    Oct 4, 2025 · GCC stands for GNU Compiler Collections which is used to compile mainly C and C++ language. It can also be used to compile Objective C and Objective C++. There are …