> how should this work? the binary has no symbolinformation.
Why does it need symbol information? The CPU does not need any to
decode the assembly language!
> arm-elf-objcopy tells me "File Format not recognized"
Try the -I option. RTFM.
Andrew