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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,db8388c6b42d398 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w35g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: How do I go about creating a minimal GNAT runtime? Date: Sun, 15 Feb 2009 17:41:51 -0800 (PST) Organization: http://groups.google.com Message-ID: <93ad1fef-6e51-4ae6-93c7-af937ef63847@w35g2000yqm.googlegroups.com> References: NNTP-Posting-Host: 86.66.190.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1234748511 25528 127.0.0.1 (16 Feb 2009 01:41:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Feb 2009 01:41:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w35g2000yqm.googlegroups.com; posting-host=86.66.190.206; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3648 Date: 2009-02-15T17:41:51-08:00 List-Id: On 24 jan, 21:47, Lucretia wrote: > Hi (again), > > It's been a while, but I'm coming back to my Ada kernel again. I've > been messing with my helo_world_kernel which I built using no runtime > (seehttp://www.archeia.comfor more info). > > [...] > Luke. It may or may not be useful, any way, there is a online documentation on the GNAT runtime : http://www.iuma.ulpgc.es/users/jmiranda/gnat-rts/index.htm I use to try to patch it (big patch) too, but stoped with this attempt (after I've understood I could not reach what I was expecting). By the way, and as you are talking about cross compiler, do you have some advices on how to create a cross compiler for GNAT 3.15p hosted on Windows and targeting Linux/Debian ?