🌐
MacPorts
ports.macports.org › port › binutils
Install binutils on macOS with MacPorts
https://www.gnu.org/software/binutils/binutils.html · To install binutils, paste this into the macOS Terminal after installing MacPorts · sudo port install binutils Copy More instructions Report an issue with this port · × · If not done already, install MacPorts.
Discussions

macOS: Install GNU binutils with homebrew
There is a homebrew formula for binutils. Since we're already depending on homebrew for building on macOS, it would be nice to avoid doing all the work with downloading and building binutils ou... More on github.com
🌐 github.com
3
October 14, 2016
Problem with building binutils on macOS
Are you on one of the new M1 Macs? Those are ARM, so I don't think you can compile x86-64 binutils natively (although you should be able to cross compile just fine) More on reddit.com
🌐 r/osdev
13
11
November 2, 2021
macos - Binutils build fails on Mac OS X 10.10.5 Yosemite - Stack Overflow
After downloading the package of GNU Binutils 2.25 I followed the instructions on "Installing Binutils": ./cnofigure make errors happened after build: ../../binutils-gdb/binutils/nm.c:1733:28:... More on stackoverflow.com
🌐 stackoverflow.com
gcc - Building GNU Binutils on MacOS Monterey fails - Stack Overflow
I'm trying to build binutils on my MacOS with Monterey 12.2.1 and XCOde 13.2.1 (with Command Line Tools for 13.2.1). I downloaded the binutils source code by cloning the repository git clone git:// More on stackoverflow.com
🌐 stackoverflow.com
🌐
Readthedocs
binjitsu.readthedocs.io › install › binutils.html
Binutils — binjitsu 2.2.0 documentation
Building binutils from source takes about 60 seconds on a modern 8-core machine. First, add our Personal Package Archive repository. $ apt-get install software-properties-common $ apt-add-repository ppa:pwntools/binutils $ apt-get update · Then, install the binutils for your architecture. $ apt-get install binutils-$ARCH-linux-gnu ·
🌐
Homebrew
formulae.brew.sh › formula › binutils
Homebrew Formulae: binutils
brew install binutils · Formerly known as: gold · GNU binary tools for native development · https://www.gnu.org/software/binutils/binutils.html · License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-only · Development: Pull requests ·
🌐
pwntools
docs.pwntools.com › en › stable › install › binutils.html
Binutils — pwntools 4.15.0 documentation
$ wget https://raw.githubusercontent.com/Gallopsled/pwntools-binutils/master/macos/binutils-$ARCH.rb $ brew install ./binutils-$ARCH.rb · Windows support is experimental. You can try installing a prebuilt version of binutils for your desired architecture from the GNU Toolchains project.
🌐
Mac App Store
macappstore.org › home › install binutils on mac osx
Install binutils on Mac OSX - Mac App Store
June 12, 2022 - App website: http://www.gnu.org/software/binutils/binutils.html · Press Command+Space and type Terminal and press enter/return key. Copy and paste the following command in Terminal app: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" and press enter/return key. Wait for the command to finish. If you are prompted to enter a password, please type your Mac user's login password and press ENTER.
🌐
GNU
gnu.org › software › binutils
Binutils - GNU Project - Free Software Foundation
The GNU Binutils are a collection of binary tools. The main ones are: ... Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions.
Find elsewhere
🌐
GitHub
github.com › hioa-cs › IncludeOS › issues › 876
macOS: Install GNU binutils with homebrew · Issue #876 · includeos/IncludeOS
October 14, 2016 - There is a homebrew formula for binutils. Since we're already depending on homebrew for building on macOS, it would be nice to avoid doing all the work with downloading and building binutils ourselves. What we need: ld ar objcopy strip W...
Author   includeos
🌐
Pengdows
pengdows.com › 2025 › 03 › 12 › gnu-tools-on-mac-via-brew
Gnu tools on Mac via Brew – Pengdows
March 12, 2025 - # Essential Tools brew install ... version, `brew install vim` may override system Vim) brew install macvim # MacVim (if you prefer it over the default Terminal Vim) brew install binutils # GNU Binutils (for more advanced tools like `nm`, `objdump`) brew install diffutils ...
🌐
Homebrew
formulae.brew.sh › formula › x86_64-linux-gnu-binutils
x86_64-linux-gnu-binutils — Homebrew Formulae
Formula code: x86_64-linux-gnu-binutils.rb on GitHub · Bottle (binary package) installation support provided for: Current versions: Depends on: Depends on when building from source: Requires: macOS >= 13 ·
🌐
GitHub
github.com › Gallopsled › pwntools-binutils › pull › 4 › files
Update binutils source to v2.29.1 for macOS by chuanchan1116 · Pull Request #4 · Gallopsled/pwntools-binutils
This is a repository of binutils installation scripts for various operating systems, specifically for cross-installations (e.g. assembling VAX on macOS).
Author   Gallopsled
🌐
Omi AI
omi.me › blogs › overview › gnu-binutils-overview-how-to-install-pros-cons-price
GNU Binutils Overview: How to Install, Pros & Cons, Price – Omi AI
November 15, 2024 - GNU Binutils is designed to run ... Windows: Available through ports like Cygwin or MinGW. macOS: Supported through package managers like Homebrew or MacPorts....
🌐
Blogger
countchu.blogspot.com › 2015 › 05 › install-binutils-in-mac-os.html
Count Chu: Install binutils in Mac OS
May 29, 2015 - We need GCC to compile binutils in Mac OS brew tap homebrew/versions brew install --enable-cxx gcc49 3) Download binutils. Download the source code of binutils. We get binutils-2.25.tar.gz. 4) Extract binutils. Extract the source code to the home directory. For example, ~/src/binutils-2.25 5) Set environment variables.
🌐
GitHub
github.com › Gallopsled › pwntools-binutils
GitHub - Gallopsled/pwntools-binutils: Building binutils for pwntools · GitHub
This is a repository of binutils installation scripts for various operating systems, specifically for cross-installations (e.g. assembling VAX on macOS). Select the directory that corresponds to your operating system, and run install.sh.
Starred by 84 users
Forked by 44 users
Languages   Ruby 75.9% | Shell 14.3% | Python 9.8%
🌐
GitHub
github.com › SnowFlakeOS › mac-binutils-script
GitHub - SnowFlakeOS/mac-binutils-script: Easy compile BinUtils / GCC / GMP / MPFR / MPC script on macOS (forked from http://wiki.osdev.org/Talk:GCC_Cross-Compiler) · GitHub
Easy compile BinUtils / GCC / GMP / MPFR / MPC script on macOS (forked from http://wiki.osdev.org/Talk:GCC_Cross-Compiler) - SnowFlakeOS/mac-binutils-script
Author   SnowFlakeOS
🌐
Stack Overflow
stackoverflow.com › questions › 71096197 › building-gnu-binutils-on-macos-monterey-fails
gcc - Building GNU Binutils on MacOS Monterey fails - Stack Overflow
mkdir build-binutils cd build-binutils ../binutils-gdb/configure --prefix=$HOME/i386/ --target=i386-elf --disable-multilib --disable-nls --disable-werror --with-gmp=$HOME/i386 make
🌐
MacPorts
ports.macports.org › port › mips-elf-binutils
Install mips-elf-binutils on macOS with MacPorts
https://www.gnu.org/software/binutils/binutils.html · To install mips-elf-binutils, paste this into the macOS Terminal after installing MacPorts · sudo port install mips-elf-binutils Copy More instructions Report an issue with this port · × · If not done already, install MacPorts.
🌐
MacPorts
ports.macports.org › port › mips-binutils
Install mips-binutils on macOS with MacPorts
April 11, 2026 - https://www.gnu.org/software/binutils/binutils.html · To install mips-binutils, paste this into the macOS Terminal after installing MacPorts · sudo port install mips-binutils Copy More instructions Report an issue with this port · × · If not done already, install MacPorts.