All of lore.kernel.org
 help / color / mirror / Atom feed
* insmod: unknown symbol error(updated)
@ 2007-10-13 18:01 kaka
  2007-10-14 10:49 ` Freddy Spierenburg
  0 siblings, 1 reply; 2+ messages in thread
From: kaka @ 2007-10-13 18:01 UTC (permalink / raw)
  To: linux-mips, uclinux-dev

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

Hi All,

Actually we have wriitten a framebuffer driver for MIPS platform(cross
compiled at intel86 linux box).
We are installing it by insmod command.
Then we are getting the following error.
<name> Cannot insert <name> unknown symbol in module(8) no such file or
directory
Also it has some code and function for propertiary graphics code.
For that i have we have added supplementary <supp.ko> file to be linked with
the main frame buffer driver
in the makefile to provide the reference for the symbols for the propertiary
graphics code.
We have added the line LICENCE_MODULE(GPL) in main frame buffer driver
code(<name>)

Can anybody help in this regard?
Thanks in advance.



-- 
Thanks & Regards,
kaka

-- 
Thanks & Regards,
kaka

[-- Attachment #2: Type: text/html, Size: 985 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: insmod: unknown symbol error(updated)
  2007-10-13 18:01 insmod: unknown symbol error(updated) kaka
@ 2007-10-14 10:49 ` Freddy Spierenburg
  0 siblings, 0 replies; 2+ messages in thread
From: Freddy Spierenburg @ 2007-10-14 10:49 UTC (permalink / raw)
  To: kaka; +Cc: linux-mips, uclinux-dev

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

Hi Kaka,

On Sat, Oct 13, 2007 at 11:31:07PM +0530, kaka wrote:
> For that i have we have added supplementary <supp.ko> file to be linked with
> the main frame buffer driver
> in the makefile to provide the reference for the symbols for the propertiary
> graphics code.

If I was you I would look at how other kernel modules export
their to be exported symbols. Try to understand the mechanism by
adding new symbols and use them.


-- 
$ cat ~/.signature
Freddy Spierenburg <freddy@dusktilldawn.nl>  http://freddy.snarl.nl/
GnuPG: 0x7941D1E1=C948 5851 26D2 FA5C 39F1  E588 6F17 FD5D 7941 D1E1
$ # Please read http://www.ietf.org/rfc/rfc2015.txt before complain!

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-14 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-13 18:01 insmod: unknown symbol error(updated) kaka
2007-10-14 10:49 ` Freddy Spierenburg

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.