I want to compile a Kernel module.
What is the minimal set of packages that I need to download to succeed?
Cheers,
Stefan
You need build-essential and kernel headers.
sudo apt-get install linux-headers-$(uname -r) build-essential
At a minimum, you will need gcc and the kernel headers (linux-libc-dev ).
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
395 times
active
1 year ago