Re: can not compile 2.4.3 on alpha

2001-04-02 Thread Jeff Garzik
Gustavo Niemeyer wrote: > Hello Andrejs!! > > /usr/src/linux-2.4.3/include/asm/pgalloc.h:334: conflicting types for > > `pte_alloc' > This is happening on ia64 as well. The interface seems to have changed > but some architectures were forgotten. The interface changed and other architectures have

Re: can not compile 2.4.3 on alpha

2001-04-02 Thread Andrea Arcangeli
On Mon, Apr 02, 2001 at 02:40:01PM +0300, Andrejs Dubovskis wrote: > [linux] make dep;make clean;make boot > ... > gcc -D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall > -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe > -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6 -c -o in

Re: can not compile 2.4.3 on alpha

2001-04-02 Thread Gustavo Niemeyer
Hello Andrejs!! > [linux] make dep;make clean;make boot [...] > /usr/src/linux-2.4.3/include/asm/pgalloc.h:334: conflicting types for > `pte_alloc' > /usr/src/linux-2.4.3/include/linux/mm.h:399: previous declaration of > `pte_alloc' > /usr/src/linux-2.4.3/include/asm/pgalloc.h:352: conflicting ty

can not compile 2.4.3 on alpha

2001-04-02 Thread Andrejs Dubovskis
[linux] make dep;make clean;make boot ... gcc -D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6 -c -o init/main.o init/main.c In file included from /usr/src/linux-2.4.3/include/linu