lkml.org 
[lkml]   [2003]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux-2.5.54-sparc64 compile errors
On Fri, 3 Jan 2003, BODA Karoly jr. wrote:

> arch/sparc64/solaris/built-in.o(.text+0xb4): In function `entry64_personality_patch':
> : undefined reference to `TI_FLAGS'

See the patch below for a fix for this.

> kernel/built-in.o(.data+0x1708): undefined reference to `hugetlb_sysctl_handler'

Looks like the sparc hugetlb code needs updating, you will need to disable
it until it's done.

> drivers/built-in.o(.text+0x1af90): In function `kd_nosound':

You need to set CONFIG_INPUT=y to fix this at the moment (even if you
don't have any input devices configured).


- James
--
James Morris
<jmorris@intercode.com.au>

diff -urN -X dontdiff linux-2.5.54.orig/arch/sparc64/solaris/entry64.S linux-2.5.54.w2/arch/sparc64/solaris/entry64.S
--- linux-2.5.54.orig/arch/sparc64/solaris/entry64.S Fri Aug 2 07:16:02 2002
+++ linux-2.5.54.w2/arch/sparc64/solaris/entry64.S Sat Jan 4 03:22:12 2003
@@ -16,6 +16,7 @@
#include <asm/signal.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
+#include <asm/thread_info.h>

#include "conv.h"

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:3.101 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site