Re: 2.2.11 compile failure!

Tim Waugh (tim@cyberelk.demon.co.uk)
Wed, 11 Aug 1999 18:31:55 +0100 (GMT)


On 10 Aug 1999 nbecker@fred.net wrote:

> 2.2.11 i686-pc-linux-gnu
> This failure is both when patching from 2.2.10->2.2.11 AND when using
> a brand new complete tar of 2.2.11.
>
> gcc -D__KERNEL__ -I/usr/src/linux-2.2.11/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o init/main.o init/main.c
> /usr/src/linux-2.2.11/include/linux/pagemap.h: In function `page_address':
> In file included from /usr/src/linux-2.2.11/include/linux/locks.h:8,
> from /usr/src/linux-2.2.11/include/linux/blk.h:5,
> from init/main.c:23:
> /usr/src/linux-2.2.11/include/linux/pagemap.h:17: `PAGE_OFFSET_RAW' undeclared (first use in this function)
> /usr/src/linux-2.2.11/include/linux/pagemap.h:17: (Each undeclared identifier is reported only once
> [...]

In general you can't just copy a .config from one kernel version to
another and have everything just work, but your chances of success will
increase if you do a 'make oldconfig' first.

Tim.
*/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/