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,ad47c3851d906864 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.149.210 with SMTP id u18mr1175400bkv.1.1336227935144; Sat, 05 May 2012 07:25:35 -0700 (PDT) Path: h15ni201863bkw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Ada on embedded devices (Was: Ada on Nintendo DS ?) Date: Sat, 5 May 2012 07:25:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6411260.96.1336227934720.JavaMail.geo-discussion-forums@ynbq3> References: <87d36la19z.fsf_-_@adaheads.sparre-andersen.dk> NNTP-Posting-Host: 90.194.162.217 Mime-Version: 1.0 X-Trace: posting.google.com 1336227934 17821 127.0.0.1 (5 May 2012 14:25:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 5 May 2012 14:25:34 +0000 (UTC) In-Reply-To: <87d36la19z.fsf_-_@adaheads.sparre-andersen.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.217; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-05T07:25:34-07:00 List-Id: On Thursday, May 3, 2012 1:37:28 PM UTC+1, Jacob Sparre Andersen wrote: > Brian Drummond wrote: >=20 > > Difficult. But IMO the more people building Ada for embedded > > platforms, the easier it will become, if we share information and feed > > back fixes into the process. If you go to https://github.com/Lucretia/tamp and follow the instructions f= or building gcc there, you'll find that I've already done the work to get a= bare metal compiler going on ARM using a custom and very bare RTS without = any nasty hacks in the makefiles. =20 > I have a selection of different embedded devices here on my desk. All > of which I intend to program in Ada at some point. >=20 > + MSP430 (TI Launchpad) - GCC but no Ada reported yet (according to > Google). I also have one of these was aiming on using the above to play with it, as = developing an OS may be too large in Ada due to the memory constraints of t= his chip - I don't know yet. My aims are to play on tiny devices with the above tiny RTS, then as you ge= t bigger, add OSes of which TAMP is aimed to be usable on small MCU's up to= desktop. Luke.