GNU toolchain
The GNU toolchain is a broad collection of programming tools produced by the GNU Project. These tools form a toolchain (a suite of tools used in a serial manner) used for developing software applications and operating systems.
The GNU toolchain plays a vital role in development of Linux, some BSD systems, and software for embedded systems. Parts of the GNU toolchain are also directly used with or ported to other platforms such as Solaris, OS X, Microsoft Windows (via Cygwin and MinGW/MSYS) and Sony PlayStation 3.[1]
Components
Projects included in the GNU toolchain are:
- GNU make: Automation tool for compilation and build;
- GNU Compiler Collection (GCC): Suite of compilers for several programming languages;
- GNU Binutils: Suite of tools including linker, assembler and other tools;
- GNU Bison: Parser generator
- GNU m4: m4 macro processor
- GNU Debugger (GDB): Code debugging tool;
- GNU build system (autotools):
See also
- GNU C Library
- GNU Classpath
- CVS
- MinGW
- Cygwin
- Cross compiler
References
External links
- GCC, the GNU Compiler Collection
- Building and Installing under Linux
- Prebuilt Win32 GNU Toolchains for various embedded platforms
- Prebuilt gnu toolchains for different target architectures
|