Re: Module compilation error on another machine

2015-05-03 Thread Harsh Jain
It is not related to challenge. Unfortunated my PC motherboard has crashed. I moved to ofce system some of system compiles successfully. Some not. Problem is with ubuntu versions in office system. Regards Harsh Jain On 4 May 2015 09:36:53 GMT+05:30, Sudip Mukherjee wrote: >On Mon, May 4, 201

Re: Module compilation error on another machine

2015-05-03 Thread Sudip Mukherjee
On Mon, May 4, 2015 at 7:53 AM, Harsh Jain wrote: > Yes,it is eudyptula challenge.Actually same module compiled successfully on > my old system. oops... you are not supposed to ask anything about the challenge. regards sudip ___ Kernelnewbies mailing

Re: Module compilation error on another machine

2015-05-03 Thread Harsh Jain
Yes,it is eudyptula challenge.Actually same module compiled successfully on my old system. Regards Harsh Jain On 3 May 2015 18:22:39 GMT+05:30, Sudip Mukherjee wrote: >__ >> I would like to see the code first but my feeling is your using 64 >bit >variables of 32 bit

Re: Module compilation error on another machine

2015-05-03 Thread Sudip Mukherjee
__ > I would like to see the code first but my feeling is your using 64 bit variables of 32 bit machine. Is it for the *Eudyptula** Challenge*?? regards sudip > Nick ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies

Re: Module compilation error on another machine

2015-05-03 Thread Nicholas Krause
On May 3, 2015 4:35:37 AM EDT, Harsh Jain wrote: >Hi All, > >I am trying to compile simple kernel module. It gives following error. >Same >module compiles succesfully on another 64 bit ubuntu OS.Any idea what >different in environment can cause this. Both machine are ubuntu 12.04. >On >32 ubuntu

Module compilation error on another machine

2015-05-03 Thread Harsh Jain
Hi All, I am trying to compile simple kernel module. It gives following error. Same module compiles succesfully on another 64 bit ubuntu OS.Any idea what different in environment can cause this. Both machine are ubuntu 12.04. On 32 ubuntu bit compilation fails. In file included from /home/aricent

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 th

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 wrote: >Hi, > > I get the following error while compiling my very basic kernel >Module (a hello world module) > >* >//--* >make -

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 modul

Re: Module compilation error

2013-03-04 Thread Valdis . Kletnieks
On Tue, 05 Mar 2013 09:07:51 +0700, Mulyadi Santosa said: > On Tue, Mar 5, 2013 at 7:48 AM, Pietro Paolini wrote: > > echo >&2 " Run 'make oldconfig && make prepare' on kernel src > > try the suggested above step. IIRC, those commands will do things like > preparing the neccessary object

Re: Module compilation error

2013-03-04 Thread Mulyadi Santosa
On Tue, Mar 5, 2013 at 7:48 AM, Pietro Paolini wrote: > Hi all, > > I tried, as beginner, to compile a simple module downloaded by > internet, hello_printk, I am using ArchLinux and I followed the > simplest way for compile a new kernel tree from here : > > https://wiki.archlinux.org/index.php/Ker

Module compilation error

2013-03-04 Thread Pietro Paolini
Hi all, I tried, as beginner, to compile a simple module downloaded by internet, hello_printk, I am using ArchLinux and I followed the simplest way for compile a new kernel tree from here : https://wiki.archlinux.org/index.php/Kernels/Compilation/Arch_Build_System But when I try to compile I c