Hi all, need help, I am trying to write simple device driver. But before that i need to download kernel source code tree someone please explain how to download this and configure. I am very new to this. I am using ubuntu 12.04 thanks & regards sunil A S
Hi, You can pick a kernel to download from: http://www.kernel.org/pub/linux/kernel/v3.x/ The latest stable kernel is Regarding configuration, you can take the config file of Ubuntu in order to avoid risk of errors in configuration. Regards, Rami Rosen http://ramirose.wix.com/ramirosen On Sat, Feb 9, 2013 at 5:48 PM, sunil <sunil.slvphsn@gmail.com> wrote:
Hi all,
need help, I am trying to write simple device driver. But before that i need to download kernel source code tree someone please explain how to download this and configure. I am very new to this. I am using ubuntu 12.04
thanks & regards sunil A S
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
On Sat, Feb 9, 2013 at 3:48 PM, sunil <sunil.slvphsn@gmail.com> wrote:
Hi all,
need help, I am trying to write simple device driver. But before that i need to download kernel source code tree someone please explain how to download this and configure. I am very new to this. I am using ubuntu 12.04
http://www.tldp.org/docs.html#howto
thanks & regards sunil A S
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thank you Warm Regards Anuz
Hi On Sat, Feb 9, 2013 at 7:48 AM, sunil <sunil.slvphsn@gmail.com> wrote:
Hi all,
need help, I am trying to write simple device driver. But before that i need to download kernel source code tree someone please explain how to download this and configure. I am very new to this. I am using ubuntu 12.04
https://help.ubuntu.com/community/Kernel/Compile https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel https://wiki.ubuntu.com/KernelCustomBuild
On Sat, Feb 9, 2013 at 7:48 AM, sunil <sunil.slvphsn@gmail.com> wrote:
Hi all,
need help, I am trying to write simple device driver. But before that i need to download kernel source code tree
To write a driver, you don't need the kernel sources, Installing the kernel headers should be enough. Installing the kernel headers, on Ubuntu systems, is pretty straight forward # apt-get install linux-headers-`uname-r`
someone please explain how to download this and configure. I am very new to this. I am using ubuntu 12.04
participants (5)
-
amit mehta -
Anatol Pomozov -
Anuz Pratap Singh Tomar -
Rami Rosen -
sunil