Hi,<br><br>its a personal project.<br><br>i have maemo 4.0 sdk and apophys scratchbox and want to know how can i insert a module in the scratchbox environment. i want to test insertion of helloworld module into my n810.&nbsp; i wrote the &quot;hello world&quot; module and inserted on Linux machine. it gets inserted and prints the message. But the same makefile does not work in the scratchbox and i get the following error<br>
<br>&nbsp;[sbox-CHINOOK_ARMEL: ~] &gt; make<br>make -C /lib/modules/2.6.22-14-generic/build M=/home/vinod modules<br>make: *** /lib/modules/2.6.22-14-generic/build: No such file or directory.&nbsp; Stop.<br>make: *** [default] Error 2<br>
<br>in the Makefile i have the following lines<br><br>KDIR&nbsp; := /lib/modules/$(shell uname -r)/build<br><br>PWD&nbsp;&nbsp; := $(shell pwd)<br><br>default:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(MAKE) -C $(KDIR) M=$(PWD) modules.<br><br>i tried to find the build directory inside the scratchbox but no build directory seems to match the build directory that we see in Linux. so how can the KDIR argument be modified to get the module.<br>
<br>Thanks....<br><br>
<br><div class="gmail_quote">On Wed, Feb 27, 2008 at 12:59 AM, Jason Edgecombe &lt;<a href="mailto:jason@rampaginggeek.com" target="_blank">jason@rampaginggeek.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div>Vinod Hegde wrote:<br>
&gt; Hi Everyone,<br>
&gt;<br>
&gt; Could you please tell me about the modifications required in the makefile..<br>
&gt;<br>
&gt; I tried to find the build directory but does not seem to contain all the<br>
&gt; entries !!. So what should be the KDIR argument in the makefile.<br>
&gt;<br>
&gt; Thanks ...<br>
&gt;<br>
&gt;<br>
</div></div>Could you please be more specific?<br>
<br>
Is this for your personal project or some external project? &nbsp; Which<br>
software package are you trying to compile?<br>
<font color="#888888"><br>
Jason<br>
</font></blockquote></div><br>