Hi Peter, > [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.
This is a problem with the default link address used for ldso. It conflicts with the address of the dynamic binary to load. We have updated the handling of the default text address for OKL4 in the subversion repository. Could you give it a try again? Norman ------------------------------------------------------------------------------ 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
