From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:1189:: with SMTP id b9mr8507462qkk.100.1630502926397; Wed, 01 Sep 2021 06:28:46 -0700 (PDT) X-Received: by 2002:a25:448b:: with SMTP id r133mr39314530yba.303.1630502923334; Wed, 01 Sep 2021 06:28:43 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Sep 2021 06:28:43 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=167.224.180.211; posting-account=Sb6xTwoAAACjFNT1P2nKuvcf0tSkJUed NNTP-Posting-Host: 167.224.180.211 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <646f270d-0e65-46a5-b40a-02afab608f1en@googlegroups.com> Subject: Re: Help: Ada in NetBSD From: "John R. Marino" Injection-Date: Wed, 01 Sep 2021 13:28:46 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62594 List-Id: Fernando, Maybe you are in luck. A friend of mine needs Ravenports (http://www.ravenports.com/) to support N= etBSD. Ravenports has the same base compiler for all supported systems. I= t was GCC 9.3 but I'm the process of completing the transition to GCC 11.2.= 0. This base compiler has to support Ada among other languages. Which is a long way of saying I have polish my netbsd patches for that comp= iler and re-bootstrap it back to NetBSD. So I'll be working on this separately (for GCC 11.2, not 10.x). My process will be different. I cross-compile it on another host, then bring it over to NetBSD and eventf= ully it builds itself natively. I'm awaiting an SSD to arrive which I'll install the latest NetBSD on. My gcc6-aux work has been living on: https://github.com/jrmarino/draco While the patches are current for FreeBSD, DragonFly, Linux, Solaris and p= robably Android, I did let OpenBSD and NetBSD support slip. But I'm not starting from scratch. I'll look over your work. And with regard to the test suite, I got all the tests to pass back then: http://www.dragonlace.net/gnataux/netbsd64/ Which reminds me: I'd only do this for x86_64 platform. Regards, John =20