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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6b93224dbe2bb55b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.173.202 with SMTP id q10mr6747903qaz.3.1354583314674; Mon, 03 Dec 2012 17:08:34 -0800 (PST) Received: by 10.49.86.106 with SMTP id o10mr2586291qez.14.1354583314648; Mon, 03 Dec 2012 17:08:34 -0800 (PST) Path: gf5ni48072941qab.0!nntp.google.com!c8no131304qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 3 Dec 2012 17:08:34 -0800 (PST) In-Reply-To: <0f4c2210-28d4-4f63-bb43-fd2276350249@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.26.49.235; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 201.26.49.235 References: <3254b304-ed8b-4601-8a3c-ab3df74d84ad@googlegroups.com> <0f4c2210-28d4-4f63-bb43-fd2276350249@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <821856cc-fd4c-49e8-b112-513392910c86@googlegroups.com> Subject: Re: Return unconstrained types in ZFP From: "Rego, P." Injection-Date: Tue, 04 Dec 2012 01:08:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-03T17:08:34-08:00 List-Id: On Sunday, December 2, 2012 1:29:32 AM UTC-2, Shark8 wrote: > That last-chance handler error came up for me when I was trying a RTL-less build for a bare-bones project (simple OS) -- I think it had to do w/ the compiler wanting to use RTL-features (denied because it's bare-bones) that were non-existent. > I'd bet that our resident compiler makers (Randy springs to mind) know a thing or two about bootstrapping, though I wouldn't expect Randy to know the GNAT details. Thanks Shark8. I found also a very good tutorial for a bare-bones project "Ada Bare bones" in http://wiki.osdev.org/Ada_Bare_bones.