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]

[Bug bootstrap/13747] fail to build in source directory


------- Additional Comments From robert dot schweikert at abaqus dot com  2004-01-22 16:16 -------
Subject: Re:  fail to build in source directory

Ok,

Even after avoiding my silly mistake about not building in the source
tree the compiler still will not bootstrap.

Here is the error:

/var/wdir/rjschwei/local/gcc-3.4-20040114/objects/gcc/gcj
-B/var/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/32/libjava/ -B/var/wdir/rjschwei/local/gcc-3.4-20040114/objects/gcc/ --encoding=UTF-8 -Wno-deprecated -fclasspath= -fbootclasspath=/var/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/32/libjava -ffloat-store -fno-omit-frame-pointer -g -O2 -m32 -MD -MT java/lang/Boolean.lo -MF java/lang/Boolean.d -c ../../../../libjava/java/lang/Boolean.java -fPIC -o java/lang/.libs/Boolean.o
/scratch/ccBhUD7z.s: Assembler messages:
/scratch/ccBhUD7z.s:942: Error: unrecognized symbol type ""
/scratch/ccBhUD7z.s:942: Warning: rest of line ignored; first ignored
character is `*'
/scratch/ccBhUD7z.s:943: Error: expected comma after name `Э' in
.size directive
/scratch/ccBhUD7z.s:943: Warning: rest of line ignored; first ignored
character is `*'
/scratch/ccBhUD7z.s:944: Error: invalid character (0xffffffd0) in
mnemonic
/scratch/ccBhUD7z.s:986: Warning: missing operand; zero assumed
make[4]: *** [java/lang/Boolean.lo] Error 1
make[4]: Leaving directory
`/scratch/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/32/libjava'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/scratch/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/32/libjava'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory
`/scratch/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/libjava'
make[1]: *** [all-multi] Error 2
make[1]: Leaving directory
`/scratch/wdir/rjschwei/local/gcc-3.4-20040114/objects/x86_64-unknown-linux-gnu/libjava'
make: *** [all-target-libjava] Error 2


The assembly file is of course gone. Not sure how to reproduce this
manually to save the assembly file.

Robert

On Wed, 2004-01-21 at 15:52, bangerth at dealii dot org wrote:
> ------- Additional Comments From bangerth at dealii dot org  2004-01-21 20:52 -------
> Just look up the installation instructions, they give a clear 
> indication that you shouldn't build in-source. 
>  
> W. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13747


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