This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to use protoize ?
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 9 Aug 2003 20:28:22 -0400 (EDT)
- Subject: How to use protoize ?
Would someone please help me with using protoize? (I want to be able
to run it as a test if I happen to change it as part of maintenance
patches.)
I read the docs and I tried converting sparc.c by running:
./protoize -B. -c '-DIN_GCC -DHAVE_CONFIG_H
-I. -I. -I../../egcc-CVS20030808/gcc
-I../../egcc-CVS20030808/gcc/. -I../../egcc-CVS20030808/gcc/config
-I../../egcc-CVS20030808/gcc/../include'
../../egcc-CVS20030808/gcc/config/sparc/sparc.c
and I get the following errors. I seem to recall being able to get
this working in the last few months, so I don't know what changed.
Can anyone help me figure out what's wrong?
Thanks,
--Kaveh
protoize: compiling `../../egcc-CVS20030808/gcc/config/sparc/sparc.c'
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/include/libiberty.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/config/sparc/insn-flags.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/machmode.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/input.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/tree.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/include/obstack.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/hashtable.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/rtl.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/config/sparc/genrtl.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/varray.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/bitmap.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/sbitmap.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/include/partition.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/basic-block.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/cfghooks.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/regs.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/real.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/output.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/config/sparc/insn-attr.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/flags.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/function.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/expr.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/optabs.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/recog.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/toplev.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/config/sparc/gtype-desc.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/ggc.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/config/sparc/sparc-protos.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/config/sparc/tm-preds.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/debug.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/hooks.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/cfglayout.h: can't get status: No such file or directory
protoize: ../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/config/sparc/sparc.c: can't get status: No such file or directory
protoize: `../../egcc-CVS20030808/gcc/egcc-CVS20030808/gcc/config/sparc/sparc.c' not converted