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