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: LANG HOOKS


gnu c wrote:
is needed. Doing so I get uggly error message from compiler:

You could try preprocessing the file, and then adding newlines to split up long lines. This will give more useful error messages.


My guess is that you are missing some basic header files, like maybe rtx.h and/or tree.h. This is coretypes.h in current sources.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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