From: Pete Clements on
Fyi: i386 UP

LD net/netfilter/built-in.o
LD net/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o: In function `update_wall_time':
(.text+0x2227b): undefined reference to `__umoddi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x2229a): undefined reference to `__udivdi3'
make: *** [.tmp_vmlinux1] Error 1

--
Pete Clements
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Sam Ravnborg on
On Fri, Aug 13, 2010 at 07:35:34AM -0400, Pete Clements wrote:
> Fyi: i386 UP
>
> LD net/netfilter/built-in.o
> LD net/built-in.o
> LD vmlinux.o
> MODPOST vmlinux.o
> GEN .version
> CHK include/generated/compile.h
> UPD include/generated/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> kernel/built-in.o: In function `update_wall_time':
> (.text+0x2227b): undefined reference to `__umoddi3'
> kernel/built-in.o: In function `update_wall_time':
> (.text+0x2229a): undefined reference to `__udivdi3'
> make: *** [.tmp_vmlinux1] Error 1

Please take a lok at the thread named:

Problem with commit deda2e81961e96be4f2c09328baca4710a2fd1a0

I think this is the same issue and there is a patch to fix it.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/