From: Sylvain <autofr@gmail.com>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: question about module and undeinfed symbols.
Date: Sun, 14 Nov 2004 21:02:18 +0100 [thread overview]
Message-ID: <64b1faec04111412021fcbcf3f@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.53.0411141948020.30281@yvahk01.tjqt.qr>
Hi Jan,
thanks you for you response, unfortunatly it appears not to work better :/
I think the problem is isolated, I notices that System.map doesnt
contain same information for my function:
there is the line "c010d480 T myFunction"
but no entry: __ksymtab_myFunction nor __kstrtab_myFunction,
A warning appear during kernel compilation, on the line:
EXPORT_SYMBOL(myFunction):
warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
parameter names (without types) in function declaration
data definition has no type of storage classe
seems to me really weird :/
Sylvain
On Sun, 14 Nov 2004 19:48:37 +0100 (MET), Jan Engelhardt
<jengelh@linux01.gwdg.de> wrote:
>
> >The fonction printk, is also undifened and exported with the same
> >macro "export_symbol". but compilation doesnt complain about it!!
>
> #include <linux/kernel.h>
>
> >Am I missing a step somewhere?!
>
>
> Jan Engelhardt
> --
> Gesellschaft für Wissenschaftliche Datenverarbeitung
> Am Fassberg, 37077 Göttingen, www.gwdg.de
>
next prev parent reply other threads:[~2004-11-14 20:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-14 18:42 question about module and undeinfed symbols Sylvain
2004-11-14 18:48 ` Jan Engelhardt
2004-11-14 20:02 ` Sylvain [this message]
2004-11-14 20:44 ` Jan Engelhardt
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=64b1faec04111412021fcbcf3f@mail.gmail.com \
--to=autofr@gmail.com \
--cc=jengelh@linux01.gwdg.de \
--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.