Results 1 to 2 of 2
I have already existing some .o files which now I want to convert it into .ko file so that I can load that module in 2.6 kernel (FC7) How can ...
- 03-07-2010 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 6
Conversion of .o file to .ko file
I have already existing some .o files which now I want to convert it into .ko file so that I can load that module in 2.6 kernel (FC7) How can I make this conversion
Please help and give guidence
Nitiket
- 03-07-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
It depends upon the library functions that called from your object files. They may not be compatible as kernel code. If there are any printf() or other libc or glibc functions called, you are SOL. Do you have the source code for these? Also, how did you compile them?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote