article build c++ development eclipse embedded gcc gnu iphone linux mac make programming read solaris sunblade100 sysadmin to_read toolchain tools
GNU toolchain
From Wikipedia, the free encyclopedia
The GNU toolchain is a blanket term for a collection of programming tools produced by the GNU Project. These tools form a toolchain (suite of tools used in a serial manner) used for developing applications and operating systems.
The GNU toolchain plays a vital role in development of Linux kernel, BSD, and software for embedded systems. Parts of the GNU toolchain are also directly used with or ported to other platforms such as Solaris, Mac OS X, Microsoft Windows (via Cygwin and MinGW/MSYS) and Sony PlayStation 3.[1]
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 Debugger (GDB): Code debugging tool;
- GNU build system (autotools):
[edit] See also
[edit] References
|