From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmail1.sentex.ca (vmail1.sentex.ca [64.7.153.19]) by sourceware.org (Postfix) with ESMTPS id 010003858296 for ; Tue, 21 Feb 2023 17:13:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 010003858296 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=riddermarkfarm.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=riddermarkfarm.ca Received: (Haraka outbound); Tue, 21 Feb 2023 12:13:04 -0500 Authentication-Results: vmail1.sentex.ca; auth=pass (plain) Received: from [10.0.1.25] (198.27.14-65.ip.mltn.standardbroadband.ca [198.27.14.65]) by vmail1.sentex.ca (Haraka/2.8.25) with ESMTPSA id 2092F2A5-9CCB-4D9D-A04C-32C18EDA4FE3.1 envelope-from (authenticated bits=0) (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 21 Feb 2023 12:13:04 -0500 Message-ID: <012c54ce-9654-f0a7-e559-1d373e83d703@riddermarkfarm.ca> Date: Tue, 21 Feb 2023 12:13:02 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [GSoC] Help needed for building on aarch64-apple-darwin22.1.0 Content-Language: en-CA To: gcc@gcc.gnu.org References: <52F8D44A-3FED-4AFD-BCD9-BDE6B6B124BC@gmail.com> From: Stuff Received In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Haraka-GeoIP: NA, CA, ON, Georgetown, 55km X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,KAM_SHORT,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Greetings, Iaian. On 2023-02-20 12:42, Iain Sandoe wrote: > Hi Shengyu, > >> On 20 Feb 2023, at 17:31, Shengyu Huang via Gcc wrote: >> > >> After following the instructions here (https://gcc.gnu.org/wiki/InstallingGCC) and here (https://gcc.gnu.org/install/index.html), the `make` step simply fails with “*** Configuration aarch64-apple-darwin22.1.0 not supported”. I found this issue on Bugzilla (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168), but the status says it’s suspended. Does it mean there is no way I can build from source on my new laptop? My old MBP was unfortunately broken two months ago, so the new laptop with Apple M2 is the only device I have at the moment. > > I have a development branch for trunk here : > https://github.com/iains/gcc-darwin-arm64 This is wonderful -- thank you for doing this! I am not interested in gfortran but rather gm2 and your branch for the trunk works quite well. Sincerely, john > and for GCC-12 here: > https://github.com/iains/gcc-12-branch > > until I have some time to upstream the work (which could not be before GCC-14, I think) you can use these. > > HTH, > Iain >