2.2.13ac1 failing to compile

Bill Anderson (bill.anderson@libc.org)
Fri, 22 Oct 1999 02:12:58 -0600


Downloaded and tried the patch, applied it, no compile.
It fails nearly immediately with the errors below.

Assistance is appreciated. :-)
(2.2.13 stock compiles fine)

==========ErrorMessages==========
gcc -D__KERNEL__ -I/usr/src/linux.vanilla/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-alia
ng -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o in
/main.o init/main.c
/usr/src/linux.vanilla/include/linux/pagemap.h: In function
`page_address':
In file included from /usr/src/linux.vanilla/include/linux/locks.h:8,
from /usr/src/linux.vanilla/include/linux/raid/md.h:39,
from init/main.c:22:
/usr/src/linux.vanilla/include/linux/pagemap.h:17: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/linux/pagemap.h:17: (Each undeclared
identifier is reported only once
/usr/src/linux.vanilla/include/linux/pagemap.h:17: for each function it
appears in.)
/usr/src/linux.vanilla/include/linux/pagemap.h:18: warning: control
reaches end of non-void function
/usr/src/linux.vanilla/include/asm/pgtable.h: In function
`get_pgd_slow':
In file included from /usr/src/linux.vanilla/include/linux/vmalloc.h:7,
from /usr/src/linux.vanilla/include/asm/io.h:101,
from /usr/src/linux.vanilla/include/linux/raid/md.h:40,
from init/main.c:22:
/usr/src/linux.vanilla/include/asm/pgtable.h:408: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/asm/pgtable.h: In function
`pte_alloc_kernel':
/usr/src/linux.vanilla/include/asm/pgtable.h:497: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/asm/pgtable.h:505: warning: control
reaches end of non-void function
/usr/src/linux.vanilla/include/asm/pgtable.h: In function `pte_alloc':
/usr/src/linux.vanilla/include/asm/pgtable.h:515: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/asm/io.h: In function `virt_to_phys':
In file included from /usr/src/linux.vanilla/include/linux/raid/md.h:40,
from init/main.c:22:
/usr/src/linux.vanilla/include/asm/io.h:112: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/asm/io.h:113: warning: control reaches
end of non-void function
/usr/src/linux.vanilla/include/asm/io.h: In function `phys_to_virt':
/usr/src/linux.vanilla/include/asm/io.h:117: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
/usr/src/linux.vanilla/include/asm/io.h:118: warning: control reaches
end of non-void function
/usr/src/linux.vanilla/include/asm/io.h: In function `check_signature':
/usr/src/linux.vanilla/include/asm/io.h:175: `PAGE_OFFSET_RAW'
undeclared (first use in this function)
make: *** [init/main.o] Error 1

-- 
"They laughed at Columbus, they laughed at Fulton, they laughed at the
Wright brothers.  But they also laughed at Bozo the Clown." -- Carl
Sagan

- 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/