Hi Thomas,<br clear="all"><br>thank you for the good work. It has helped me for a better understanding of KLone.<br><br>However the symbolic link &quot;kloned&quot; is invalid because the link &quot;klone-2.0.2/kloned&quot; doesn&#39;t exists. But the real program &quot;klone-2.0.2/buil/target/klone-core-2.0.2/src/kloned/kloned&quot; is present. <br>
<br>My mainly folder contains :<br><br>&nbsp;&nbsp; - klone-2.0.2.tar.gz (from <a href="http://koanlogic.com/download/klone/klone-2.0.2.tar.gz">http://koanlogic.com/download/klone/klone-2.0.2.tar.gz</a>)<br>&nbsp;&nbsp; - <a href="http://klapp.mk">klapp.mk</a> (from <a href="http://koanlogic.com/klone/klapp.mk">http://koanlogic.com/klone/klapp.mk</a>)<br>
&nbsp;&nbsp; - makl.patch<br>&nbsp;&nbsp; - Makefile<br>&nbsp;&nbsp; - <a href="http://m68k-elf.tc">m68k-elf.tc</a><br><br>  In mainly folder I only enter :<br><br>&nbsp;&nbsp;&nbsp; make<br><br>and it&#39;s OK.<br><br>After upload the &quot;kloned&quot; program on my embedded system,<br>
my new problem go with the execution on the embedded when I enter :<br>&nbsp;&nbsp;&nbsp; ./kloned -F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./kloned<br><br>indeed this execution print &quot;daemon error&quot; for the second command, because &#39;server.c&#39; use the &quot;fork()&quot; function that is unvailable on my embedded. But my embedded knows the &quot;vfork()&quot; function. My log file displays many time :<br>
<br>&nbsp;&nbsp;&nbsp; [wrn][232:server.c:556:server_fork_child] fork error<br>&nbsp;&nbsp;&nbsp; [wrn][232:server.c:561:server_fork_child] errno: 38 (Function not implemented)<br>&nbsp;&nbsp;&nbsp; [dbg][232:server.c:842:server_spawn_child] (rc = server_fork_child(s, be)) &lt; 0<br>
&nbsp;&nbsp;&nbsp; [dbg][232:server.c:885:server_spawn_children] server_spawn_child(s, be)<br>&nbsp;&nbsp;&nbsp; [dbg][232:server.c:928:server_loop] server_spawn_children(s)<br><br>Can you have an idea ? Can I replace the fork() by vfork() ?<br><br>Thank you very much.<br>
<br>-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>