Changes between Version 107 and Version 108 of Developer/OpenProjects


Ignore:
Timestamp:
02/19/09 09:02:35 (15 years ago)
Author:
ChrisJohns
Comment:

/* Dynamic Object File Loading */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v107 v108  
    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</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.
     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 see the [wiki:Projects/libdl Dynamic Object File Loading] page in this Wiki.
    267267= Third Party Packages =
    268268