Comment 6 for bug 1810274

Revision history for this message
Liviu Ionescu (ilg) wrote :

> C:\Program Files (x86)\GNU Tools ARM Embedded\8 2018-q4-major\bin\arm-none-eabi-objcopy.exe: test.hex 64-bit address 0x4b4fa300000000 out of range for Intel Hex file

the '(x86)' in the path makes me think the problem occured in a 32-bit application.

the '64-bit' in the message makes me think the address is a wide one.

in other words, it might be possible that objcopy thinks of himself as being a 64-bit app even when running on a 32-bit target.

if so, the 64-bit build of the toolchain might be ok, and only the 32-bit be affected.

can someone test both the 32-bit and the 64-bit and compare the results?