linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* linux kernel-2.4.7.pre7 from bk tree
@ 2001-07-18 13:46 kaoru Fukui
  2001-07-18 13:55 ` Mike DeSimone
  2001-07-18 13:56 ` Anton Blanchard
  0 siblings, 2 replies; 3+ messages in thread
From: kaoru Fukui @ 2001-07-18 13:46 UTC (permalink / raw)
  To: linuxppc-dev


Hi!

I have a promlem.
here is

ld  -r -o kernel.o entry.o traps.o irq.o idle.o time.o misc.o process.o
signal.o ptrace.o ppc_htab.o semaphore.o syscalls.o align.o setup.o
ppc_ksyms.o pci.o pci-dma.o smp.o pmac_pic.o pmac_setup.o pmac_time.o
prom.o feature.o pmac_pci.o chrp_setup.o chrp_time.o chrp_pci.o
open_pic.o indirect_pci.o i8259.o prep_pci.o prep_time.o prep_nvram.o
prep_setup.o pmac_nvram.o pmac_backlight.o sleep.o
smp.o: In function `ipi_recv':
smp.o(.sbss+0x14): multiple definition of `ipi_recv'
irq.o(.sbss+0xc): first defined here
smp.o: In function `ipi_sent':
smp.o(.sbss+0x18): multiple definition of `ipi_sent'
irq.o(.sbss+0x10): first defined here
prep_setup.o: In function `empty_zero_page':
prep_setup.o(.bss+0x0): multiple definition of `empty_zero_page'
chrp_setup.o(.bss+0x0): first defined here
make[1]: *** [kernel.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/linux/arch/ppc/kernel'

make: *** [_dir_arch/ppc/kernel] Error 2
[root@g4mpKFUKUI linux]#


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: linux kernel-2.4.7.pre7 from bk tree
  2001-07-18 13:46 linux kernel-2.4.7.pre7 from bk tree kaoru Fukui
@ 2001-07-18 13:55 ` Mike DeSimone
  2001-07-18 13:56 ` Anton Blanchard
  1 sibling, 0 replies; 3+ messages in thread
From: Mike DeSimone @ 2001-07-18 13:55 UTC (permalink / raw)
  To: linuxppc-dev


On Wednesday, July 18, 2001, at 08:46 , kaoru Fukui wrote:
> prep_setup.o(.bss+0x0): multiple definition of `empty_zero_page'
> chrp_setup.o(.bss+0x0): first defined here

Somehow both these .o's are getting linked, and it looks like you need
only one.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: linux kernel-2.4.7.pre7 from bk tree
  2001-07-18 13:46 linux kernel-2.4.7.pre7 from bk tree kaoru Fukui
  2001-07-18 13:55 ` Mike DeSimone
@ 2001-07-18 13:56 ` Anton Blanchard
  1 sibling, 0 replies; 3+ messages in thread
From: Anton Blanchard @ 2001-07-18 13:56 UTC (permalink / raw)
  To: kaoru Fukui; +Cc: linuxppc-dev



Hi,

> I have a promlem.
> here is

...

> smp.o(.sbss+0x14): multiple definition of `ipi_recv'
> irq.o(.sbss+0xc): first defined here
> smp.o: In function `ipi_sent':

2.4.7-pre7 added -fno-common to the compile flags. You can fix the
multiple definitions or take out -fno-common and wait for someone
else to fix it :)

Anton

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-07-18 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-18 13:46 linux kernel-2.4.7.pre7 from bk tree kaoru Fukui
2001-07-18 13:55 ` Mike DeSimone
2001-07-18 13:56 ` Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).