This is the root page for the dynamic linker for RCE boards. The purpose of the linker is to allow application code to be decomposed into a number of reusable modules each of which is loaded and relocated separately. The resolution of inter-module references is delayed until just before the application is to be run. This provides a facility similar to shared object libraries under Linux.

The source code is in service/dynalink in the repository.

  • No labels