Bulebots / bulebule

An awesome maze-solving micromouse robot
https://bulebule.readthedocs.io
GNU General Public License v3.0
75 stars 23 forks source link

Can't compile (invalid origin for memory region) #416

Closed Peque closed 5 years ago

Peque commented 5 years ago

Need to modify current src/stm32f103x8.ld with:

eeprom (rx) : ORIGIN = 0x08000000 + 63K, LENGTH = 1K

This is a known bug in binutils, fixed upstream. Will be included in next release (probably in August).