This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs-20000306 won't build
- To: gcc-bugs at gcc dot gnu dot org
- Subject: egcs-20000306 won't build
- From: Martin Stromberg <Martin dot Stromberg at lu dot erisoft dot se>
- Date: Tue, 14 Mar 2000 13:19:28 +0100 (MET)
cc -c -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/c-iterate.c
cc -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -o cc1 diagnostic.o 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 real.o builtins.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.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 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 sparc.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o predict.o lists.o ggc-common.o ggc-page.o simplify-rtx.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 alloca.o ../libiberty/libiberty.a
ild: (bad file) argument file doesn't exist :: diagnostic.o
*** Error code 1
make: Fatal error: Command failed for target `cc1'
Current working directory /home/erieye/members/eplmst/gcc/egcs-20000306/obj/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'
erieye obj 174 > uname -a
SunOS merope 5.6 Generic_105181-16 sun4u sparc
make -d says:
...
MAKEFLAGS value: -d
Building all because all-no does not exist
Building native because intl.all does not exist
Building diagnostic.o because it is out of date relative to system.h
Building diagnostic.o because it is out of date relative to tree.h
Building diagnostic.o because it is out of date relative to real.h
Building diagnostic.o because it is out of date relative to tree.def
Building diagnostic.o because it is out of date relative to machmode.h
Building diagnostic.o because it is out of date relative to machmode.def
Building diagnostic.o because it is out of date relative to tree-check.h
Building diagnostic.o because it is out of date relative to version.h
Building diagnostic.o because it is out of date relative to rtl.h
Building diagnostic.o because it is out of date relative to rtl.def
Building genrtl.h because it is out of date relative to s-genrtl
Building diagnostic.o because it is out of date relative to genrtl.h
Building diagnostic.o because it is out of date relative to tm_p.h
Building diagnostic.o because it is out of date relative to flags.h
Building diagnostic.o because it is out of date relative to input.h
Building diagnostic.o because it is out of date relative to insn-attr.h
Building diagnostic.o because it is out of date relative to insn-codes.h
Building diagnostic.o because it is out of date relative to insn-config.h
Building diagnostic.o because it is out of date relative to toplev.h
Building diagnostic.o because it is out of date relative to intl.h
Building cc1 because diagnostic.o does not exist
Building cc1 because it is out of date relative to toplev.o
Building cc1 because it is out of date relative to version.o
Building cc1 because it is out of date relative to tree.o
...
However diagnostic.o is never built.
I don't know the make version. It seems impossible to find out. It's SUN's.
Right,
MartinS