| |||
| Home > Using fromelf > About fromelf | |||
fromelf translates Executable Linkable Format (ELF) image files produced by the ARM linker into other formats suited to ROM tools and to loading directly into memory. You can also use fromelf to display various information about an ELF object or to generate text files containing the information.
fromelf outputs the following image formats:
Plain binary format.
Motorola 32-bit S-record format.
Intel Hex-32 format.
Byte Oriented (Verilog Memory Model) Hex format.
ELF format. You can resave as ELF. For example, you can convert a debug ELF image to a no-debug ELF image.
fromelf can also display information about
the input file, for example, disassembly output or symbol listings,
to either stdout or a text file.