]> rtime.felk.cvut.cz Git - rtems-devel.git/commit
Simple application which object file can be used to test dlopen.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 5 Sep 2015 09:41:52 +0000 (11:41 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 5 Sep 2015 09:41:52 +0000 (11:41 +0200)
commit2931682fabd9b25679c89a1b8aee3893e7e364df
treee14347f4575510342e04cee56dfcc3bd59e92854
parent50055cb9df0aa8f780dfbdb8e87801ca09cdcabb
Simple application which object file can be used to test dlopen.

The object file before final linking has to be included
in appdl embedded tar file or has to be transferred over
network (tftp, nfs, etc) to the target filesystem.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
rtems-omk-template/appdl/examples/Makefile [new file with mode: 0644]
rtems-omk-template/appdl/examples/Makefile.omk [new file with mode: 0644]
rtems-omk-template/appdl/examples/appdl_print.c [new file with mode: 0644]