- This topic has 1 reply, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › Empty Hex File
Hi Folks
I have installed the custom IDE, following the steps of the book as closely as I could. The blinky project however generates an empty Hex file.
Also, from time to time, I get the following error
‘Invoking: GNU ARM Cross Create Flash Image’
arm-none-eabi-objcopy -O ihex “blinky2.elf” “blinky2.hex”
arm-none-eabi-objcopy: blinky2.hex 64-bit address 0x4b4fa308000000 out of range for Intel Hex file
arm-none-eabi-objcopy:blinky2.hex: bad value
make: *** [makefile:70: blinky2.hex] Error 1
Any help is much appreciated
Running Windows 10, new to the business, very exhausted!
An
Hi,
Download latest toolchain:
https://gnu-mcu-eclipse.github.io/blog/2019/01/19/arm-none-eabi-gcc-v8-2-1-1-2-released/
“Version v8.2.1-1.2 20190119 is a maintenance release of GNU MCU Eclipse ARM Embedded GCC that fixes the 32-bit objcopy bug present in the previous release.”
-Ron