April 14, 2014
4:58 p.m.
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 possible cause of this error?
Based on the error messages, I'd say you're trying to compile in 64-bit mode with a compiler build to support only 32-bit, or similar.