mtrr-patch-v1.16

James David Rich (james.rich@m.cc.utah.edu)
Tue, 28 Apr 1998 00:46:07 -0600


I applied mtrr-patch-v1.16 and Linus' pre-patch-2.1.99-1 to 2.1.98. I
had to apply the mtrr patch first or the patches would fail. I got all
the patches to apply but now the compile fails. When doing 'make dep' I
get:

make[1]: Entering directory
`/usr/src/linux-2.1.98/linux/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -D__SMP__
-E -D__GENKSYMS__ i386_ksyms.c\
| /sbin/genksyms -p smp_ -k 2.1.99 >
/usr/src/linux/include/linux/modules/i386_ksyms.ver.tmp
make[1]: *** No rule to make target `mtrr.c', needed by
`/usr/src/linux/include/linux/modules/mtrr.ver'. Stop.
make[1]: *** Waiting for unfinished jobs....
mv /usr/src/linux/include/linux/modules/i386_ksyms.ver.tmp
/usr/src/linux/include/linux/modules/i386_ksyms.ver
make[1]: Leaving directory
`/usr/src/linux-2.1.98/linux/arch/i386/kernel'
make: *** [dep-files] Error 2

and when I do 'make bzImage' :

bash# make bzImage
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -D__SMP__
-c -o init/main.o init/main.c
init/main.c:48: asm/mtrr.h: No such file or directory
init/main.c: In function `start_kernel':
init/main.c:1074: warning: implicit declaration of function
`mtrr_init_boot_cpu'
init/main.c:1083: warning: implicit declaration of function `mtrr_init'
make: *** [init/main.o] Error 1

Tomorrow I will try 2.1.98 with just the mtrr patch.

-- 
James Rich			For Linux help and information
				please visit:
reply to:			http://www.falconweb.com/~linuxrx/

james.rich@m.cc.utah.edu Linux and AS/400 admin.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu