Hello everyone,
we are using ARM Compiler 5.06 and are postprocessing the map
file.
We would like to have a shared postprocessing routine shared by
multiple projekte and multiple compilers.
Neither .map nor .hex files are homogenous, but the elf files
are.
So we would like to directly postprocess all elf files either using
"nm" from binutils or ARM Compiler 5.06 itself.
So here i have some questions:
1. Does the ARM Compiler generated .hex and .map from el
↧