Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    6

    Question 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

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...