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


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