Kernel Module Compilation error

2014-04-14 Thread Arun M Kumar
Hi, I get the following error while compiling my very basic kernel Module (a hello world module) * //--* make -C /home/arun/Dev/linux-stable M=/home/arun/Dev/practice/Kmodules

Re: Kernel Module Compilation error

2014-04-14 Thread Pranay Kr. Srivastava
On April 15, 2014 3:26:14 AM GMT+05:30, Arun M Kumar arunkr.li...@gmail.com wrote: Hi, I get the following error while compiling my very basic kernel Module (a hello world module) *

Re: Kernel Module Compilation error

2014-04-14 Thread Valdis . Kletnieks
On Tue, 15 Apr 2014 03:26:14 +0530, Arun M Kumar said: /home/arun/Dev/practice/Kmodules/Hello_world.c:1:0: error: code model 'kernel' not supported in the 32 bit mode /home/arun/Dev/practice/Kmodules/Hello_world.c:1:0: sorry, unimplemented: 64-bit mode not compiled in what could be the