gcc-toolchain 5.5.0
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.
- Outputs:
debug
,out
,static
- Website: https://gcc.gnu.org/
- Licenses: GPL 3+
- Package source: gnu/packages/commencement.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gcc-toolchain 5.5.0
as follows:
guix install gcc-toolchain@5.5.0
Or install the latest version:
guix install gcc-toolchain
The gcc-toolchain
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install gcc-toolchain:debug
guix install gcc-toolchain:static
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.