Hi,<br><br>I'm following the instructions on : <a href="http://ccan.ozlabs.org/Wiki/ModuleGuide">http://ccan.ozlabs.org/Wiki/ModuleGuide</a><br><br>3.Edit config.h to match your system. <span class="anchor" id="line-5"></span><p class="line891">
<tt>4.make tools</tt> to make tools/ccanlint/ccanlint <span class="anchor" id="line-6"></span></p>5.Copy your code into ccan/mymodule <span class="anchor" id="line-7"></span><p class="line862">6.Run <tt>tools/ccanlint/ccanlint ccan/mymodule</tt>. This will walk you through turning it into a ccan module. It is currently very primitive, but should give you a guide. </p>
<br>Step 4 is somewhat unclear. In the tarball of everything, tools/ccanlint/ccanlint.c and .h files exist. What is to be done?<br>