compiling the kernel source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Time
    New Member
    • Jan 2010
    • 77

    compiling the kernel source code

    I have to compile one source code having kernel modules in it for driver analysis.
    How do we compile a source code having kernel files in it? Is it the regular procedure of of compiling a c code by gcc?
    The code is in C.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Yes and no. You use gcc but there's more involved and it's best to look at your distro's documentation to find the details of all that.

    Comment

    Working...