🌐
GNU
sourceware.org › binutils
GNU Binutils
February 8, 2026 - The GNU Binutils has a Code of Conduct for anyone wishing to work with the project. All of these documents are maintained in a git repository, which can be cloned via: git clone git://sourceware.org/git/binutils-htdocs
collection of tools for operating on object files; most notably include the GNU assembler and linker; typically used in conjunction with the GNU compiler collection (GCC)
The GNU Binary Utilities, or binutils, is a collection of programming tools maintained by the GNU Project for working with executable code including assembly, linking and many other development operations. The tools … Wikipedia
Factsheet
Developer GNU Project
Stable release 2.46.1
/ 8 June 2026
Factsheet
Developer GNU Project
Stable release 2.46.1
/ 8 June 2026
🌐
Wikipedia
en.wikipedia.org › wiki › GNU_Binutils
GNU Binutils - Wikipedia
May 18, 2026 - The GNU Binary Utilities, or binutils, is a collection of programming tools maintained by the GNU Project for working with executable code including assembly, linking and many other development operations.
🌐
GNU
gnu.org › software › binutils
Binutils - GNU Project - Free Software Foundation
The GNU Binutils has a Code of Conduct for anyone wishing to work with the project. All of these documents are maintained in a git repository, which can be cloned via: git clone git://sourceware.org/git/binutils-htdocs
🌐
GNU
ftp.gnu.org › gnu › binutils
Index of /gnu/binutils
Index of /gnu/binutils · Apache/2.4.52 (Trisquel_GNU/Linux) Server at ftp.gnu.org Port 443
🌐
GitHub
github.com › gittup › binutils
GitHub - gittup/binutils: gittup.org's binutils · GitHub
gittup.org's binutils. Contribute to gittup/binutils development by creating an account on GitHub.
Starred by 20 users
Forked by 10 users
Languages   C 66.5% | Makefile 12.4% | Assembly 11.0% | C++ 4.4% | Scheme 1.1% | Shell 0.7%
🌐
Ubuntu
launchpad.net › ubuntu › +source › binutils
binutils package in Ubuntu
gnu-dbg: GNU binary utilities, for sh4-linux-gnu target (debug symbols) binutils-source: GNU assembler, linker and binary utilities (source) binutils-
🌐
GNU
sourceware.org › binutils › docs
Documentation for binutils 2.46
February 8, 2026 - This is an HTML conversion of the documentation included in the binutils 2.46 sources.
🌐
Debian
packages.debian.org › unstable › binutils-source
Debian -- Details of package binutils-source in sid
This package contains the sources and patches which are needed to build binutils.
Find elsewhere
🌐
Debian
packages.debian.org › bullseye › binutils-source
Debian -- Details of package binutils-source in bullseye
This package contains the sources and patches which are needed to build binutils.
🌐
Free Software Directory
directory.fsf.org › wiki › Binutils
Binutils - Free Software Directory
Binutils includes tools capable of creating and managing binary program files, including handling object files, libraries, profile data, and assembly source code.
🌐
Launchpad
launchpad.net › binutils
binutils in Launchpad
View source package recipes · View snap packages · Create snap package · View charm recipes · Create charm recipe · View rock recipes · lp:binutils · Version control system: Bazaar · binutils-avr source package in Squeeze Version 2.20.1-1 uploaded on 2010-08-01 ·
🌐
Cygwin
cygwin.com › packages › summary › binutils-src.html
Cygwin Package Summary for binutils (source)
Get that Linux feeling - on Windows · GNU assembler, linker, and similar utilities
🌐
SourceForge
gnuwin32.sourceforge.net › packages › binutils.htm
binutils - GnuWin32 - SourceForge
BinUtils: documentation for the GNU Binary Utilities · 2.11.90 · http://sources.redhat.com/binutils · Windows95/98/2000/NT with msvcrt.dll. If msvcrt.dll is not in your Windows/System folder, get it from Simtelnet or by installing Internet Explorer 4.0 or higher ·
🌐
GitHub
github.com › lastweek › source-binutils
GitHub - lastweek/source-binutils · GitHub
GNU binutil is one of my favorite open-source projects.
Author   lastweek
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › html › user_guide › chap-binutils
Chapter 4. binutils | User Guide | Red Hat Developer Toolset | 9 | Red Hat Documentation
In Red Hat Developer Toolset, binutils are provided by the devtoolset-9-binutils package and are automatically installed with devtoolset-9-toolchain as described in Section 1.5, “Installing Red Hat Developer Toolset”. To produce an object file from an assembly language program, run the ...
🌐
LWN.net
lwn.net › Articles › 984539
GNU Binutils 2.43 released [LWN.net]
August 4, 2024 - Hi Everyone, We are pleased to announce that version 2.43 of the GNU Binutils project sources have been released and are now available for download at: https://ftp.gnu.org/gnu/binutils https://sourceware.org/pub/binutils/releases/ This time we are also including tarballs compressed with the ...
🌐
GNU
sourceware.org › binutils › docs › binutils
Top (GNU Binary Utilities)
This brief manual contains documentation for the GNU binary utilities (GNU Binutils) version 2.46: This document is distributed under the terms of the GNU Free Documentation License version 1.3. A copy of the license is included in the section entitled “GNU Free Documentation License”. 1 ar ·
🌐
Opensource.com
opensource.com › article › 19 › 10 › gnu-binutils
9 essential GNU binutils tools | Opensource.com
The binary or executable file is what you get when you compile the source code. People skilled in debugging often get their edge by understanding this difference. Before digging into the binutils package itself, it's good to understand the basics of compilation.