All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan <wfilardo@fuse.net>
To: "Grover, Andrew" <andrew.grover@intel.com>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: New ACPI source release (20010201)
Date: Fri, 01 Feb 2002 23:16:03 -0500	[thread overview]
Message-ID: <3C5B6803.1030101@fuse.net> (raw)
In-Reply-To: <59885C5E3098D511AD690002A5072D3C02AB7C0A@orsmsx111.jf.intel.com>

Grover, Andrew wrote:

>Hello all,
>
>I'm pleased to announce that the big changes that we have been working on
>are now stable enough to distribute to other developers. Since our web
>liaison person doesn't work on the weekend, the developer.intel.com site
>will not be updated until the Monday evening push. However, there will be
>early access to the Linux patch via the acpi project on SourceForge.net.
>
Just got the patch and applied it to 2.5.3-dj1.  It fails to build thus:
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'

$ find . -type f | xargs grep -e __ucmpdi2
Binary file ./drivers/acpi/acpi.o matches
Binary file ./drivers/acpi/acpi_battery.o matches
./arch/arm/kernel/armksyms.c:extern void __ucmpdi2(void);
./arch/arm/kernel/armksyms.c:EXPORT_SYMBOL_NOVERS(__ucmpdi2);
./arch/arm/lib/ucmpdi2.c:__ucmpdi2 (DItype a, DItype b)

$ find . -type f | xargs grep -e acpi_exit
./include/linux/modules/acpi_ksyms.ver:#define __ver_acpi_exit  smp_240a2b61
./include/linux/modules/acpi_ksyms.ver:#define acpi_exit        
_set_ver(acpi_exit)
./drivers/acpi/acpi_ksyms.c:EXPORT_SYMBOL(acpi_exit);
./drivers/acpi/acpi_bus.c:acpi_exit (void)
./drivers/acpi/acpi_bus.c:      FUNCTION_TRACE("acpi_exit");
./drivers/acpi/acpi_bus.h:void acpi_exit (void);
Binary file ./drivers/acpi/acpi_ksyms.o matches
Binary file ./drivers/acpi/acpi_bus.o matches
Binary file ./drivers/acpi/acpi.o matches

All ACPI stuff is Y.

I will do some digging myself but I thought it would be good to throw 
this out for your viewing (dis)pleasure.

--Nathan.




      reply	other threads:[~2002-02-02  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-02  1:28 New ACPI source release (20010201) Grover, Andrew
2002-02-02  4:16 ` Nathan [this message]

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=3C5B6803.1030101@fuse.net \
    --to=wfilardo@fuse.net \
    --cc=andrew.grover@intel.com \
    --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.