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
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)
GitHub
github.com › gittup › binutils
GitHub - gittup/binutils: gittup.org's binutils · GitHub
For example (assuming sh/bash/ksh): CC=gcc ./configure make A similar example using csh: setenv CC gcc ./configure make Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
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%
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.
GitHub
github.com › aixoss › binutils
GitHub - aixoss/binutils: GNU binutils, a set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code · GitHub
For example (assuming sh/bash/ksh): CC=gcc ./configure make A similar example using csh: setenv CC gcc ./configure make Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Author aixoss
Opensource.com
opensource.com › article › 19 › 10 › gnu-binutils
9 essential GNU binutils tools | Opensource.com
October 4, 2019 - This is the stage where preprocessed source code from Step 1 is converted to assembly language instructions without creating an object file. It uses the GNU Compiler Collection (gcc). After running the gcc command with the -S option on the hello.i file, it creates a new file called hello.s.
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. This is a GNU package.
Open Hub
openhub.net › p › binutils
The GNU binutils Open Source Project on Open Hub
GNU · Project Links: Homepage Download Forums · Code Locations: git://sourceware.org/git/binutil... Similar Projects: Managers: Become the first manager for GNU binutils · Commercial Use · Modify · Distribute · Place Warranty · Use Patent Claims · Sub-License ·
GNU
sourceware.org › binutils › docs › binutils.html
GNU Binary Utilities
This option also copies the date stored in a PE format file’s header, unless the SOURCE_DATE_EPOCH environment variable is defined. If it is defined then this variable will be used as the date stored in the header, interpreted as the number of seconds since the Unix epoch. ... Operate in deterministic mode. When copying archive members and writing the archive index, use zero for UIDs, GIDs, timestamps, and use consistent file modes for all files. If binutils was configured with --enable-deterministic-archives, then this mode is on by default.
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 › redox-os › binutils-gdb › blob › master › binutils › README
binutils-gdb/binutils/README at master · redox-os/binutils-gdb
source code is in sub-directories. · To build binutils, you can just do: · cd binutils-XXX · ./configure [options] make · make install # copies the programs files into /usr/local/bin · # by default.
Author redox-os
Wikidata
wikidata.org › wiki › Q1144975
GNU Binutils - Wikidata
source code repository URL · https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git · web interface software · Gitweb · version control system · Git · 1 reference · reference URL · https://www.gnu.org/software/binutils/ title · GNU ...
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 ...
GNU
sourceware.org › binutils › docs › binutils.pdf pdf
The gnu Binary Utilities (GNU Binutils) Version 2.46 February 2026
If binutils was configured with --enable-deterministic-archives, then · this mode is on by default. It can be disabled with the ‘U’ modifier, below. ... Truncate names in the archive. gnu ar will normally permit file names of any
Embecosm
embecosm.com › appnotes › ean2 › html › ch03s01.html
3.1. GNU binutils Version 2.16.1
3.1.1. Generating the binutils Source Code · 3.1.2. Configuring binutils · 3.1.3. Building and Installing binutils · 3.1.4. Setting up binutils · binutils provides the basic GNU utilities required by the remainder of the tool chain.
GNU
gnu.org › software › hurd › binutils.html
GNU Binutils
Links: contributing/copyright assignment open issues/binutils open issues/ifunc toolchain toolchain/cross-gnu
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.
GitHub
github.com › CyberGrandChallenge › binutils › blob › master › binutils › ar.c
binutils/binutils/ar.c at master · CyberGrandChallenge/binutils
This file is part of GNU Binutils. · This program is free software; you can redistribute it and/or modify · it under the terms of the GNU General Public License as published by · the Free Software Foundation; either version 3 of the License, or ·
Author CyberGrandChallenge
Grokipedia
grokipedia.com › gnu binutils
GNU Binutils — Grokipedia
February 2, 2026 - It integrates seamlessly with the GNU Compiler Collection (GCC), where GCC generates intermediate object files from source code in languages like C and C++, and Binutils tools process these files into executable binaries through assembly and ...