public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "G\\351raud Krawezik" <gk@scali.no>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Exporting symbol in linux2.4/ia64
Date: Wed, 16 Aug 2000 11:59:27 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590678205335@msgid-missing> (raw)

While working on a driver, I've experienced the following when trying to
insmod it (i'm using 2.4-test6):

unresolved symbol clear_page
unresolved symbol softirq_state
unresolved symbol __ia64_memcpy_toio
unresolved symbol __free_pages_ok

softirq_state is a 'case to study', but for the three others, it's
slightly different, as:

clear_page exists in the kernel (nm vmlinux...) but is probably not
exported
__free_pages_ok is present as well, but should be available through a
'classic' function (no __)
__ia64_memcpy_toio does not exist in vmlinux, neither memcpy_toio...
ld problem?

As on 2.2/ia32 I had no problem with clear_page, free_page_ok and
memcpy_toio, I guess that it's just an exporting problem. Now I'm
including directly the object into my driver to debug it, but could you
tell me if in the final release those symbols will remain unexported or
not? (ie: is it just a bug?)


Thanks...

Geraud



             reply	other threads:[~2000-08-16 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-16 11:59 G\351raud Krawezik [this message]
2000-08-16 15:45 ` [Linux-ia64] Exporting symbol in linux2.4/ia64 Keith Owens

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=marc-linux-ia64-105590678205335@msgid-missing \
    --to=gk@scali.no \
    --cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox