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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.214.70 with SMTP id gz6mr37917295icb.3.1433837460602; Tue, 09 Jun 2015 01:11:00 -0700 (PDT) X-Received: by 10.140.100.136 with SMTP id s8mr233210qge.2.1433837460473; Tue, 09 Jun 2015 01:11:00 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h15no406989igd.0!news-out.google.com!k20ni56qgd.0!nntp.google.com!q107no137154qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 9 Jun 2015 01:11:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.210.1.139; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.210.1.139 References: <6d5f352b-d886-4cd4-8f88-4116fe34129a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnat compiler issues with a partial build From: jan.de.kruyf@gmail.com Injection-Date: Tue, 09 Jun 2015 08:11:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:193539 Date: 2015-06-09T01:11:00-07:00 List-Id: Morning Luke, I just went through you .adc again just to make sure, but any Exceptions re= strictions there I also got in my list. And I do not see any others that, e= ven vaguely, might apply. I did not restrict myself as much as you did. If a library package is easy = to implement in a zfp environment then I did so, if I felt I needed it.=20 The issue at the moment (because I did not code anything complex yet) is mo= stly in the system memory packages, which I need one way or another to be a= ble to get kernel memory for some big data structures. There are some rough= and ready things being done there. Mainly to get the hardware / C interfac= ing right. Thanks for your reply anyway. j.