This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

aarch64 objcopy fail on high address space

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 ?