Jump to content

GNU toolchain: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m linking m4 to m4 (computer language) rather than m4 (disambiguation)
No edit summary
Line 8: Line 8:
*[[GNU Binutils]]: Suite of tools including linker, assembler and other tools;
*[[GNU Binutils]]: Suite of tools including linker, assembler and other tools;
*[[GNU Bison]]: [[Parser generator]]
*[[GNU Bison]]: [[Parser generator]]
*[[GNU m4]]: [[m4 (computer language)|m4)]] macro proccessor
*[[GNU m4]]: [[m4 (computer language)|m4]] macro proccessor
*[[GNU Debugger]] (GDB): Code debugging tool;
*[[GNU Debugger]] (GDB): Code debugging tool;
*[[GNU build system]] (autotools):
*[[GNU build system]] (autotools):

Revision as of 14:08, 5 May 2009

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:

See also

References