Hi Sebastian,
Thanks for that. While doing this got rid of that error, I now get the following output as a result of adding ldso:
[init -> lwip_httpsrv_test] Starting ldso ... [init -> lwip_httpsrv_test] void* fwrite(): fwrite - not yet implemented [init -> lwip_httpsrv_test] void* fputs(const char*, void*): fputs: "Genode::Rm_session::Region_conflict" [init -> lwip_httpsrv_test] void* fwrite(): fwrite - not yet implemented [init -> lwip_httpsrv_test] void* abort(): abort called
Why is this occurring? The "region_conflict" would obviously give some sort of indication.
Peter
Quoting Sebastian Sumpf <Sebastian.Sumpf@...1...>:
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 Genode-main@lists.sourceforge.net 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 Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main