You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I've no in-depth experience in dynamic loading but if you guide me, I can help you implementing this.
What file format have you choose for dynamic libraries?
The format we use for execution in place is bFLT. For the libraries, it'd be nice if we could execute code in place from flash as well, so the objects can be placed somewhat in xipfs, preserving the symbol addresses. LibC should act accordingly, and provide those addresses when the symbol is requested via dlsym().
I think that a harder part is making (part of) libc dynamic, as we need to identify the symbols used by all the apps in the Xipfs, and discard the rest; which obviously can't be done automatically by the linker at this time.
Straight from the wishlist.
http://linux.die.net/man/3/dlopen
@maximevince please provide some starting pointers from your deep knowledge of the obscurities (elf2flt, bflt, ...)!
The text was updated successfully, but these errors were encountered: