From: Tom Rini <trini@kernel.crashing.org>
To: Nate Pletcher <pletch@po.cwru.edu>
Cc: Wolfgang Denk <wd@denx.de>, linuxppc-embedded@lists.linuxppc.org
Subject: Re: using cpm interrupts on 8xx
Date: Thu, 23 May 2002 12:09:26 -0700 [thread overview]
Message-ID: <20020523190926.GJ6269@opus.bloom.county> (raw)
In-Reply-To: <1022180488.1225.63.camel@soundgarden>
On Thu, May 23, 2002 at 03:01:26PM -0400, Nate Pletcher wrote:
> Ok, I tried using cpm_install_handler in my loadable module by including
> arch/ppc/8xx_io/commproc.h and it compiles cleanly, but when I try to
> insert the module I get:
>
> # insmod fpga.o
> fpga.o: unresolved symbol cpm_install_handler
>
> I looked through the Linux 2.2.14 source we are using and the function
> is there but it isn't exported in arch/ppc/kernel/ppc_ksyms.c. I added
> a line to export the symbol but still got the same error. Any ideas?
It's a 'feature':
$ mv .config /tmp/
$ make distclean
$ mv /tmp/.config .
$ make oldconfig
$ make zImage modules
And try again.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2002-05-23 19:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20020522162110.447DF1196F@denx.denx.de>
2002-05-23 19:01 ` using cpm interrupts on 8xx Nate Pletcher
2002-05-23 19:09 ` Tom Rini [this message]
2002-05-22 14:58 Nate Pletcher
2002-05-23 3:20 ` Dan Malek
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=20020523190926.GJ6269@opus.bloom.county \
--to=trini@kernel.crashing.org \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=pletch@po.cwru.edu \
--cc=wd@denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).