summaryrefslogtreecommitdiff
path: root/README
blob: 95ed6a2fde23496287c573f7f9541afb6e02a00b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.