All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juri Haberland <haberland@altus.de>
To: linux-kernel@vger.kernel.org
Subject: 2.4.19-pre7: undefined reference to `ahc_acquire_seeprom'
Date: Thu, 18 Apr 2002 15:13:07 +0200	[thread overview]
Message-ID: <3CBEC663.2040705@altus.de> (raw)

Hi all,
When compiling 2.4.19-pre7 I am getting undefined reference to
`ahc_acquire_seeprom' and `ahc_release_seeprom' errors on linking vmlinux:

make[2]: Leaving directory `/var/tmp/linux/arch/i386/lib'
make[1]: Leaving directory `/var/tmp/linux/arch/i386/lib'
ld -m elf_i386 -T /var/tmp/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o init/do_mounts.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 \
         drivers/char/char.o drivers/block/block.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/pnp/pnp.o drivers/video/video.o \
        net/network.o \
        /var/tmp/linux/arch/i386/lib/lib.a /var/tmp/linux/lib/lib.a
/var/tmp/linux/arch/i386/lib/lib.a \
        --end-group \
        -o vmlinux
drivers/scsi/scsidrv.o: In function `ahc_proc_write_seeprom':
drivers/scsi/scsidrv.o(.text+0xf21e): undefined reference to
`ahc_acquire_seeprom'
drivers/scsi/scsidrv.o(.text+0xf265): undefined reference to
`ahc_release_seeprom'
drivers/scsi/scsidrv.o: In function `ahc_linux_proc_info':
drivers/scsi/scsidrv.o(.text+0xf3e3): undefined reference to
`ahc_acquire_seeprom'
drivers/scsi/scsidrv.o(.text+0xf4a6): undefined reference to
`ahc_release_seeprom'
make: *** [vmlinux] Error 1


This is a kernel for a 486 _without_ PCI. If I enable PCI support it
compiles fine.

Any hints?

Juri

-- 
  If each of us have one object, and we exchange them,
     then each of us still has one object.
  If each of us have one idea,   and we exchange them,
     then each of us now has two ideas.


                 reply	other threads:[~2002-04-18 13:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CBEC663.2040705@altus.de \
    --to=haberland@altus.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.