7 years, 4 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

Be the first to answer this question.