At 13.40 30/01/99 +0100, you wrote:
>
>       Hello,
>
>       Linux 2.0.36 (clean tree) + raid0145-19990128-2.0.36.gz. here is
>the problem:
>
>gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
>-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
>-malign-jumps=2 -malign-functions=2 -DCPU=686  -c -o setup.o setup.c
>setup.c: In function `setup_arch':
>setup.c:129: `empty_zero_page' undeclared (first use this function)
>setup.c:129: (Each undeclared identifier is reported only once
>setup.c:129: for each function it appears in.)
>setup.c:125: warning: `memory_end' might be used uninitialized in this
>function
>setup.c:127: warning: `memory_alt_end' might be used uninitialized in this
>function
>
>       Ideas ?

Hi,

I've got the same problem.....

try to reinsert this...

extern char empty_zero_page[PAGE_SIZE]

 a- I'm not sure of if it's right....Have a look at
raid0145-19990128-2.0.36 and search for 
        empty_zero_page ...there's the correct line .... (I don't know why Mingo
cut it!)

 b- after that you could make everything......_but_ I'm not sure that's is
correct because 
    my Linux Box crash...



-*************************
Luca Perugini
Laureando in Ing.Informatica
LinuxManship

WebMaster http://www.uisp.it
System Manager at uisp.it

mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

-**************************

Reply via email to