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]

Toy FrontEnd


Hello,

I am interested in building a new frontend for gcc. To start out I am trying to compile Michael Meeks' modified toy frontend with
GCC 3.1.1 (http://primates.ximian.com/~michael/toy-3.1.1.tar.gz), I get some strange
errors:-

gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I.././../GCCSRC/gcc -I.././../GCCSRC/gcc/. -I.././../GCCSRC/gcc/config -I.././../GCCSRC/gcc/../include .././../GCCSRC/gcc/print-rtl.c -o print-rtl.o
In file included from .././../GCCSRC/gcc/print-rtl.c:30:
../../GCCSRC/gcc/tree.h:332:24: tree-check.h: No such file or directory
make[1]: *** [print-rtl.o] Error 1
make[1]: Leaving directory `/home/khalid/Compiler/GCC/GCCOBJ/gcc'
make: *** [all-gcc] Error 2

I checked to see if this "tree-check.h" file exists and i didnt find it. I cant understand how
the "tree.h" file includes a file that doesnt actually exits. Can anyone help
me please, thanx alot.

Khalid Aggag

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.



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