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]

Re: Problem with unsigned long long on ultrasparc


I used cvs to download the latest sources on the 1.1 branch and had the same
problem.  I also downloaded the mainline branch, but part of it wouldn't link.
The error message is listed below.

I tried simpler programs but could not trigger the error.

Brad Lucier   lucier@math.purdue.edu

...
stage1/xgcc -Bstage1/  -DIN_GCC  -DSVR4  -W -Wall -O2 -g -O2   -o ../cc1plus \
      call.o decl.o errfn.o expr.o pt.o sig.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o  `cat ../stamp-objlist` ../c-common.o ../c-pragma.o `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `case "stage1/xgcc -Bstage1/" in "cc") if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi` 
Undefined                       first referenced
 symbol                             in file
walk_tree                           tree.o
ld: fatal: Symbol referencing errors. No output written to ../cc1plus
collect2: ld returned 1 exit status
make[3]: *** [../cc1plus] Error 1
make[3]: Leaving directory `/home/c/lucier/programs/egcs/objdir/gcc/cp'
make[2]: *** [cc1plus] Error 2
make[2]: Leaving directory `/home/c/lucier/programs/egcs/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/c/lucier/programs/egcs/objdir/gcc'
make: *** [bootstrap] Error 2
bessel-130% 



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