This package browser is in early development. Mind the rough edges.

gcc-toolchain

Complete GCC tool chain for C/C++ development

This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils. GCC is the GNU Compiler Collection.

Installation

Install the latest version of gcc-toolchain as follows:

guix install gcc-toolchain

Or install a particular version:

guix install gcc-toolchain@10.5.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of gcc-toolchain about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gcc-toolchain'><img src='https://packages.guix.gnu.org/packages/gcc-toolchain/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gcc-toolchain/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gcc-toolchain)

Example Org:

[[https://packages.guix.gnu.org/packages/gcc-toolchain][https://packages.guix.gnu.org/packages/gcc-toolchain/badges/latest-version.svg]]