crossbinutils
Crossbinutils refers to the collection of binary utilities that are built for a target architecture different from the host system. They are a subset of the GNU binutils suite and include tools such as as (assembler), ld (linker), objdump, readelf, nm, ar, ranlib, strip, objcopy, size, strings, and addr2line. When used in a cross-compilation toolchain, crossbinutils produce and examine binaries for the target format rather than the host, enabling development for embedded systems, mobile platforms, and other architectures.
In practice, crossbinutils are paired with a cross-compiler (for example GCC or Clang configured with a specific
Building and distribution usually involve configuring binutils with a --target option and installing the resulting tools
The GNU Binutils project develops and maintains crossbinutils, and the tools are generally released under the