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 2002:ac8:1017:: with SMTP id z23mr13015479qti.94.1573252714236; Fri, 08 Nov 2019 14:38:34 -0800 (PST) X-Received: by 2002:a9d:6c4f:: with SMTP id g15mr10502063otq.76.1573252713911; Fri, 08 Nov 2019 14:38:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j16no1698797qtl.0!news-out.google.com!p4ni65qtu.1!nntp.google.com!j16no1698783qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 8 Nov 2019 14:38:33 -0800 (PST) In-Reply-To: <7aa1caba-eccc-40cb-943a-29e66e19759b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.123.136.204; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.123.136.204 References: <1115863b-701a-4a0f-83dc-517a7b35fef6@googlegroups.com> <7aa1caba-eccc-40cb-943a-29e66e19759b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Free-Ada updated to GCC-9.x From: Lucretia Injection-Date: Fri, 08 Nov 2019 22:38:34 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57529 Date: 2019-11-08T14:38:33-08:00 List-Id: On Friday, 8 November 2019 18:46:25 UTC, Jere wrote: > Nice! This looks like it only builds in Linux for now? I saw some > references to msys in there, but they don't appear to always set the > same settings as other host systems. I'm typically doing Ada > development from msys2 on Win10 64bit, so was curious about it. Yeah, only developed and tested on Linux for now. The aim is to get it working for other platforms, but getting this far on one platform is hard enough. Luckily, Linux kernel 5.3.7-gentoo, has a working VFIO with passthrough, the last (quite a) few revisions have been broken, so I have my Win10 and MacOS VM's working again, but don't expect anything much too soon. But seeing as MacOS already has GCC/GNAT builds for it, that can wait, for now. Is Mingw32 the way to go with an MSYS install? It's been years since I installed GCC on a Windows machine.