they are already compiled and they can be downloaded from here!

Once downloaded they will be located in the bin directory:

and then you will use it the same way you use it on linux by passing the same args.

Answer from Tono Nam on Stack Overflow
🌐
SourceForge
gnuwin32.sourceforge.net › packages › binutils.htm
binutils for Windows
BinUtils: documentation for the GNU Binary Utilities ... 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
🌐
Gnutoolchains
gnutoolchains.com › building
Prebuilt GNU Toolchains for Windows
... 2. Create a directory for building the toolchains. E.g. c:\gnu. In MinGW notation this will be /c/gnu. 3. Create a directory where the built toolchain will be installed. E.g. c:\gnu\out · 4. Download a recent binutils source package from http://ftp.gnu.org/gnu/binutils/ and save it to c:\gnu.
🌐
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 - You'll need essential build tools: gcc, g++, make, autoconf, and libtool. Install them using your package manager if not already present. Download the Source Code · Visit the official GNU Binutils webpage: GNU Binutils.
🌐
OSDN
osdn.net › find software › software development › code generators › mingw - minimalist gnu for windows › download file list
Package MinGW.OSDN Binary Utilities (GNU binutils) - MinGW - Minimalist GNU for Windows - OSDN
December 22, 2024 - OSDN > Find Software > Software Development > Code Generators > MinGW - Minimalist GNU for Windows > Download File List > Package MinGW.OSDN Binary Utilities (GNU binutils)
🌐
SourceForge
sourceforge.net › home › open source software › software development › build tools › mingw - minimalist gnu for windows › files
MinGW - Minimalist GNU for Windows - Browse /MinGW/Base/binutils at SourceForge.net
To install files distributed by MinGW we suggest you use the mingw-get installer: https://sourceforge.net/projects/mingw/files/Installer To set mingw-get up for first time use, run the mingw-get-setup.exe tool; this will install mingw-get for use as a command line tool, and, at your option, ...
🌐
FreshPorts
freshports.org › devel › mingw32-binutils
FreshPorts -- devel/mingw32-binutils: GNU Binutils for Windows cross-development
The GNU Binutils are a collection of binary tools. The main ones are: * ld - the GNU linker. * as - the GNU assembler. 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 ...
🌐
GNU
gnu.org › software › binutils
Binutils - GNU Project - Free Software Foundation
The binutils have been ported to most major Unix variants as well as Wintel systems, and their main reason for existence is to give the GNU system (and GNU/Linux) the facility to compile and link programs.
🌐
Cygwin
cygwin.com › packages › summary › binutils.html
Cygwin Package Summary for binutils
Install Cygwin · Update Cygwin · Search Packages · Licensing Terms · Cygwin/X · Community · Reporting Problems · Mailing Lists · Newsgroups · IRC channels · Gold Stars · Mirror Sites · Donations · Documentation · FAQ · User's Guide · API Reference · Acronyms · Contributing · Source in Git · Cygwin DLL · Cygwin Packages · Cygwin Apps · Related Sites · Get that Linux feeling - on Windows...
Find elsewhere
🌐
GitHub
github.com › zero9178 › GNU-Toolchain-for-Windows
GitHub - zero9178/GNU-Toolchain-for-Windows: Binaries for a complete GNU Toolchain for Windows · GitHub
This repository is a collection of binaries to create your own GNU Toolchain usable in Windows.
Author   zero9178
🌐
MSYS2
packages.msys2.org › packages › mingw-w64-x86_64-binutils
Package: mingw-w64-x86_64-binutils - MSYS2 Packages
binutils · Vulnerabilities: CVE-2026-3442 (high) CVE-2026-3441 (high) CVE-2026-6845 (medium) CVE-2026-6844 (medium) CVE-2026-4647 (medium) Installation: pacman -S mingw-w64-x86_64-binutils 📋 · File: https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-binutils-2.46.1-1-any.pkg.tar.zst ·
🌐
OSDev.org
forum.osdev.org › board index › everything else › general programming
Help Building Binutils - OSDev.org
November 26, 2020 - export PREFIX=/usr/local/x86_64-elf export TARGET=x86_64-elf export PATH="$PREFIX/bin:$PATH" cd build-binutils ../binutils-2.34/configure --target=$TARGET --prefix=$PREFIX --with-sysroot --disable-nls --disable-werror make ; make install There may be some library prerequisites.
🌐
PyPI
pypi.org › project › binutils
binutils · PyPI
conda deactivate # Only if you use Anaconda... python3 -m venv env env\Scripts\activate.bat python3 -m pip install --upgrade pip python3 -m pip install -r requirements.txt python3 setup.py develop · Online documentation: https://jdhp.gitlab.io/binutils
      » pip install binutils
    
Published   Nov 28, 2023
Version   0.3.dev1
🌐
Cygwin
x.cygwin.com › docs › cg › cross-building-binutils.html
Building binutils
Create a ~/cygwin/build/binutils-2.20.51-2/ directory and change the current directory to that directory:
🌐
freebasic.net
freebasic.net › board index › platforms › windows
binutils-2.3.5 - freebasic.net
Windows specific questions. ... in case anyone wants the latest binutils-2.3.5 updated to version 2.3.5 older binutils-2.3.4 how I built binutils using msys2 ./configure --disable-shared --enable-static make CFLAGS="-static -std=gnu99 -static-libgcc -static-libstdc++ -O2"
🌐
Nongnu
nongnu.org › avr-libc › user-manual › install_tools.html
Building and Installing the GNU Tool Chain
Be sure that you have your PATH environment variable set to search the directory you install everything in before you start installing anything. For example, if you use –prefix=$PREFIX, you must have $PREFIX/bin in your exported PATH. As such: ... If you have CC set to anything other than avr-gcc in your environment, this will cause the configure script to fail. It is best to not have CC set at all. ... It is usually the best to use the latest released version of each of the tools. GNU Binutils http://sources.redhat.com/binutils/ Installation
🌐
Narkive
fpc-pascal.freepascal.narkive.com › z8rTHe7r › gnu-binutils-cross-compiler-linker-for-linux-from-windows
[fpc-pascal]gnu binutils cross compiler/linker for linux from windows
So for Windows/x86->linux/x86 you don't need a separate crosscompiler. Post by Harald Houppermans I have been told by a user of free pascal that I need a cross compiler and a cross linker also websites say that. You also need FPC cross libraries. However these can be made using the compiler and source of the normal FPC distribution. (recompile with make all OS_TARGET=<target> in the top level and cross-binutils set with -FD option or in the path.
🌐
Texas A&M University
people.engr.tamu.edu › bettati › Courses › 410 › 2006C › Projects › gxemulcygwin.html
Installing the MIPS Environment over Cygwin on Windows
To install the cross compiler for our gxemul you need to build your own binutils and gcc instead of the ones provided by Cygwin.