This is the mail archive of the gcc@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: Compiling gcc 2.95.3 on DEC


OK - I've (hopefully) solved the first problem by adding #include
alpha/osf.h in config.h (is this the right thing to do ?) but now I'm
getting this:
---------------------------------------------------------------------------
mips-tfile, /tmp/ccK16YcH.s:7 Invalid .stabs/.stabn directive, value not
found
line:    #.stabs
"/usr/users/bchattop/gnu/src/gcc-build/gcc/",100,0,0,$Ltext0

mips-tfile, /tmp/ccK16YcH.s:8 Invalid .stabs/.stabn directive, value not
found
line:    #.stabs "../../gcc-2.95.3/gcc/libgcc2.c",100,0,0,$Ltext0

mips-tfile, /tmp/ccK16YcH.s:156 Segmentation fault
line:    #.stabs "DIunion:t167=168=u8s:166,0,64;ll:161,0,64;;",128,0,139,0

make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
make: *** [bootstrap] Error 2
----------------------------------------------------------------------------
-------

I must admit I haven't the first clue about this - any alpha experts around
? FWIW, I'm using native ld and as since binutils didn't configure them for
me.

Rgds.
Biswa.

> -----Original Message-----
> From: biswapesh.chattopadhyay@bt.com
> [mailto:biswapesh.chattopadhyay@bt.com]
> Sent: 28 March 2001 16:59
> To: gcc@gcc.gnu.org
> Subject: Compiling gcc 2.95.3 on DEC
> 
> 
> Hi, does anyone have a clue about this:
> ---------------------------------------------------
> cc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o cc1 toplev.o version.o
> tree.o print-tree.o stor-layout.o fold-const.o functio
> n.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o
> varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o
>  real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o 
> bitmap.o alias.o
> gcse.o integrate.o jump.o cse.o loop.o unroll.o
> flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o
> global.o reload.o reload1.o caller-save.o insn-peep.o r
> eorg.o haifa-sched.o final.o recog.o reg-stack.o 
> insn-opinit.o insn-recog.o
> insn-extract.o insn-output.o insn-emit.o lcm.o pr
> ofile.o insn-attrtab.o alpha.o getpwd.o  convert.o mbchar.o 
> dyn-string.o
> splay-tree.o graph.o sbitmap.o resource.o hash.o c-p
> arse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o
> c-aux-info.o c-common.o c-iterate.o  obstack.o       -lmld
>  ../libiberty/libiberty.a
> ld:
> Unresolved:
> ASM_FILE_START
> make[2]: *** [cc1] Error 1
> make[2]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
> make[1]: *** [bootstrap] Error 2
> make[1]: Leaving directory `/usr/users/bchattop/gnu/src/gcc-build/gcc'
> make: *** [bootstrap] Error 2
> ---------------------------------------------------------------
> I'm compiling gcc2.95.3 release on DEC: uname -a gives: 'OSF1
> bmau15.btm.bt.co.uk V5.1 732 alpha'.
> Configured as follows:
> /usr/users/bchattop/gnu/src/gcc-build>../gcc-2.95.3/configure
> --prefix=$HOME/gnu --enable-shared --enable-languages=c,c++
> 
> I've installed GNU make, binutils and libtool already.
> 
> Thanks in advance.
> Biswa.
> 


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