* Link kernel module with a library
@ 2002-01-14 23:02 Michael Zhu
2002-01-15 1:26 ` John Levon
0 siblings, 1 reply; 2+ messages in thread
From: Michael Zhu @ 2002-01-14 23:02 UTC (permalink / raw)
To: linux-kernel
Hello,everyone, can I link a kernel module with a
library? In my module I need to call the functions
exported from the .a library. I couldn't link that
library with my module. Can anyone give me a hand on
this? Thanks in advance.
Michael
______________________________________________________________________
Web-hosting solutions for home and business! http://website.yahoo.ca
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Link kernel module with a library
2002-01-14 23:02 Link kernel module with a library Michael Zhu
@ 2002-01-15 1:26 ` John Levon
0 siblings, 0 replies; 2+ messages in thread
From: John Levon @ 2002-01-15 1:26 UTC (permalink / raw)
To: linux-kernel; +Cc: mylinuxk
On Mon, Jan 14, 2002 at 06:02:07PM -0500, Michael Zhu wrote:
> Hello,everyone, can I link a kernel module with a
> library? In my module I need to call the functions
> exported from the .a library. I couldn't link that
> library with my module. Can anyone give me a hand on
> this? Thanks in advance.
(please use kernelnewbies mailing list next time, http://kernelnewbies.org/)
You can't use any user space code that relies on code not included in the kernel.
Give more detail on kernelnewbies of your problem, and we'll explain what you actually
need to do.
regards
john
--
"Now why did you have to go and mess up the child's head, so you can get another gold waterbed ?
You fake-hair contact-wearing liposuction carnival exhibit, listen to my rhyme ..."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-01-15 1:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-14 23:02 Link kernel module with a library Michael Zhu
2002-01-15 1:26 ` John Levon
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.