This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/36512] relocation overflow
- From: "william dot l dot maynard at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2008 19:17:53 -0000
- Subject: [Bug target/36512] relocation overflow
- References: <bug-36512-6067@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from william dot l dot maynard at nasa dot gov 2008-07-15 19:17 -------
I run into the same problem trying to compile 4.3.1 either by bootstrap or by
using gcc 4.3.0 to compile it on my powerpc - dual cpus, powerpc 970 chips. My
computer runs Mac OS 10.4.11. config.guess identifies my computer as
powerpc-apple-darwin8.11.0
And, just like Kate's comments, my first relocation overflow message occurs at
the same place hers does, after the "warning multiple definitions of symbol
_locale_charset" message:
/usr/bin/ld: c-lang.o relocation overflow for relocation entry 221 in section
(__TEXT,__text) (displacement too large)
with multiple repetitions of that same error message following, first for
different lines of c-lang.o, then for the rest of the files gcc tries to
compile after c-lang.o
--
william dot l dot maynard at nasa dot gov changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |william dot l dot maynard at
| |nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36512