We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 ?