kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Eudyptula Challenge Task 01
@ 2014-04-29 15:10 me storage
  2014-04-29 15:32 ` Vitor Braga
  2014-04-29 15:34 ` Pranay Srivastava
  0 siblings, 2 replies; 30+ messages in thread
From: me storage @ 2014-04-29 15:10 UTC (permalink / raw)
  To: kernelnewbies

Hi i every one i am new to linux kernel programming .I am participating in
Eudyptula Challenge .Recently i submitted my solutions to Task 01 but i
gives me reply like the below

"Please read the requirements for the Makefile and allow the module to be
built against any kernel source tree on the filesystem, not just those
kernels that happened to be installed in /lib/ at some point in time."

And my make file is like this

ifneq ($(KERNELRELEASE),)
     obj-m += helloworld.o
 else
 default:
       make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
 clean:
       make -C /lib/modules/$(shell uname -r)/bulid M=$(PWD) clean
 end


So can any please tell me how to allow the module to be built against any
kernel source tree on the filesystem?
or can any one pleae tell me what does it mean?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140429/258043f5/attachment.html 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Eudyptula Challenge Task 01
@ 2014-04-29 15:38 Aaditya Gavandalkar
  0 siblings, 0 replies; 30+ messages in thread
From: Aaditya Gavandalkar @ 2014-04-29 15:38 UTC (permalink / raw)
  To: kernelnewbies

You are compiling it against only the kernel installed on your system and not any in general as "build" directory is present with only installed kernel

It is not present with any source tree which is not installed on your system

Kind regards,
Aaditya Gavandalkar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140429/a667f403/attachment.html 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Eudyptula Challenge Task 01
@ 2014-06-13  1:54 me storage
  0 siblings, 0 replies; 30+ messages in thread
From: me storage @ 2014-06-13  1:54 UTC (permalink / raw)
  To: kernelnewbies

For Email Client Try to read the Documentation of kernel.org

https://www.kernel.org/doc/Documentation/email-clients.txt

Hi,
> Which email client is best to submit tasks . I use gmail , and I get a
> problem with attachment base64!?
>
> What you suggest me to use!
>
> Regards,
> N.G
>
> On Tue, Apr 29, 2014 at 6:34 PM, Pranay Srivastava <pranjas@gmail.com>
> wrote:
> > On Tue, Apr 29, 2014 at 8:40 PM, me storage <me.storage126@gmail.com>
> wrote:
> >> Hi i every one i am new to linux kernel programming .I am participating
> in
> >> Eudyptula Challenge .Recently i submitted my solutions to Task 01 but i
> >> gives me reply like the below
> >>
> >> "Please read the requirements for the Makefile and allow the module to
> be
> >> built against any kernel source tree on the filesystem, not just those
> >> kernels that happened to be installed in /lib/ at some point in time."
> >>
> >> And my make file is like this
> >>
> >> ifneq ($(KERNELRELEASE),)
> >>      obj-m += helloworld.o
> >>  else
> >>  default
> >
> > I hope you understand the -C switch
> > :
> >>        make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
> >>  clean:
> >>        make -C /lib/modules/$(shell uname -r)/bulid M=$(PWD) clean
> >>  end
> >>
> >
> > If not then find it out and see what you need to change.
> >
> >>
> >> So can any please tell me how to allow the module to be built against
> any
> >> kernel source tree on the filesystem?
> >> or can any one pleae tell me what does it mean?
> >> Thank you
> >>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140613/ba1e3168/attachment.html 

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2014-06-19 10:35 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 15:10 Eudyptula Challenge Task 01 me storage
2014-04-29 15:32 ` Vitor Braga
2014-04-29 15:34 ` Pranay Srivastava
2014-06-12 22:40   ` Nada Saif
2014-06-12 22:44     ` Kai Bojens
2014-06-12 22:48     ` Aruna Hewapathirane
2014-06-12 23:44     ` Valdis.Kletnieks at vt.edu
2014-06-13  0:24       ` Jeff Haran
2014-06-13  9:04         ` Bjørn Mork
2014-06-15  9:27     ` Abhishek Sharma
2014-06-15 17:29       ` Anand Moon
2014-06-16 11:37       ` sanjeev sharma
2014-06-16 11:47         ` Sudip Mukherjee
2014-06-16 11:52           ` Kristofer Hallin
2014-06-16 12:08             ` Sudip Mukherjee
2014-06-16 12:22               ` sanjeev sharma
2014-06-16 12:38         ` Aruna Hewapathirane
2014-06-16 15:31         ` Chen Weixiang
2014-06-16 15:44           ` Oussama Jabbari
2014-06-16 16:25             ` Manish Katiyar
2014-06-17  4:20               ` sanjeev sharma
2014-06-17  6:51                 ` Kristofer Hallin
2014-06-18 11:07       ` sanjeev sharma
2014-06-18 17:43         ` Anand Moon
2014-06-18 18:08           ` Valdis.Kletnieks at vt.edu
2014-06-19 10:35             ` sanjeev sharma
2014-06-17  9:22     ` Vlad Ungureanu
2014-06-17 12:06       ` Anurudh Tiwari
  -- strict thread matches above, loose matches on Subject: below --
2014-04-29 15:38 Aaditya Gavandalkar
2014-06-13  1:54 me storage

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).