All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-2.6.18-xen.hg compilation issue with gcc 4.3
@ 2008-05-21 13:19 Guillaume Rousse
  2008-05-21 13:45 ` Keir Fraser
  2008-05-21 13:49 ` Jan Beulich
  0 siblings, 2 replies; 6+ messages in thread
From: Guillaume Rousse @ 2008-05-21 13:19 UTC (permalink / raw)
  To: xen-devel

Hello.

The linux-2.6.18-xen.hg kernel fails to build with gcc 4.3, in linking 
stage:

arch/i386/kernel/built-in.o: In function `sync_xen_wallclock':
time-xen.c:(.text+0x6141): undefined reference to `__udivdi3'
time-xen.c:(.text+0x618a): undefined reference to `__udivdi3'
arch/i386/kernel/built-in.o: In function `do_settimeofday':
(.text+0x63bd): undefined reference to `__udivdi3'
arch/i386/kernel/built-in.o: In function `do_settimeofday':
(.text+0x640b): undefined reference to `__udivdi3'
arch/i386/kernel/built-in.o: In function `do_settimeofday':
(.text+0x6489): undefined reference to `__udivdi3'
arch/i386/kernel/built-in.o:(.text+0x64d2): more undefined references to 
`__udivdi3' follow


According to LKM, this is a known issue:
http://www.nabble.com/undefined-reference-to-__udivdi3-(gcc-4.3)-td17045078.html

However, I couldn't find any loop susceptible to be wrongly optimised in 
incriminated code (sync_xen_wallclock in arch/i386/kernel/time-xen.c). 
Any hint welcome.
-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

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

end of thread, other threads:[~2008-05-21 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 13:19 linux-2.6.18-xen.hg compilation issue with gcc 4.3 Guillaume Rousse
2008-05-21 13:45 ` Keir Fraser
2008-05-21 15:22   ` Guillaume Rousse
2008-05-21 15:45     ` Keir Fraser
2008-05-21 15:48       ` Guillaume Rousse
2008-05-21 13:49 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.