Messages in this thread |  | | Date | Tue, 21 Jan 2003 17:48:28 -0800 (PST) | From | Sir Ace <> | Subject | kernel.h compile kaboom |
| |
I was compiling on parisc, linux:
make[1]: Entering directory `/usr/src/linux-2.4.20/arch/parisc/kernel' gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7200 -nostdinc -iwithprefix include -DKBUILD_BASENAME=traps -c -o traps.o traps.c traps.c:125: conflicting types for `dump_stack' /usr/src/linux-2.4.20/include/linux/kernel.h:111: previous declaration of `dump_stack' make[1]: *** [traps.o] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.20/arch/parisc/kernel' make: *** [_dir_arch/parisc/kernel] Error 2
HPTux:/usr/src/linux# gcc --version 3.0.4
HPTux:/usr/src/linux# make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for hppa-unknown-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
Please help... -- Sir Ace
- 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/
|  |