This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/5918: While trying to bootstrap on ppc fails with undefined references (ada)



>Number:         5918
>Category:       bootstrap
>Synopsis:       While trying to bootstrap on ppc fails with undefined references (ada)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 12 01:36:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     misiek@pld.org.pl
>Release:        3.1 20020304 prerelease
>Organization:
>Environment:

>Description:
While trying to bootstrap compiler on powerpc-linux using:
   --enable-shared \
   --enable-threads=posix \
   --enable-languages="c,c++,f77,gcov,java,objc,ksi,ada" \       
   --enable-long-long \
   --enable-multilib \
   --with-gnu-as \
   --with-gnu-ld \
   --with-system-zlib \

binutils-2.12.90.0.1-1

it fails with undefined reference:
../xgcc -B../ -DIN_GCC   `echo -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long |sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'`   -o ../gnatpsta b_gnatpa.o gnatpsta.o types.o ttypes.o gnatvsn.o ttypef.o adaint.o argv.o cstreams.o cio.o deftarg.o a-except.o targtyps.o tracebak.o s-memory.o s-traceb.o s-mastop.o s-except.o exit.o a-filico.o final.o a-finali.o init.o a-ioexce.o raise.o a-stream.o get_targ.o gnat.o g-hesora.o sysdep.o a-tags.o a-textio.o i-cstrea.o system.o s-assert.o s-exctab.o s-fatllf.o s-ficobl.o s-fileio.o s-finimp.o s-finroo.o s-imgint.o s-imgrea.o s-imglli.o s-imgllu.o s-imguns.o s-parame.o s-powtab.o s-sopco3.o s-sopco4.o s-sopco5.o s-secsta.o s-stache.o s-stalib.o s-stoele.o s-stratt.o s-strops.o s-soflin.o s-imgenu.o g-htable.o ../prefix.o \
	 ../../libiberty/libiberty.a 
targtyps.o: In function `get_target_long_double_size':
/home/users/builder/rpm/BUILD/gcc-20020304/obj-ppc-pld-linux/gcc/ada/../../../gcc/ada/targtyps.c:169: undefined reference to `rs6000_long_double_type_size'
/home/users/builder/rpm/BUILD/gcc-20020304/obj-ppc-pld-linux/gcc/ada/../../../gcc/ada/targtyps.c:169: undefined reference to `rs6000_long_double_type_size'
collect2: ld returned 1 exit status
make[2]: *** [../gnatpsta] Error 1
make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gcc-20020304/obj-ppc-pld-linux/gcc/ada'
make[1]: *** [gnatpsta] Error 2
make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gcc-20020304/obj-ppc-pld-linux/gcc'
make: *** [gnattools] Error 2
make: Leaving directory `/home/users/builder/rpm/BUILD/gcc-20020304/obj-ppc-pld-linux/gcc'
error: Bad exit status from /var/tmp/rpm-tmp.62239 (%build)

Complete buildlog is available at:
ftp://buildlogs.pld.org.pl/nest/ppc/FAIL/_r_GCC31_gcc.bz2
>How-To-Repeat:
Recompile on powerpc-linux.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]