bdg1983
11-14-2001, 06:45 AM
I`ve gotten the new 2.4.14 kernel for my slackware 8.
I have done this a thousand way now, and I think I get the first part ok :
make mrproper
make xconfig
make dep
make bzImage ... where the problem comes.
Everything seems to go fine until I get close to the finish line. I get this message a couple of times :
/usr/src/linux-2.4.14/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
Then this happens :
drivers/block/block.o: In function `lo_send':
drivers/block/block.o(.text+0xaeaf): undefined reference to `deactivate_page'
drivers/block/block.o(.text+0xaf3f): undefined reference to `deactivate_page'
make: *** [vmlinux] Error 1
And .. I don`t get a bzImage :mad:
I have done this a thousand way now, and I think I get the first part ok :
make mrproper
make xconfig
make dep
make bzImage ... where the problem comes.
Everything seems to go fine until I get close to the finish line. I get this message a couple of times :
/usr/src/linux-2.4.14/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
Then this happens :
drivers/block/block.o: In function `lo_send':
drivers/block/block.o(.text+0xaeaf): undefined reference to `deactivate_page'
drivers/block/block.o(.text+0xaf3f): undefined reference to `deactivate_page'
make: *** [vmlinux] Error 1
And .. I don`t get a bzImage :mad: