From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 299F33858D39 for ; Thu, 13 Jan 2022 08:18:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 299F33858D39 Received: by mail-wr1-x432.google.com with SMTP id t20so1157327wrb.4 for ; Thu, 13 Jan 2022 00:18:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=y+pom9uHpyy2nlk8yyJ+gZLruY2N1JLwjXqbUHW8gOA=; b=25HYhkP0sxViaB9iNN+ERkrzpYNTkx4gO6ISeUU0DUlaUoIQSwn3/Fiy3TDyUpN8Ii x27obVmYurBIAUnFSkUank+ANByn1eBfHce+TzYxG4YABkA4jIRrRRktZ+lLqpSWAVXY qLXd7unfVs/rpfMEyCrYoVuKN4ucjqQMhU285OQoPPw/9JzgRYTZeocYdhbqM39GX28A 4V+cPLuzVEAUpc2lPo0jSTbUbqdydd+VPjkz0I8pROMioWobswo0Di0Lq7htaNB6AV8d oCOFOlBy3MveF0a8hmmej05+t1O+iLhepf7c1jl3DwMdjM/4vvUk3uC/b2/chBGHeoJb RxZA== X-Gm-Message-State: AOAM5327cdBqbpSV9GjWmTqd3FgXuYVYvsQA26JEi8fjp0pQaf/xETwq VZFevh/n3zCZt0XW/TUNMpB4GBcWlEsXex/UBRg= X-Google-Smtp-Source: ABdhPJxSAn2DcEGp3Vn+/lAYjr2WmM7JBq09OtSpSy8x+XBtcVyI7FgTHn6sem/w+hvxbraLOpZNpDXoiKwXAOKw+x8= X-Received: by 2002:a05:6000:1563:: with SMTP id 3mr418462wrz.395.1642061934575; Thu, 13 Jan 2022 00:18:54 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 13 Jan 2022 08:18:41 +0000 Message-ID: Subject: Re: MacBook Pro M1 To: Marina Marjanovic Cc: gcc-help X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2022 08:18:57 -0000 On Thu, 13 Jan 2022, 01:55 Marina Marjanovic via Gcc-help, < gcc-help@gcc.gnu.org> wrote: > Hi, > > My name is Marina Marjanovic and I am currently working on my master > degree and I need gcc7 to make it work with MESH( > https://wiki.usask.ca/pages/viewpage.action?pageId=3D1935648493 ). But I > had a MacBook air 2015 and everything was working fine, so I got a new > MacBook pro M1 and nothing is working anymore. > > I have some issues with gcc on a new MacBook Pro, ship M1 pro. I need > gcc7, but I have an error message saying : gcc@7: The x86_64 architecture > is required for this software. > > And the new version of gcc11, is not working with MESH=E2=80=A6. > I am wondering what can I do to make it work? Can you help me? > GCC 7 is no longer supported or maintained, so it's not going to get updated to work on the new Apple M1 systems. GCC 10 is the oldest release series that will work on M1 right now. You should try to reach out to the MESH folks for a solution (it might be that it would run under Rosetta 2 - so that intel install can be made on the M1) - of course that=E2=80=99s not going to be the best performance. Or= maybe they can fix it to make it work with a recent GCC.