<p>Okay. I just wasn't finding a way to build it separately and saw that the ldso run script didn't include ldso in its build dependencies. I suppose the test requires it and it gets automatically built when the test is built. Sorry for the misleading advice. I'm not ignorant enough to think core is a dynamic library or uses dynamic libraries.</p>
<div class="gmail_quote">On May 11, 2015 12:18 AM, "Christian Helmuth" <<a href="mailto:christian.helmuth@...1...">christian.helmuth@...1...</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ben,<br>
<br>
On Sun, May 10, 2015 at 09:42:55PM +0000, Nobody III wrote:<br>
> <a href="http://ld.lib.so" target="_blank">ld.lib.so</a> is the dynamic linker. You need to include it in the boot<br>
> modules. It looks like it's automatically build with core.<br>
<br>
Just to clarify: Core is no dynamic binary (on all platforms beside<br>
the very special lx_hybrid) and therefore needs no <a href="http://ld.lib.so" target="_blank">ld.lib.so</a>. That<br>
implies the build system does not build <a href="http://ld.lib.so" target="_blank">ld.lib.so</a> when core is built.<br>
Run a<br>
<br>
  file -L build/<platform>/core/core<br>
<br>
to validate this.<br>
<br>
Regards<br>
--<br>
Christian Helmuth<br>
Genode Labs<br>
<br>
<a href="http://www.genode-labs.com/" target="_blank">http://www.genode-labs.com/</a> · <a href="http://genode.org/" target="_blank">http://genode.org/</a><br>
<a href="https://twitter.com/GenodeLabs" target="_blank">https://twitter.com/GenodeLabs</a> · /ˈdʒiː.nəʊd/<br>
<br>
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden<br>
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth<br>
<br>
------------------------------------------------------------------------------<br>
One dashboard for servers and applications across Physical-Virtual-Cloud<br>
Widest out-of-the-box monitoring support with 50+ applications<br>
Performance metrics, stats and reports that give you Actionable Insights<br>
Deep dive visibility with transaction tracing using APM Insight.<br>
<a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a><br>
_______________________________________________<br>
genode-main mailing list<br>
<a href="mailto:genode-main@lists.sourceforge.net">genode-main@...12...ceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/genode-main" target="_blank">https://lists.sourceforge.net/lists/listinfo/genode-main</a><br>
</blockquote></div>