Linux Kernel Development
  • Toolchain and development Process
    • Preparing System for Kernel Development
    • Development Process
    • Development Tools
      • Browse and Edit
      • Config and Build
      • Test and Verify
      • Code Analysis
        • Tracing
      • Debug
        • Kernel Panics and oops
      • Code Review and Submit Changes
  • Miscellaneous
    • FAQs
    • temp
    • Career
      • Learning Path for Linux Kernel Development
      • Interview Questions on Linux Kernel
    • Linux Commands
    • Question Needs To Be Answered!
  • Technical Concepts
    • Kernel
Powered by GitBook
On this page
  1. Miscellaneous

FAQs

this page has lists some problems and faced which are quite common and solution to them

Linux Kernel Module

  1. "build" directory not present for linux kernel version in lib/modules/<kernel-name>, which is required to build linux kernel module. ANS :- execute command if build directory is not present for currently executing kernel

    sudo apt install linux-headers-<kernel version no>
    #e.g., sudo apt install linux-headers-4.15.0-202-generic
PreviousCode Review and Submit ChangesNexttemp

Last updated 2 years ago