From: asharma.es@gmail.com (Abhishek Sharma)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Eudyptula Challenge Task 01
Date: Sun, 15 Jun 2014 14:57:53 +0530 [thread overview]
Message-ID: <539D6719.4010304@gmail.com> (raw)
In-Reply-To: <CAHfqHwtoUHwh2csubiJrDnyGhm5N0H0TLnwPodWYntQ1+adEqg@mail.gmail.com>
On 13-06-2014 AM 04:10, Nada Saif wrote:
> 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
Thunderbird
Regards,
Abhishek Sharma
> 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
>>>
>>> _______________________________________________
>>> Kernelnewbies mailing list
>>> Kernelnewbies at kernelnewbies.org
>>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>>
>>
>>
>> --
>> ---P.K.S
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
next prev parent reply other threads:[~2014-06-15 9:27 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=539D6719.4010304@gmail.com \
--to=asharma.es@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.