mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-21 18:33:23 +08:00

This also adds support to the ELF classes that wrap libelf. While this is now done and seems to work I will not be using an ELF file to hold the metadata after all.
RTEMS Dynamic Loader Project ============================ Chris Johns <chrisj@rtems.org> RTEMS Linker ------------ This package contains the RTEMS linker used to create dynamically loadable applications. To build download and install waf (http://code.google.com/p/waf/). Then: $ waf configure build You will have a linker. License ------- The linker code is licensed under the ISC license. Currently some libiberty code is present in the libiberty directory which is GPL. In time this code will be removed.