ELFLoader: Difference between revisions

From RISC OS
Jump to navigationJump to search
No edit summary
 
(Declare ELFLoader module obsolete)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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:


http://ecs.soton.ac.uk/~jmb202/riscos/elfloader.zip
http://ecs.soton.ac.uk/~jmb202/riscos/elfloader.zip

{{GCC and GCCSDK pages}}

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
GCCSDK and Unix porting
GCCSDK, GCCSDK Releases, GCCSDK Development, Using GCCSDK, Autobuilder Development and Packaging Cygwin setup, Accelerating autobuilder with apt-proxy, ChoX11, Developer help wanted