All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Meelis Roos <mroos@linux.ee>
Cc: linux-kernel@vger.kernel.org, bjorn@haxx.se, greg@kroah.com
Subject: Re: PPC: unresolved module symbols in 2.4.20-pre7+bk
Date: Thu, 26 Sep 2002 07:29:27 -0700	[thread overview]
Message-ID: <20020926142927.GE5746@opus.bloom.county> (raw)
In-Reply-To: <Pine.GSO.4.44.0209261127110.27736-100000@rubiin.physic.ut.ee>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1413 bytes --]

On Thu, Sep 26, 2002 at 11:31:20AM +0300, Meelis Roos wrote:

> The errors are still there in 2.4.20-pre8 and none of them went away
> after make mrproper.

Thanks for the .config, I see most of them now.

[re-ordered slightly]
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/macintosh/nvram.o
> > > depmod: 	pmac_get_partition
> > > depmod: 	nvram_write_byte_R9ce3f83f
> > > depmod: 	nvram_read_byte_R0f28cb91
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/sound/dmasound/dmasound_pmac.o
> > > depmod: 	pmac_xpram_read

CONFIG_NVRAM cannot really be =m as you have in your .config on
CONFIG_ALL_PPC.  I'll send Marcelo a bit more Makefile gunk to work
around this.  For now just set it to y.

> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/media/video/tda7432.o
> > > depmod: 	__fixdfsi
> > > depmod: 	__floatsidf
> > > depmod: 	__divdf3
> > > depmod: 	__muldf3
> > > depmod: 	__subdf3

This driver is doing floating point operations inside the kernel, and is
therefore broken.

> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/usb/storage/usb-storage.o
> > > depmod: 	ppc_generic_ide_fix_driveid

Configuration issue.  CONFIG_USB_STORAGE_ISD200 needs to depend on
CONFIG_IDE, since it calls ide_fixup_driveid().  Greg? Björn?

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

  reply	other threads:[~2002-09-26 14:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-24 19:18 PPC: unresolved module symbols in 2.4.20-pre7+bk Meelis Roos
2002-09-24 23:48 ` Tom Rini
2002-09-26  8:31   ` Meelis Roos
2002-09-26 14:29     ` Tom Rini [this message]
2002-09-26 15:59       ` Björn Stenberg
2002-09-26 16:08         ` Tom Rini

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=20020926142927.GE5746@opus.bloom.county \
    --to=trini@kernel.crashing.org \
    --cc=bjorn@haxx.se \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mroos@linux.ee \
    /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.