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.182.104.37 with SMTP id gb5mr14441870obb.45.1424731553856; Mon, 23 Feb 2015 14:45:53 -0800 (PST) X-Received: by 10.140.98.172 with SMTP id o41mr146289qge.34.1424731553831; Mon, 23 Feb 2015 14:45:53 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no19650891igb.0!news-out.google.com!n6ni11qar.0!nntp.google.com!j7no4923756qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 23 Feb 2015 14:45:53 -0800 (PST) In-Reply-To: <54e4697a$0$3322$426a34cc@news.free.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.169.180.131; posting-account=Ies7ywoAAACcdHZMiIRy0M84lcJvfxwg NNTP-Posting-Host: 104.169.180.131 References: <638970c3-df56-4ab0-a5ff-19277814d435@googlegroups.com> <54e4697a$0$3322$426a34cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <234334f5-e1c5-4013-826e-dc5580e1b941@googlegroups.com> Subject: Re: Ada for the next bare metal project? From: brbarkstrom@gmail.com Injection-Date: Mon, 23 Feb 2015 22:45:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25001 Date: 2015-02-23T14:45:53-08:00 List-Id: On Wednesday, February 18, 2015 at 5:29:16 AM UTC-5, Fr=E9d=E9ric Praca wro= te: > On Mon, 16 Feb 2015 08:40:43 -0800, droiddermo wrote: >=20 > > Hello, friends! I'm going to implement a new project, that needs to run > > without operating system on bare metal x86 and x64 processors. And I'm > > thinking about using Ada instead of C. First of all what compiler shoul= d > > I use (free one)? Is it easy to use Ada without runtime (that depends o= n > > operating system api)? What language features will I miss? Is there a > > ready to use bare metal RTS, or I need to build my own? >=20 > If you don't want to build your own RTS, you could use : > - MaRTEOS http://marte.unican.es/ which is an Ada RTOS > - RTEMS https://www.rtems.org/ which is a C RTOS where you can use Ada to= =20 > develop applications >=20 > The first one is quite easy to setup while the second was last time I=20 > tested it more difficult to use with Ada. >=20 > Hope it helps >=20 > Fred You could just install the Ubuntu Linux non-desktop OS, followed by GNAT. At that point, you don't need an RTS, as far as I can tell. I did that with an Intel Atom. Appears to work fine. Bruce B.