by Lucretia <lucretia9@[EMAIL PROTECTED]
>
May 3, 2008 at 07:51 PM
On 3 May, 20:35, emconuk <emco...@[EMAIL PROTECTED]
> wrote:
> Hello.
>
> I would like to find out some more about available Ada runtime
> systems.
>
> I know that Adacore have a runtime system ****ted to various cross
> platforms (but I can't figure out its licensing), and I know about the
> other commercial offerings from GHS and Aonix. =A0I'm also aware of
> MarteOS and RTEMS as possible non-commericial offerings.
MarteOS and RTEMS are both operating systems, not runtimes.
> However, I would like to hear about any other solutions out there. =A0I
> used to use xd-ada and it had quite a simple little rts that could be
> customised for different hardware platforms. =A0I don't want an OS - I
> just want to hear about baremetal runtime systems.
You need to look into the GNAT sources and work out how to ****t the
GNAT runtime to your preferred hardware.
I don't think it'd be possible to move an Ada runtime from 1 compiler
to another without ****ting it properly as the compilers create code
that references the runtime in compiler-specific ways.
Luke.