Skip to content

Arduino IDE 1.8.19, "collect2 error: ld returned 1 exit status" #6

Closed
@AndroidLeo01

Description

@AndroidLeo01

Hi, guys, I wanted to try it but I'm not able to compile anything and I don't understand the problem. Here is the log message from the arduino IDE on my linux mint VM. I had to install g++, and i'm using version 9.3.0. Am i missing something? Need other information? To me, it seems a memory problem, but i set the VM with 8Gb RAM, and still have 12Gb of free space on HDD.

/usr/bin/ld: warning: changing start of section .plt by 9 bytes
/usr/bin/ld: warning: changing start of section .plt.got by 1 byte
/usr/bin/ld: warning: changing start of section .gnu.version_d by 2 bytes
/usr/bin/ld: warning: changing start of section .gnu.version_r by 2 bytes
/usr/bin/ld: warning: changing start of section .dynsym by 2 bytes
/usr/bin/ld: warning: changing start of section .gnu.hash by 3 bytes
/usr/bin/ld: warning: changing start of section .plt by 9 bytes
/usr/bin/ld: warning: changing start of section .plt.got by 1 byte
/usr/bin/ld: warning: changing start of section .gnu.version_d by 2 bytes
/usr/bin/ld: warning: changing start of section .gnu.version_r by 2 bytes
/usr/bin/ld: warning: changing start of section .dynsym by 2 bytes
/usr/bin/ld: warning: changing start of section .gnu.hash by 3 bytes
/usr/bin/ld: section .dynamic LMA [0000000000007e00,0000000000007e8f] overlaps section .text LMA [0000000000007e00,0000000000007e26]
/usr/bin/ld: section .interp LMA [0000000000007e27,0000000000007e39] overlaps section .dynamic LMA [0000000000007e00,0000000000007e8f]
collect2: error: ld returned 1 exit status
exit status 1
Error compiling for board Generic x86 computer.

Btw I love this project, what about LPT implementation? could transform an old PC into a freaking super IPC micro-controller lol

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions