I get this, when I compile:
/home/poul/Programmer/gcc-arm-none-eabi-5_3-2016q1/bin/../lib/gcc/arm-none-eabi/5.3.1/../../../../arm-none-eabi/bin/ld: section .init loaded at [0005bcc0,0005bcc3] overlaps section .data loaded at [0005bcc0,0005c237] collect2: error: ld returned 1 exit status make: *** [espruino_1v85.63_pico_1r3.elf] Fejl 1
In makefile l have this:
PICO_1V3=1 RELEASE=1 SINGLETHREAD=1 export CCPREFIX?=/home/poul/Programmer/gcc-arm-none-eabi-5_3-2016q1/bin/arm-none-eabi-
What have done wrong?
I am running on Linux Mint 17.3 64 bit.
@Frida started
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.
I get this, when I compile:
In makefile l have this:
What have done wrong?
I am running on Linux Mint 17.3 64 bit.