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,8518fb63d2af28cf X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.234.38 with SMTP id ub6mr4631671pbc.2.1336104638656; Thu, 03 May 2012 21:10:38 -0700 (PDT) Path: pr3ni1715pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Building an RTS for my AVR Date: Thu, 3 May 2012 21:08:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <16365620.326.1336104518280.JavaMail.geo-discussion-forums@ynbv36> References: <19355816.2739.1335755877395.JavaMail.geo-discussion-forums@ynlp3> <13692499.358.1335823673528.JavaMail.geo-discussion-forums@yncd9> <244589.117.1335887049791.JavaMail.geo-discussion-forums@ynma1> NNTP-Posting-Host: 189.110.14.71 Mime-Version: 1.0 X-Trace: posting.google.com 1336104638 26845 127.0.0.1 (4 May 2012 04:10:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 May 2012 04:10:38 +0000 (UTC) In-Reply-To: <244589.117.1335887049791.JavaMail.geo-discussion-forums@ynma1> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.110.14.71; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-03T21:08:38-07:00 List-Id: On Tuesday, May 1, 2012 12:08:30 PM UTC-3, Rego, P. wrote: > > AFAIK, there is no AVR Ada runtime, so it would have to be written. I have no idea how much work that would be. > > Do you know where could I start from? Well, I'm trying to modify the RTS-ZFP putting the two folders c:\GNAT\2011\lib\gcc\avr\4.5.3\rts-zfp\adainclude\ c:\GNAT\2011\lib\gcc\i686-pc-mingw32\4.5.3\rts-sjlj\adainclude\ (from Windows RTS) side by side and try to resolve all the dependencies. But I'm sure there is a more clever way to do this, just don't know yet. So the question that remains is ... How can I construct by own AVR 8-bit RTS from stratch (for Dummies)? :p