Hi Peter, please ensure that you added the dynamic linker binary (called "ldso") to your weaver file (e.g., <memsection name="ldso" file="ldso" direct="true" />). Nothing else should be necessary since the linker is loaded by Genode if a dynamic binary is found.
Greetings, Sebastian On 03/03/10 05:32, Peter Nguyen wrote: > Hi, > > I've tried to create a shared library for use by multiple components in > Genode, where in the mk file for the library, i have specified > SHARED_LIB=yes. When i try to execute Genode, I keep getting the > following message at runtime: > > "Dynamically linked file found, but no dynamic linker binary present" > > What steps do i need to take so as to ensure that the binary is present? > > Peter > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Genode-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/genode-main > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
