From: hlu@yoda.eecs.wsu.edu (H.J. Lu) Subject: Re: README (Re: Compiling the Linux kernel) Date: 30 Jun 1992 19:28:19 GMT
>
>hlu@yoda.eecs.wsu.edu (H.J. Lu) writes:
>
>
>>NO ONE READS THE DOCS FROM GCC 2.2.2? If you are not using gcc 2.2.2,
>>please get it. If you missed a line in the docs from gcc 2.2.2, re-read
>>them again. How many time do I have to repeat myself?
>
>
>>H.J.
>>---
>>gcc/libc maintainer for Linux
>
>I "upgraded" to gcc2.2.2 and did read all the README/docs I found.
>When recompiling the 0.96bpl2 kernel I still got two problems with the
>header files. Namely missing stdarg.h and stddef.h
I bet you didn't install 0.96bp2inc.tar.Z AND modify all the Makefiles
to get rid of "-nostdinc -Ixxx". To use gcc, you have to know the
meaning of every option in CFLAGS. Please read gcc.ps/gcc.man and all
docs again.
>
>Even when I -s linked these two files to the original linux include
stdarg.h and stddef.h are version-dependent. So I leave them where they
should be
/usr/lib/gcc-lib/i386-linux/xxxxxx/include
>files, I got another problem with build not being able to stat
>/dev/hda3 which is my root device. But this is another problem.
>
H.J.