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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-a.proxad.net!nnrp1-2.free.fr!not-for-mail From: William Newsgroups: comp.lang.ada Date: Sat, 12 Feb 2022 21:09:54 +0100 Message-ID: <62081412$0$28590$426a74cc@news.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Building GNAT-FSF on FreeBSD User-Agent: Unison/2.2 Organization: Guest of ProXad - France NNTP-Posting-Date: 12 Feb 2022 21:09:54 CET NNTP-Posting-Host: 86.239.24.253 X-Trace: 1644696594 news-3.free.fr 28590 86.239.24.253:58805 X-Complaints-To: abuse@proxad.net Xref: reader02.eternal-september.org comp.lang.ada:63498 List-Id: Hello all, I did succed to build a modern gcc (with Ada-GNAT FSF) on my FreeBSD 13.0 serveur. :-) Fernando Oleo Blanco was very inspiring to me (NetBSD porting), and I use Simon j Wright portings to MacOS for my Hackingtosh. So I decided to do it too ! For now I did a quick try with plain gcc «out of the box» : (story short) 1. Install gcc6-aux pkg from FreeBSD port (2014 -- Last Updated on 2022-01-26). (see also http://www.dragonlace.net) 2. get gcc 10.3 src from GNU.org and compile it with gcc6-aux (gnat compiler seems OK) 3. get gcc 11.2 src from GNU.org and compile it with the just installed gcc/gnat 10.3 In first place I thougth it would not be successful ... Now it's time to build) and run the ACATS 4.1y I took a look at Simon’s ACATS Testsuite on SourceForge, but I need to understand those automated scripts. I’d like to parallise a maximum of ACATS sub-projects in order to reduice time. WIP !! See you later, William