public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* relocation truncated to fit: GPREL32 *UND*
@ 2002-12-07  8:49 bemis
  2002-12-07 11:05 ` Frank Ch. Eigler
  0 siblings, 1 reply; 3+ messages in thread
From: bemis @ 2002-12-07  8:49 UTC (permalink / raw)
  To: sid, clp

Sid will not compile on Alpha.  On a intel SID compiles without a
problem.  Is there something missing from the configuration of sid on
alpha.  the machine code is trying to put 64 bits into 32 bits.
any suggestions on where to look for the problem would be appreciated
c++ -DSID_STATIC -g -O2 -o sid .libs/sidS.o mainDynamic.o
-Wl,--export-dynamic .
./../component/audio/.libs/libaudio.a -lm
../../component/cache/.libs/libcache.a
 -lm -lstdc++ ../../component/cfgroot/.libs/libconfig.a -ldl
../../component/cge
n-cpu/.libs/libcgencpu.a
-L/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc
_3.2/native/toolchain_sid/libiberty -liberty -lm
../../component/bochs/.libs/lib
x86.a ../../component/consoles/.libs/libconsoles.a -lnsl -lm -lstdc++
../../comp
onent/gdb/.libs/libgdb.a -lm -lstdc++
../../component/gloss/.libs/libgloss.a -lm
 -lstdc++ ../../component/glue/.libs/libglue.a -lm -lstdc++
../../component/ide/
.libs/libide.a -lm -lstdc++
../../component/interrupt/.libs/libinterrupt.a -lm -
lstdc++ ../../component/lcd/.libs/libhd44780u.a -lm -lstdc++
../../component/lcd
/.libs/liblcd-char-display.a -lcurses -lm -lstdc++
../../component/lcd/.libs/lib
t6963c.a -lm -lstdc++ ../../component/loader/.libs/libloader.a -lm
-lstdc++ ../.
./component/mapper/.libs/libmapper.a -lm -lstdc++
../../component/memory/.libs/l
ibmemory.a -lm -lstdc++ ../../component/mmu/.libs/libmmu.a -lm -lstdc++
../../co
mponent/parport/.libs/libparport.a -lm -lstdc++
../../component/profiling/.libs/
libprof.a -lm -lstdc++ ../../component/rtc/.libs/librtc.a -lm -lstdc++
../../com
ponent/sched/.libs/libsched.a -lm -lstdc++
../../component/tcl/.libs/libtclapi.a
 -L/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain_si

d/tcl/unix -ltcl8.3
-L/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/
native/toolchain_sid/tk/unix -ltk8.3 -L/usr/X11R6/lib -lSM -lICE -lX11
-ldl -lm
../../component/timers/.libs/libtimers.a -lm
../../component/uart/.libs/libuart.
a -lm -lstdc++
../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f0):
relocatio
n truncated to fit: GPREL32 *UND*
../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f4):
relocatio
n truncated to fit: GPREL32 *UND*


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: relocation truncated to fit: GPREL32 *UND*
  2002-12-07  8:49 relocation truncated to fit: GPREL32 *UND* bemis
@ 2002-12-07 11:05 ` Frank Ch. Eigler
  2002-12-07 11:38   ` bemis
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Ch. Eigler @ 2002-12-07 11:05 UTC (permalink / raw)
  To: bemis; +Cc: sid, clp

Hi -

On Sat, Dec 07, 2002 at 11:49:21AM -0500, bemis wrote:
> Sid will not compile on Alpha.  On a intel SID compiles without a
> problem.  Is there something missing from the configuration of sid on
> alpha.  the machine code is trying to put 64 bits into 32 bits.
> any suggestions on where to look for the problem would be appreciated
> [...]

I thought I answered this already.  Actually, I did:
http://sources.redhat.com/ml/sid/2002-q4/msg00033.html

There might be some compiler or linker option to use for
building alpha programs above some threshold of unusual size.
I don't know what options your toolchain has: try "g++ --help -v"
and see if anything looks promising.

- FChE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: relocation truncated to fit: GPREL32 *UND*
  2002-12-07 11:05 ` Frank Ch. Eigler
@ 2002-12-07 11:38   ` bemis
  0 siblings, 0 replies; 3+ messages in thread
From: bemis @ 2002-12-07 11:38 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: sid, clp, George France

I have removed SID from our main toolchain build, but I have also created
a toolchain_sid build.
We try to make Alpha linux a viable linux solution for people with
alphas.  When something may be needed such as sid it would be nice to know
that it works on alphas with the newest compilers.  I will look into "g++
--help -v".
thanks again.
to see the toolchain_sid build on a daily basis
http://www.handhelds.org/projects/toolchain/autobuild/
and click on results or stats to see if the build succeeded.





"Frank Ch. Eigler" wrote:

> Hi -
>
> On Sat, Dec 07, 2002 at 11:49:21AM -0500, bemis wrote:
> > Sid will not compile on Alpha.  On a intel SID compiles without a
> > problem.  Is there something missing from the configuration of sid on
> > alpha.  the machine code is trying to put 64 bits into 32 bits.
> > any suggestions on where to look for the problem would be appreciated
> > [...]
>
> I thought I answered this already.  Actually, I did:
> http://sources.redhat.com/ml/sid/2002-q4/msg00033.html
>
> There might be some compiler or linker option to use for
> building alpha programs above some threshold of unusual size.
> I don't know what options your toolchain has: try "g++ --help -v"
> and see if anything looks promising.
>
> - FChE

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-07 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-07  8:49 relocation truncated to fit: GPREL32 *UND* bemis
2002-12-07 11:05 ` Frank Ch. Eigler
2002-12-07 11:38   ` bemis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).