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,1ea992d578e9f621 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!n20g2000hsh.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Restricted or no run time in Ada Date: Thu, 3 Jan 2008 00:40:03 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <34698c96-9a0d-4b4c-97d5-427ca3063ac8@t1g2000pra.googlegroups.com> <17ee24a4-a2a4-428f-955a-1ccd1b3ac790@v4g2000hsf.googlegroups.com> NNTP-Posting-Host: 90.201.91.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1199349604 27257 127.0.0.1 (3 Jan 2008 08:40:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Jan 2008 08:40:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n20g2000hsh.googlegroups.com; posting-host=90.201.91.10; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19170 Date: 2008-01-03T00:40:03-08:00 List-Id: Another thing that will complicate matters is not being able to use the 'Image attribute: mb_start.adb:21:20: construct not allowed in configurable run-time mode Also, for debugging, I'm going to want to be able to dump addresses to the console/serial port AFAIK in GNAT you have to use a non-standard package to get a string from a System.Address. Thanks, Luke.