Changes between Version 106 and Version 107 of Developer/OpenProjects


Ignore:
Timestamp:
02/19/09 08:53:40 (15 years ago)
Author:
ChrisJohns
Comment:

/* Dynamic Object File Loading */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v106 v107  
    264264
    265265Dynamic object file loading or dynamic linking provides a way for RTEMS to run-time link an application from relocatable object files or libraries. This task is to implement the functionality using the IEEE standard API based on {{{<dlfcn.h>
    266 </code> interface more commonly know as {{{dlopen</open>. The intention is for this work to build on the work by Till Straumann and the CEXP package. For more detail on the task the  [Dynamic Object File Loading] page in this Wiki.
     266</code> interface more commonly know as {{{dlopen</code>. The intention is for this work to build on the work by Till Straumann and the CEXP package. For more detail on the task the  [wiki:Projects/libdl Dynamic Object File Loading] page in this Wiki.
    267267= Third Party Packages =
    268268