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

Compiling 3.4.0 with Linux 2.6 headers?


Is it possible to compile 3.4.0 on a system which uses Linux 2.6 kernel 
headers? I've tried but I'm getting errors like:

In file included from ../../gcc-3.4.0/gcc/crtstuff.c:62:
../../gcc-3.4.0/gcc.tsystem.h:79:19: stdio.h: No such file or directory
../../gcc-3.4.0/gcc/tsystem.h:82:23: sys/types.h: No such file or 
directory
../../gcc-3.4.0/gcc/tsystem.h:85:19: errno.h: No such file or directory
../../gcc-3.4.0/gcc/tsystem.h:92:20: string.h: No such file or directory
../../gcc-3.4.0/gcc/tsystem.h:93:20: stdlib.h: No such file or directory
../../gcc-3.4.0/gcc/tsystem.h:94:20: unistd.h: No such file or directory
In file included from ./include/syslimits.h:7,
                 from ./include/limits.h:11,
                 from ../../gcc-3.4.0/gcc/tsystem.h:97,
                 from ../../gcc-3.4.0/gcc/crtstuff.c:62:
./include/limits.h:122:61: no include path in which to search for limits.h
In file included from ../../gcc-3.4.0/gcc/crtstuff.c:62:
../../gcc-3.4.0/gcc/tsystem.h:100:18: time.h: No such file or directory

Thanks in advance.

Sean McLinden
Allegheny County Health Department



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