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]
Other format: [Raw text]

Re: generating instrn attribute files....



On Thu, Sep 12, 2002 at 01:09:05PM +0530, Deepak B. Nayak wrote:
hi
scheduling files use functions from files generated from genattrtab.c...
i am not able to generate from genattrtab.c

bash-2.04$ gcc genattrtab.c
genattrtab.c:98:21: hconfig.h: No such file or directory
In file included from genattrtab.c:99: system.h:85:24: safe-ctype.h: No such file or directory
In file included from genattrtab.c:100: rtl.h:1539:20: genrtl.h: No such file or directory
Don't try to compile these files by hand. Use the Makefile, and
follow the instructions for bootstrapping the compiler.

(If you did do that, please show exactly what it printed, not a vague
approximation.)

zw


Hello,
We tried using the Makefile, but it gave errors.
We had 2 make files, which gave the following errors....

$ make -f Makefile.in
Makefile.in:139: *** missing separator. Stop.

$make -f makefile.vms
make: *** No rule to make target `[]cccp.obj,cexp.obj,version.obj,prefix.obj', needed by `cpp.exe'. Stop.

What should we do now??

regards...
Ritu.


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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