* [Linux-ia64] relocation truncated to fit: PCREL21B __rtti_class
@ 2001-03-29 14:47 Thomas Hiller
2001-03-29 19:08 ` Jim Wilson
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Hiller @ 2001-03-29 14:47 UTC (permalink / raw)
To: linux-ia64
iaxxsusr.o:/data/d022301/iaxxqeryif.hpp:175: relocation truncated to
fit:
PCREL21B __rtti_class
collect2: ld returned 1 exit status
...
What's the reason for this ? Is this a toolchain problem ? If yes, when
will it be fixed ?
Thanks in advance,
Thomas
--
Thomas Hiller thomas.hiller@compaq.com
COMPAQ Computer Corporation thomas.hiller@sap.com
Global SAP Solution Center Tel: +49 6227 / 7-45426
LinuxLab @ SAP, Walldorf Fax: +49 6227 / 7-55426
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Linux-ia64] relocation truncated to fit: PCREL21B __rtti_class
2001-03-29 14:47 [Linux-ia64] relocation truncated to fit: PCREL21B __rtti_class Thomas Hiller
@ 2001-03-29 19:08 ` Jim Wilson
0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2001-03-29 19:08 UTC (permalink / raw)
To: linux-ia64
>iaxxsusr.o:/data/d022301/iaxxqeryif.hpp:175: relocation truncated to fit:
>PCREL21B __rtti_class
This is probably an out-of-range branch/call. These are supposed to be
handled automatically by the toolchain, but currently, they work only if
you explicitly turn on linker relaxation. You can do that with the gcc
option "-Wl,-relax".
If that doesn't solve the problem, then I would need more info. Preferably
a testcase that I can use to reproduce the problem here.
Jim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-03-29 19:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-29 14:47 [Linux-ia64] relocation truncated to fit: PCREL21B __rtti_class Thomas Hiller
2001-03-29 19:08 ` Jim Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox