This is the mail archive of the gcc-help@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]

Re: compiling 2.2.14 kernel with egcs


Martin, thanks for your help.  As it turned out, I had a kernel source
tree with some stale header files.  Often the solution is right in front
of us.
Chris

73, Chris w1gm@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

On Tue, 18 Apr 2000, Martin v. Loewis wrote:

> > I'm having problems building my kernel with egcs.  I get pages of warnings
> > on previously declared symbols before it stops with an error 1.
> > Any ideas?
> [...]
> > In file included from /usr/include/sys/types.h:30,
> >                  from /usr/src/linux/include/linux/uio.h:24,
> 
> The error is that <sys/types.h> is included. That should not happen in
> the kernel source code.
> 
> Regards,
> Martin
> 
> 


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