You are reading a single comment by @Frida and its replies. Click here to read the full conversation.
  • 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.

About

Avatar for Frida @Frida started