Phi Asked: 2010-12-18 11:41:55 +0800 CST2010-12-18 11:41:55 +0800 CST 2010-12-18 11:41:55 +0800 CST What is the minimum requirement to compile Kernel modules 772 I want to compile a Kernel module. What is the minimal set of packages that I need to download to succeed? Cheers, Stefan kernel build modules 2 Answers Voted Best Answer karthick87 2010-12-18T11:55:57+08:002010-12-18T11:55:57+08:00 You need build-essential and kernel headers. sudo apt-get install linux-headers-$(uname -r) build-essential binW 2010-12-18T11:48:56+08:002010-12-18T11:48:56+08:00 At a minimum, you will need gcc and the kernel headers (linux-libc-dev).
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).