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 "kloned" is invalid because the link "klone-2.0.2/kloned" doesn't exists. But the real program "klone-2.0.2/buil/target/klone-core-2.0.2/src/kloned/kloned" is present. <br>
<br>My mainly folder contains :<br><br> - 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> - <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>
- makl.patch<br> - Makefile<br> - <a href="http://m68k-elf.tc">m68k-elf.tc</a><br><br> In mainly folder I only enter :<br><br> make<br><br>and it's OK.<br><br>After upload the "kloned" program on my embedded system,<br>
my new problem go with the execution on the embedded when I enter :<br> ./kloned -F or ./kloned<br><br>indeed this execution print "daemon error" for the second command, because 'server.c' use the "fork()" function that is unvailable on my embedded. But my embedded knows the "vfork()" function. My log file displays many time :<br>
<br> [wrn][232:server.c:556:server_fork_child] fork error<br> [wrn][232:server.c:561:server_fork_child] errno: 38 (Function not implemented)<br> [dbg][232:server.c:842:server_spawn_child] (rc = server_fork_child(s, be)) < 0<br>
[dbg][232:server.c:885:server_spawn_children] server_spawn_child(s, be)<br> [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>