From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:6b87:: with SMTP id z7mr8168170qts.143.1607074311822; Fri, 04 Dec 2020 01:31:51 -0800 (PST) X-Received: by 2002:a05:622a:14c:: with SMTP id v12mr7766409qtw.11.1607074311660; Fri, 04 Dec 2020 01:31:51 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Dec 2020 01:31:51 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=176.151.7.118; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 176.151.7.118 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: GCC 10.1.0 for macOS From: Vincent DIEMUNSCH Injection-Date: Fri, 04 Dec 2020 09:31:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60693 List-Id: Le samedi 16 mai 2020 =C3=A0 14:47:15 UTC+2, Simon Wright a =C3=A9crit=C2= =A0: > Native and cross-arm-eabi compilers now available at=20 > https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/10.= 1.0/ Hello Simon, I just switched to macOS Big Sur, and unfortunately I have troubles with GN= AT gcc. Here is a simple example, but I get the same error compiling from GPS using= GPRBuild. % gnatmake controle.adb gcc -c controle.adb gcc -c crc_type.adb gnatbind -x controle.ali gnatlink controle.ali ld: library not found for -lSystem collect2: error: ld returned 1 exit status gnatlink: error when calling /opt/gcc/10.1.0/bin/gcc gnatmake: *** link failed. Any idea about a solution ? Regards, Vincent