Ben,
On Sun, May 10, 2015 at 09:42:55PM +0000, Nobody III wrote:
ld.lib.so is the dynamic linker. You need to include it in the boot modules. It looks like it's automatically build with core.
Just to clarify: Core is no dynamic binary (on all platforms beside the very special lx_hybrid) and therefore needs no ld.lib.so. That implies the build system does not build ld.lib.so when core is built. Run a
file -L build/<platform>/core/core
to validate this.
Regards