new sid error on alpha
bemis <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Organization | University of New Hampshire |
| Message-ID | <[email protected]> |
Hello, We have been trying to build sid in our toolchain lately, and I have just moved it out of our toolchain to build it seperately. The build error happened on alphaev56, with the basic-gcc_3.2 baseline. sid failed to compile during make whe the following command was executed: 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/basic-gcc_3.2 /native/toolchain_sid/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/basic-gcc_3.2/native/toolchain_sid/tcl/un ix -ltcl8.3 -L/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3.2/native/toolc hain_sid/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+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* ... ... ... ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1e8): relocati on truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1ec): relocati on truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1f0): relocati on 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/basic-gcc_3. 2/native/toolchain_sid/sid/main/dynamic' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid/sid/main' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid/sid' make[1]: *** [all-sid] Error 2 make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid' make: *** [bootstrap] Error 2