Hello,
I am trying to compile gcc-2.95.2 on Tru64 v5.1. I get
this error:
cc -DIN_GCC -DHAIFA -D__V40_OBJ_COMPAT -DHAVE_CONFIG_H -o cc1 toplev.o
version.o tree.o print-tree.o stor-layout.o fold-const.o function.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 reorg.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 profile.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-parse.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[1]: *** [cc1] Error 1
make[1]: Leaving directory `/usr/users/bsc/gcc/gcc'
make: *** [all-gcc] Error 2
I've tried different ways of compilation. With or without the
__V40_OBJ_COMPAT flag (sometimes it helps :) With or without
specifying --host=alpha.. on the command line to ./configure.
With or without gnu make. And with or without the trick to 'asm'.
Any help would be highly appreciated.
Kind regards,
Brian
Received on Fri Dec 08 2000 - 12:11:38 NZDT