Re: inline functions

2016-06-05 Thread Muni Sekhar
On Sat, Jun 4, 2016 at 9:08 PM, Augusto Mecking Caringi wrote: > On Sat, Jun 4, 2016 at 11:59 AM, Muni Sekhar wrote: >> Hi, >> >> I tested with the below mentioned code("inline.c") to understand about >> inline functions. >> >> I explicitly instructed gcc to translate inline.c to inline.s. >> >>

Re: Building modules: missing scripts/basic/Makefile

2016-06-05 Thread Manavendra Nath Manav
Hi Steven, On Mon, Jun 6, 2016 at 12:14 AM, Steven Laabs wrote: > Hi, > > I'm trying to build my first kernel module but when running the makefile, > make tries to use a file at > /usr/src/linux-headers-3.16.0-4-common/scripts/basic/Makefile which gives me > the "No such file or directory" err

Building modules: missing scripts/basic/Makefile

2016-06-05 Thread Steven Laabs
Hi, I'm trying to build my first kernel module but when running the makefile, make tries to use a file at /usr/src/linux-headers-3.16.0-4-common/scripts/basic/Makefile which gives me the "No such file or directory" error. I've looked into the folder it is referencing and it does not have any