Messages in this thread |  | | From | "Oliver Pitzeier" <> | Subject | RE: [patch] Re: kernel 2.5.18 on alpha | Date | Tue, 4 Jun 2002 11:55:30 +0200 |
| |
Ivan Kokshaysky wrote: > On Tue, May 28, 2002 at 04:29:15PM +0200, Oliver Pitzeier wrote: > > I get this error when trying to compile kernel 2.5.18 on alpha. > > Just intended to post the patch... :-) > > - sync up with new pte/pfn/page/tlb macros > - pcibios_init() should return int; > - find last bit set: ctlz for ev67 and above, generic for others. > > > /root/linux-2.5.18/include/linux/suspend.h:4:25: asm/suspend.h: No > > such file or directory > > I'm not sure what to do with this. I doubt that we ever want > this file on alpha. For myself I moved "#include > <asm/suspend.h>" under #ifdef CONFIG_SOFTWARE_SUSPEND and > everything compiles.
Yes. It does! Great job! But there are new problems with 2.5.20. I try to catch 'em. I may find the gizmo... :o)
I you want to know the error: gcc -D__KERNEL__ -I/usr/src/linux-2.5.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6 -DKBUILD_BASENAME=main -c -o main.o main.c In file included from /usr/src/linux-2.5.20/include/linux/pagemap.h:10, from /usr/src/linux-2.5.20/include/linux/blkdev.h:9, from /usr/src/linux-2.5.20/include/linux/blk.h:4, from main.c:25: /usr/src/linux-2.5.20/include/linux/highmem.h:80:42: macro "clear_user_page" passed 3 arguments, but takes just 2 /usr/src/linux-2.5.20/include/linux/highmem.h:114:45: macro "copy_user_page" passed 4 arguments, but takes just 3 In file included from /usr/src/linux-2.5.20/include/linux/pagemap.h:10, from /usr/src/linux-2.5.20/include/linux/blkdev.h:9, from /usr/src/linux-2.5.20/include/linux/blk.h:4, from main.c:25: /usr/src/linux-2.5.20/include/linux/highmem.h: In function `clear_user_highpage': /usr/src/linux-2.5.20/include/linux/highmem.h:80: `clear_user_page' undeclared (first use in this function) /usr/src/linux-2.5.20/include/linux/highmem.h:80: (Each undeclared identifier is reported only once /usr/src/linux-2.5.20/include/linux/highmem.h:80: for each function it appears in.) /usr/src/linux-2.5.20/include/linux/highmem.h:79: warning: unused variable `addr' /usr/src/linux-2.5.20/include/linux/highmem.h: In function `copy_user_highpage': /usr/src/linux-2.5.20/include/linux/highmem.h:114: `copy_user_page' undeclared (first use in this function) make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/usr/src/linux-2.5.20/init' make: *** [init] Error 2
Greetz, Oliver
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |