mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.3 does not compile on sparc64
@ 2002-01-31 10:14 Luigi Genoni
  2002-01-31 16:46 ` Patrick Mochel
  2002-01-31 20:06 ` 2.5.3 does not compile on sparc64 David S. Miller
  0 siblings, 2 replies; 8+ messages in thread
From: Luigi Genoni @ 2002-01-31 10:14 UTC (permalink / raw)
  To: mochel, linux-kernel


HI,
I cannot compile kernel 2.5.3 on sparc64 platfom.
My HW are some Ultra II (both dual and mono processor systems),
with sparc64 II processor, and 1 GB RAM.

make[3]: Entering directory `/usr/src/linux-2.5.3/drivers/base'
sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux-2.5.3/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -m64 -pipe -mno-fpu -mcpu=ultrasparc
-mcmodel=medlow -ffixed-g4 -fcall-used-g5
-fcall-used-g7 -Wno-sign-compare -Wa,--undeclared-regs    -DEXPORT_SYMTAB
-c core.c
core.c:179: parse error before `device_init_root'
core.c:180: warning: return-type defaults to `int'
core.c:185: parse error before `device_driver_init'
core.c:186: warning: return-type defaults to `int'
make[3]: *** [core.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.3/drivers/base'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.3/drivers/base'
make[1]: *** [_subdir_base] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.3/drivers'
make: *** [_dir_drivers] Error 2

Of course I had to correct dome
#include <malloc.h>
in
#include <slab.h> (this is the case).

Hope this helps

Luigi


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-02-01 10:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-31 10:14 2.5.3 does not compile on sparc64 Luigi Genoni
2002-01-31 16:46 ` Patrick Mochel
2002-01-31 17:26   ` Luigi Genoni
2002-01-31 17:32     ` Patrick Mochel
2002-01-31 21:36       ` Luigi Genoni
2002-02-01  9:19       ` Luigi Genoni
2002-02-01 10:25         ` 2.5.3 oops at boot Luigi Genoni
2002-01-31 20:06 ` 2.5.3 does not compile on sparc64 David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome