-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
Milestone
Description
Some platforms (RTEMS, for example) do not natively support the concept of dynamic module loading. Even on platforms that do offer this feature, it is sometimes beneficial to statically link anyway, at least in certain circumstances, since there is some extra runtime overhead when using a dynamically linked library vs. a statically linked library.
This will add the build infrastructure to do this, along with the necessary hooks to include statically linked modules into the PSP as well as CFS applications and libraries.
See also [cfs_psp:3] for the PSP enhancement to work with this.
Reactions are currently unavailable