On the CentOS machine I built an arm assembly code for a-profile(aarch64), and then on the output *.elf file already generated I run the "Arch64-none-linux-gnu-objcopy -O ihex" to generate the intel hex format, but I got that error:
"64-bit address 0x 400 000 000 out of range for intel hex file"
do you have an workaround ?