From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fac7dbe21fe290e8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.232.42 with SMTP id tl10mr4575030pbc.7.1335409058704; Wed, 25 Apr 2012 19:57:38 -0700 (PDT) MIME-Version: 1.0 Path: r9ni99123pbh.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!nuzba.szn.dk!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Seeking for pointers about creating a custom GNAT runtime Date: Wed, 25 Apr 2012 21:57:35 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1335409057 1635 69.95.181.76 (26 Apr 2012 02:57:37 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 26 Apr 2012 02:57:37 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-04-25T21:57:35-05:00 List-Id: "Yannick Duch�ne (Hibou57)" wrote in message news:op.wdbbvzqbule2fv@douda-yannick... ... >I find this: http://www.iuma.ulpgc.es/users/jmiranda/gnat-rts/index.htm >While not sure that's what I need, and above all, it seems outdated (GNAT >3.15p is from the medieval times of GNAT). What does that make me? Stone age? :-) Claw was mostly developed with versions of GNAT predating 3.15p (that was the first version that was really stable with Claw, with its heavy reliance on tagged types and finalization - both very new at the time). And, of course Janus/Ada goes back to 1980 (roughly 20 years before GNAT 3.15p). Randy.