This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/6999] ALPHA link ERROR: relocation truncated to fit GPREL32: *UND*
- From: "rth at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2003 21:58:27 -0000
- Subject: [Bug target/6999] ALPHA link ERROR: relocation truncated to fit GPREL32: *UND*
- References: <20020611142600.6999.eailles@sandia.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6999
------- Additional Comments From rth at redhat dot com 2003-08-14 21:58 -------
Subject: Re: ALPHA link ERROR: relocation truncated to fit GPREL32: *UND*
On Thu, Aug 14, 2003 at 08:18:02PM -0000, gatgul at gatworks dot com wrote:
> ../unxlnga.pro/slo/fmgridif.o(.text+0x19164): In function `__tcf_5':
> : relocation truncated to fit: GPREL16 .sbss
You used -fpic instead of -fPIC, and the binary is too large.
r~