ELFLoader: Difference between revisions
(Add template) |
(Declare ELFLoader module obsolete) |
||
Line 1: | Line 1: | ||
This is an experimental RISC OS loader for static ELF binaries by John-Mark Bell |
This is an experimental RISC OS loader for static-only ELF binaries written by John-Mark Bell. This loader became obsolete by the SOManager module developed as part of the [[GCCSDK Development|GCCSDK 4 project]] as SOManager will work for both static and dynamic ELF binaries (the latter using one or more ELF based shared libraries which also need to be loaded). |
||
Note there is another possibility for dealing with static ELF binaries on RISC OS is to make use of the GCCSDK 4's 'elf2aif' program which converts static ELF binaries to a normal RISC OS applications (filetype &ff8) so that no ELF loader at all is needed. |
|||
Available from: |
Available from: |
Latest revision as of 17:03, 3 February 2008
This is an experimental RISC OS loader for static-only ELF binaries written by John-Mark Bell. This loader became obsolete by the SOManager module developed as part of the GCCSDK 4 project as SOManager will work for both static and dynamic ELF binaries (the latter using one or more ELF based shared libraries which also need to be loaded).
Note there is another possibility for dealing with static ELF binaries on RISC OS is to make use of the GCCSDK 4's 'elf2aif' program which converts static ELF binaries to a normal RISC OS applications (filetype &ff8) so that no ELF loader at all is needed.
Available from:
http://ecs.soton.ac.uk/~jmb202/riscos/elfloader.zip
GCC and GCCSDK pages |
GCC under RISC OS GCC for RISC OS, GCC tutorial, GCC common switches, GCC for beginners, UnixLib, ELFLoader |