All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* PPC: compile failure in 2.4.21-pre1 ide
@ 2002-12-19  7:04 Meelis Roos
  0 siblings, 0 replies; only message in thread
From: Meelis Roos @ 2002-12-19  7:04 UTC (permalink / raw
  To: linux-kernel

Perhaps this is known, but here it is anyway.

First, tens of these warnings:

In file included from /home/mroos/compile/linux-2.4/include/linux/modversions.h:127,
                 from /home/mroos/compile/linux-2.4/include/linux/module.h:21,
                 from printk.c:26:
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:37: warning: `__ver_eighty_ninty_three' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:9: warning: this is the location of the previous definition
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:39: warning: `__ver_ide_ata66_check' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:5: warning: this is the location of the previous definition
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:41: warning: `__ver_set_transfer' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:7: warning: this is the location of the previous definition
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:43: warning: `__ver_ide_auto_reduce_xfer' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:1: warning: this is the location of the previous definition
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:45: warning: `__ver_ide_driveid_update' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:3: warning: this is the location of the previous definition
/home/mroos/compile/linux-2.4/include/linux/modules/ide-iops.ver:47: warning: `__ver_ide_config_drive_speed' redefined
/home/mroos/compile/linux-2.4/include/linux/modules/ide-features.ver:11: warning: this is the location of the previous definition

Then this:

ide-iops.c: In function `ide_mm_insw':
ide-iops.c:113: warning: implicit declaration of function `__ide_mm_insw'
ide-iops.c: In function `ide_mm_insl':
ide-iops.c:123: warning: implicit declaration of function `__ide_mm_insl'
ide-iops.c: In function `ide_mm_outsw':
ide-iops.c:138: warning: implicit declaration of function `__ide_mm_outsw'
ide-iops.c: In function `ide_mm_outsl':
ide-iops.c:148: warning: implicit declaration of function `__ide_mm_outsl'

And finally this:

drivers/ide/idedriver.o(.text+0x21a8): In function `ide_mm_insw':
: undefined reference to `__ide_mm_insw'
drivers/ide/idedriver.o(.text+0x21a8): In function `ide_mm_insw':
: relocation truncated to fit: R_PPC_REL24 __ide_mm_insw
drivers/ide/idedriver.o(.text+0x21d4): In function `ide_mm_insl':
: undefined reference to `__ide_mm_insl'
drivers/ide/idedriver.o(.text+0x21d4): In function `ide_mm_insl':
: relocation truncated to fit: R_PPC_REL24 __ide_mm_insl
drivers/ide/idedriver.o(.text+0x220c): In function `ide_mm_outsw':
: undefined reference to `__ide_mm_outsw'
drivers/ide/idedriver.o(.text+0x220c): In function `ide_mm_outsw':
: relocation truncated to fit: R_PPC_REL24 __ide_mm_outsw
drivers/ide/idedriver.o(.text+0x2238): In function `ide_mm_outsl':
: undefined reference to `__ide_mm_outsl'
drivers/ide/idedriver.o(.text+0x2238): In function `ide_mm_outsl':
: relocation truncated to fit: R_PPC_REL24 __ide_mm_outsl

-- 
Meelis Roos (mroos@linux.ee)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-19  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-19  7:04 PPC: compile failure in 2.4.21-pre1 ide Meelis Roos

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.