From: Nathan <wfilardo@fuse.net>
To: lkml <linux-kernel@vger.kernel.org>
Subject: ACPI help needed
Date: Sun, 03 Feb 2002 01:34:27 -0500 [thread overview]
Message-ID: <3C5CD9F3.8090404@fuse.net> (raw)
I've got a curious problem on my hands (I think. Maybe somebody can fix
it in an instant):
the latest ACPI patch refuses to build with my box.
Under gcc 2.95.4 I get:
ld -m elf_i386 -T
/home/expsoft/src/linux-kernel/linux-2.5/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 \
/home/expsoft/src/linux-kernel/linux-2.5/linux/arch/i386/lib/lib.a
/home/expsoft/src/linux-kernel/linux-2.5/linux/lib/lib.a
/home/expsoft/src/linux-kernel/linux-2.5/linux/arch/i386/lib/lib.a \
drivers/acpi/acpi.o drivers/base/base.o drivers/char/char.o
drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
drivers/media/media.o drivers/char/agp/agp.o drivers/char/drm/drm.o
drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o
drivers/net/pcmcia/pcmcia_net.o drivers/net/wireless/wireless_net.o
drivers/pnp/pnp.o drivers/video/video.o drivers/input/inputdrv.o
drivers/input/serio/seriodrv.o \
net/network.o \
--end-group \
-o vmlinux
drivers/acpi/acpi.o: In function `acpi_battery_read_info':
drivers/acpi/acpi.o(.text+0x2864e): undefined reference to `__ucmpdi2'
drivers/acpi/acpi.o(.text+0x28667): undefined reference to `__ucmpdi2'
drivers/acpi/acpi.o(__ksymtab+0x208): undefined reference to `acpi_exit'
And under 3.0 (debian unstable latest, 3.0.4-pre020127), the errors
about __ucmpdi2 disappear, but the acpi_exit one remains. acpi_init,
which is a very very similarly defined, constructed, etc function is
fine. Somebody please help me (my system depends on ACPI PCI IRQ routing).
--Nathan
reply other threads:[~2002-02-03 10:25 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=3C5CD9F3.8090404@fuse.net \
--to=wfilardo@fuse.net \
--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.