[NEED HELP] - not enough GOT space for local GOT entries
From:
manish Jamwal
Subject:
[NEED HELP] - not enough GOT space for local GOT entries
Date:
Wed, 26 Dec 2012 11:12:21 +0530
Hi
I am facing the "not enough GOT space for local GOT entries",
while compiling the component with gcc-4.3.3 for mips64 octeon
processor. The binutils version is 2.18.90 and linux kernel version is
2.6.32.27. The gcc command which is throwing error is mentioned below.
The same component was compiled with linux kernel 2.6.21 and gcc-4.1 for mips64 octeon
processor with below
mentioned command and it compiled successfully. Please provide some
pointer...
/home/v1/sdk2.3.0/tools-gcc-4.3/bin/../lib/gcc/mips64-octeon-linux-gnu/4.3.3/../../../../mips64-octeon-linux-gnu/bin/ld: not enough GOT space for local GOT entries /home/v1/sdk2.3.0/tools-gcc-4.3/bin/../lib/gcc/mips64-octeon-linux-gnu/4.3.3/../../../../mips64-octeon-linux-gnu/bin/ld: BFD 2.19 internal error, aborting at ../../src/bfd/elfxx-mips.c line 9159 in _bfd_mips_elf_relocate_section
/home/v1/common/bsp/sdk2.3.0/tools-gcc-4.3/bin/../lib/gcc/mips64-octeon-linux-gnu/4.3.3/../../../../mips64-octeon-linux-gnu/bin/ld: Please report this bug.
collect2: ld returned 1 exit status DONE!!
Note: Below mentioned lines in the above command resolve to static and dynamic libs used at run time by the component.