Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 10 months ago.
Dynamic loading of shared objects
I'd like to be able to use the functionality of dlfcn.h (dlopen, dlsym) on a board, LPC11U24 for instance. Has anyone done something like this? Do you know how to?
More precisely, I have a small, lightweight program that calls some functions with a given, known signature. The functions are implemented separately in some shared objects that are loaded and maybe changed at run time.
The code is already running on my pc, so I'd like to be able to easily port it.
Many thanks