You are not logged in.

#1 2008-04-12 07:19:42

caved
Member
From: Holland
Registered: 2006-11-14
Posts: 23

Compiler seems broken on new install

Hey guys,
I have been able to compile the newest CVS Wine so one would think my compiler would be fine but nothing
is less true. On 2 systems 1x amd 2x and 1x amd 1200 Mhz laptop compiling a kernel fails with the same error
msg and i can't figur out wy. Here is the output error:

  AS      arch/i386/lib/putuser.o
  AS      arch/i386/lib/semaphore.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
dnsdomainname: Unknown host
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `getnstimeofday':
(.text+0x1964b): undefined reference to `__umoddi3'
kernel/built-in.o: In function `do_gettimeofday':
(.text+0x1970d): undefined reference to `__udivdi3'
kernel/built-in.o: In function `do_gettimeofday':
(.text+0x19730): undefined reference to `__umoddi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x19e27): undefined reference to `__udivdi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x19e51): undefined reference to `__umoddi3'
make: *** [.tmp_vmlinux1] Fout 1

Anyway.... any pointers in the good direction would be very welcome smile
Caved

PS. These kernel sources DID compile okay before

Offline

#2 2008-04-12 07:46:47

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Compiler seems broken on new install

It's the gcc 4.3 issue - search the forum, there are quite a few threads already.

Offline

#3 2008-04-12 08:34:47

caved
Member
From: Holland
Registered: 2006-11-14
Posts: 23

Re: Compiler seems broken on new install

Thanks for the fast reply Tomk,
It is known issue wich is good, trying to work around it for now.

Caved

Offline

Board footer

Powered by FluxBB