On Sun, Feb 08, 1998 at 06:49:39PM +0000, Peter wrote:
> Hrmm.. makes sense, but it sure looks like it wants stdio.h to compile the
> kernel...
No kernel code should ever include kernel header files.
Ralf
> make[1]: Entering directory
> `/home/decstation/linux-2.1.14.2.dec/arch/mips/dec'
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c boot.S -o
> boot.o
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c
> int-handler.S -o int-handler.o
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c -o
> decstation.o decstation.c
> decstation.c: In function `dec_setup':
> decstation.c:136: warning: statement with no effect
> decstation.c:229: warning: implicit declaration of function
> `register_console'
> decstation.c: In function `pmax_get_memory_size':
> decstation.c:390: warning: passing arg 1 of `check_memory' discards
> `volatile' from pointer target type
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c -o
> hw-access.o hw-access.c
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c -o setup.o
> setup.c
> mipsel-linux-gcc -D__KERNEL__
> -I/home/decstation/linux-2.1.14.2.dec/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mips1 -c -o
> bitags.o bitags.c
> bitags.c:11: stdio.h: No such file or directory
> make[1]: *** [bitags.o] Error 1
> make[1]: Leaving directory
> `/home/decstation/linux-2.1.14.2.dec/arch/mips/dec'
> make: *** [linuxsubdirs] Error 2
> slartibartfast:/usr/home/mips/linux-2.1.14.2#
>
>
> -- Peter
>
> The Shuttle is now going five times the sound of speed.
> -- Dan Rather, first landing of Columbia
|