<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 15, 2018 at 10:52 AM, Aruna Hewapathirane <span dir="ltr"><<a href="mailto:aruna.hewapathirane@gmail.com" target="_blank">aruna.hewapathirane@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><snip><br></div><span class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
But the issue remain the same:<br>
$ make<br>
make -C /home/lexa/linux M=/home/lexa/module<br>
O=/home/lexa/module/build_x86 modules<br>
make[1]: Entering directory '/home/lexa/linux'<br>
make[2]: Entering directory '/home/lexa/module/build_x86'<br>
<span><br>
  WARNING: Symbol version dump ./Module.symvers<br>
           is missing; modules will have no dependencies and modversions.</span><br></blockquote></div></span><snip><br><br></div><div class="gmail_extra">Please run make modules from the top level directory of your source tree and 
and then <code>module.symvers </code>will be generated. 

<br><br></div></div></div></blockquote><div>
<br>If for some reason make modules did not create module.symvers then try:<br><br>        cd 
<span class="gmail-">/home/lexa/linux</span>

<br>
        make<br>
        [wait a few minutes as it builds some scripts and starts building kernel code...]<br>
        hit <Ctrl-C><br>
<br>
then go back and try building your module.

 </div></div><br></div></div>