Kernel Compile

S . Daniel (danields@esper.com)
Sat, 18 Dec 1999 09:18:28 -0500


Every time I try to compile a kernel greater than ver 2.3.13 I get the
following?

make zlilo
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe
-fno-strength-reduce -DCPU=686 -march=i686 -c -o init/main.o
init/main.c
init/main.c: In function `start_kernel':
init/main.c:489: `memory_start' undeclared (first use in this function)
init/main.c:489: (Each undeclared identifier is reported only once
init/main.c:489: for each function it appears in.)
make: *** [init/main.o] Error 1

Thanks

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