aarch64-elf-binutils

GNU Binutils for ARM64 ELF cross-compilation and embedded development

brewmacoslinux
Try with needOr install directly
Source

About

GNU Binutils for aarch64-elf cross development

Commands

aarch64-elf-araarch64-elf-asaarch64-elf-ldaarch64-elf-nmaarch64-elf-objcopyaarch64-elf-objdumpaarch64-elf-ranlibaarch64-elf-readelfaarch64-elf-sizeaarch64-elf-stringsaarch64-elf-strip

Examples

Inspect ELF binary sections and headers for ARM64 target$ aarch64-elf-objdump -h compiled_binary.elf
Extract symbols and functions from compiled ARM64 object files$ aarch64-elf-nm -C compiled_object.o
Display detailed ELF header information for ARM64 executable$ aarch64-elf-readelf -a firmware.elf