Questions tagged [gold-linker]

`gold` is the name of a ELF linker included in binutils

gold is an linker included in binutils as a faster, ELF-only, alternative to the traditional linker known as ld or ld.bfd.

Is considered in beta. (as of February, 2013, binutils release 2.23-1)

It was started on Google and then release as open source and added to binutils.

50 questions
0
votes
1 answer

error: missing expected TLS relocation in binutils-2.27/gold/testsuite

I'm compiling binutils-2.27 with gcc 5.3.0. Here are the configure options: ../binutils-2.27/configure --prefix=$FOO --build=x86_64-redhat-linux --disable-multilib --with-gmp=$FOO --with-mpfr=$FOO --with-mpc=$FOO --with-isl=$FOO --with-system-zlib…
SU3
  • 5,064
  • 3
  • 35
  • 66
0
votes
1 answer

Cannot start with bnfc

I'm following a short bnfc example, to generate an haskell parser. When I launch the make command I get these errors: latex DocCalc.tex; dvips DocCalc.dvi -o DocCalc.ps /bin/sh: 1: latex: not found /bin/sh: 1: dvips: not found make: *** [all] Error…
optimusfrenk
  • 1,271
  • 2
  • 16
  • 34
-1
votes
1 answer

What is the meaning behind "internal error in update_erratum_insn, at ../../gold/aarch64.cc:1005"

I am trying to compile a project on an aws t4g instance (arm graviton), and everything compiles, except a unit tests project, which dies with the following: "internal error in update_erratum_insn, at ../../gold/aarch64.cc:1005" ld.gold --version GNU…
-1
votes
1 answer

"Symbol from plugin" in linker error

So, I did something dumb and got myself a linker error: CMakeFiles/pipeline.dir/src/pipeline/pipelineElements/tracker/ObjectTracker.cpp.o (symbol from plugin): In function `ObjectTracker::process(long)': (.text+0x0): multiple definition of…
Chris Kitching
  • 2,559
  • 23
  • 37
-4
votes
1 answer

Gold linker problems

I am checking out gold linker to see if it speeds up the linking process. I changed the soft link of ld in /etc/alternative/ld to point to /usr/bin/gold.ld, which I see it does. The result is that linking time only got much slower and the worst…
itayb
  • 139
  • 3
  • 10
1 2 3
4