Binutils

From Computer History Wiki
Revision as of 18:18, 4 June 2009 by Neozeed (talk | contribs) (initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Binutils is the GNU projects portable assember, linker & librarian project. These are the low level tools to create executables. The big advantage of binutils is that it's easy to setup a cross building toolset for another platform.

Binutils is able to target, and host a wide array of cpu's and platforms, although it's biggest use is for UNIX like systems.

The binutils homepage can be found here.