public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* 64 to 32 truncation problems on alpha
@ 2002-11-27  5:46 bemis
  2002-11-27  7:15 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: bemis @ 2002-11-27  5:46 UTC (permalink / raw)
  To: sid, clp

Hello,
we are building sid because it is in the toolchain in the uberbaum
toolchain.
this build was on alphaev67 with the bootstrap-gcc_3.2 baseline.
we had previous build errors, but those look like they have been fixed.
now we are getting this new error on alpha.


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/libiberty -liberty -lm
../../component/bochs/.libs/libx86.
a ../../component/consoles/.libs/libconsoles.a -lnsl -lm -lstdc++
../../componen
t/gdb/.libs/libgdb.a -lm -lstdc++ ../../component/gloss/.libs/libgloss.a
-lm -ls
tdc++ ../../component/glue/.libs/libglue.a -lm -lstdc++
../../component/ide/.lib
s/libide.a -lm -lstdc++ ../../component/interrupt/.libs/libinterrupt.a
-lm -lstd
c++ ../../component/lcd/.libs/libhd44780u.a -lm -lstdc++
../../component/lcd/.li
bs/liblcd-char-display.a -lcurses -lm -lstdc++
../../component/lcd/.libs/libt696
3c.a -lm -lstdc++ ../../component/loader/.libs/libloader.a -lm -lstdc++
../../co
mponent/mapper/.libs/libmapper.a -lm -lstdc++
../../component/memory/.libs/libme
mory.a -lm -lstdc++ ../../component/mmu/.libs/libmmu.a -lm -lstdc++
../../compon
ent/parport/.libs/libparport.a -lm -lstdc++
../../component/profiling/.libs/libp
rof.a -lm -lstdc++ ../../component/rtc/.libs/librtc.a -lm -lstdc++
../../compone
nt/sched/.libs/libsched.a -lm -lstdc++
../../component/tcl/.libs/libtclapi.a -L/
mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain/tcl/un

ix -ltcl8.3
-L/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/t
oolchain/tk/unix -ltk8.3 -L/usr/X11R6/lib -lSM -lICE -lX11 -ldl -lm
../../compon
ent/timers/.libs/libtimers.a -lm ../../component/uart/.libs/libuart.a
-lm -lstdc
++
../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1ec):
relocatio
n truncated to fit: GPREL32 *UND*
../../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*
../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f8):
relocatio
n truncated to fit: GPREL32 *UND*
../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1fc):
relocatio
n truncated to fit: GPREL32 *UND*
.
. <removed>
.
../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1e4):
relocation truncated to fit: GPREL32 *UND*
../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1e8):
relocation truncated to fit: GPREL32 *UND*
collect2: ld returned 1 exit status
rm -f .libs/sidS.o
make[4]: *** [sid] Error 1
make[4]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain/sid/main/dynamic'

make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain/sid/main'

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain/sid'

make[1]: *** [all-sid] Error 2
make[1]: Leaving directory
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2/native/toolchain'

make: *** [bootstrap] Error 2

-matt bemis

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

* Re: 64 to 32 truncation problems on alpha
  2002-11-27  5:46 64 to 32 truncation problems on alpha bemis
@ 2002-11-27  7:15 ` Frank Ch. Eigler
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2002-11-27  7:15 UTC (permalink / raw)
  To: bemis; +Cc: sid, clp

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

Hi -

On Wed, Nov 27, 2002 at 08:46:09AM -0500, bemis wrote:
> we are building sid because it is in the toolchain in the uberbaum
> toolchain.

It is in the uberbaum CVS repository, but not part of any CVS module
other than "sid".  So if you check out (say) gcc, binutils, gdb modules
from uberbaum rather than the whole thing, you'll have a relevant subset
for a native toolchain.  Unless you have an interest in sid, I recommend
simply removing it from your source tree.


> this build was on alphaev67 with the bootstrap-gcc_3.2 baseline.
> we had previous build errors, but those look like they have been fixed.

Right.

> now we are getting this new error on alpha.
> c++ [...]
> ../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1ec):
> relocation truncated to fit: GPREL32 *UND*
> [...]

Sorry, I don't have much insight into this.
I would expect there to be some compiler or linker option
that makes such object files tolerable.


- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2002-11-27 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-27  5:46 64 to 32 truncation problems on alpha bemis
2002-11-27  7:15 ` Frank Ch. Eigler

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).