All of lore.kernel.org
 help / color / mirror / Atom feed
* fs/fs.o linking error in 2.5.25-dj2
@ 2002-07-13  4:54 Ed Sweetman
  2002-07-13  5:11 ` Ed Sweetman
  2002-07-13  7:45 ` [Patch] " Tim Schmielau
  0 siblings, 2 replies; 3+ messages in thread
From: Ed Sweetman @ 2002-07-13  4:54 UTC (permalink / raw)
  To: linux-kernel

When compiling with the 2.5 ide subsystem i get undefined references to
__udivdi3  

  ld -m elf_i386 -T arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/init.o --start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o /usr/src/linux-2.5.25/arch/i386/lib/lib.a lib/lib.a /usr/src/linux-2.5.25/arch/i386/lib/lib.a drivers/built-in.o sound/sound.o arch/i386/pci/pci.o net/network.o --end-group -o vmlinux
fs/fs.o: In function `proc_pid_stat':
fs/fs.o(.text+0x1ff3f): undefined reference to `__udivdi3'
fs/fs.o: In function `kstat_read_proc':
fs/fs.o(.text+0x20fc8): undefined reference to `__udivdi3'
fs/fs.o(.text+0x2105e): undefined reference to `__udivdi3'


I've attached my config along with it.  There is also a missing
semicolon on line 70 of drivers/char/agp/agpgart_be-i8x0.c   


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

end of thread, other threads:[~2002-07-13  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-13  4:54 fs/fs.o linking error in 2.5.25-dj2 Ed Sweetman
2002-07-13  5:11 ` Ed Sweetman
2002-07-13  7:45 ` [Patch] " Tim Schmielau

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.