linux kernel-2.4.7.pre7 from bk tree

3 messages, 3 authors, 2001-07-18 · open the first message on its own page

linux kernel-2.4.7.pre7 from bk tree

From: kaoru Fukui <hidden>
Date: 2001-07-18 13:46:05

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/

Re: linux kernel-2.4.7.pre7 from bk tree

From: Mike DeSimone <hidden>
Date: 2001-07-18 13:55:34

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/

Re: linux kernel-2.4.7.pre7 from bk tree

From: Anton Blanchard <hidden>
Date: 2001-07-18 13:56:27


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/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help