There's a script called scripts/build_linker.py I think that builds the linker script... The linker script itself is gen/linker.ld, and it could be that something in it (because it's not targeting STM32) is wrong?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There's a script called
scripts/build_linker.py
I think that builds the linker script... The linker script itself isgen/linker.ld
, and it could be that something in it (because it's not targeting STM32) is wrong?