Re: linux-2.4.0 SMP does not compile on sparc32

2000-10-17 Thread Joshua Uziel

* Felix von Leitner <[EMAIL PROTECTED]> [001017 09:34]:
> This is the error message (yes, I am cross compiling):
> 
> mm/mm.o: In function `smp_call_function_all_cpus':
> mm/mm.o(.text+0xb194): undefined reference to `smp_call_function'
> make: *** [vmlinux] Error 1
> 
> smp_call_function is defined in arch/sparc64/kernel/smp.c but not in
> arch/sparc/kernel/smp.c :-(

That was fixed in the vger cvs tree about 2 weeks ago... that
has possibly not yet been merged back into the mainline.  Even
then, your best bet (if you're messing with SPARC/Linux) would
be to use the cvs tree (see http://vger.samba.org/).

Good luck. :)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: linux-2.4.0 SMP does not compile on sparc32

2000-10-17 Thread Joshua Uziel

* Felix von Leitner [EMAIL PROTECTED] [001017 09:34]:
 This is the error message (yes, I am cross compiling):
 
 mm/mm.o: In function `smp_call_function_all_cpus':
 mm/mm.o(.text+0xb194): undefined reference to `smp_call_function'
 make: *** [vmlinux] Error 1
 
 smp_call_function is defined in arch/sparc64/kernel/smp.c but not in
 arch/sparc/kernel/smp.c :-(

That was fixed in the vger cvs tree about 2 weeks ago... that
has possibly not yet been merged back into the mainline.  Even
then, your best bet (if you're messing with SPARC/Linux) would
be to use the cvs tree (see http://vger.samba.org/).

Good luck. :)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/