arm-none-eabi-binutils

GNU Binutils for ARM Cortex-M cross-compilation and embedded development

brewmacoslinux
Try with needOr install directly
Source

About

GNU Binutils for arm-none-eabi cross development

Commands

arm-none-eabi-ararm-none-eabi-asarm-none-eabi-ldarm-none-eabi-objcopyarm-none-eabi-objdumparm-none-eabi-ranlibarm-none-eabi-readelfarm-none-eabi-sizearm-none-eabi-stringsarm-none-eabi-strip

Examples

Check the size of compiled ARM binary sections$ arm-none-eabi-size firmware.elf
Convert ELF binary to Intel HEX format for flashing$ arm-none-eabi-objcopy -O ihex firmware.elf firmware.hex
Disassemble ARM binary to inspect generated code$ arm-none-eabi-objdump -d firmware.elf | less