GNU toolchain
From Wikipedia, the free encyclopedia.
The GNU toolchain is a blanket term given to the programming tools produced by the GNU project. These projects are actually very interconnected and is used for programming both applications and operating systems. It is a vital components in the Linux kernel development, BSD developmen and a standard tool when developing software for embedded systems.
Parts of the toolchain is also widely used for Solaris Operating Environment and Microsoft Windows programming.
Projects that are included in the GNU toolchain
- The GNU Compiler Collection (GCC) - a compiler for several languages
- The GNU Binutils - linker and assembler
- The GNU Debugger (GDB) - an interactive debugger
- The GNU build system (autotools) - Autoconf, Automake, Libtool, and GNU make
Related projects