From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.8050.1630071084260462423 for ; Fri, 27 Aug 2021 06:31:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=ooJaNx9D; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 782B960FC4 for ; Fri, 27 Aug 2021 13:31:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630071083; bh=cohKOh1De+1+Hwt3NrLGOLevUqE4E+g4nrfLwAPPB64=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ooJaNx9D+fOSKND62p8WEYCOtvUCdbVxls4XzsI0r6BXEXftQ7na5U5cXnHzvTYd9 cECjt3Pg0bjmuqzBZrRx0RbQaHGi10gGHXLEl4P1Kf7O5K5aEJHBo6n1DkaTeGKzht BlsUMD5K1s9zqYpeqqCX9mRrvtr51osI5wfAxiYrbwvns2PnqB86RPaV0itHW8oCY6 bJ8PyRaLksn9hjx1qTRbVot/i1t35aJ8LL8wbK3b293l1QsHwxfQGdL6P8P2vgzCB7 OV6Gh4dalVVy/HoTGFM/89PNp6KlfM0yZ7okvNKZZu9wMCRFw0OJfCyExNitJmvkvB wPh3kht/e1r4g== Received: by mail-ot1-f47.google.com with SMTP id v33-20020a0568300921b0290517cd06302dso7847627ott.13 for ; Fri, 27 Aug 2021 06:31:23 -0700 (PDT) X-Gm-Message-State: AOAM532/XhL5XSccu1m/YcflkLrSbqaJ0+oNxsymrhlhDrGGy7MWiFmY 0zdlH4u5p+16OXM5dPd+iMBR85vtpKhmFfn0idY= X-Google-Smtp-Source: ABdhPJxPIQNqs0RwCtUfJZEsy0bHlhftanQp2McplvUGMxIvX2NV9lXZIbq98+7V9x4l5QrHwKa3LTTmnsyEydNOYRY= X-Received: by 2002:a05:6830:719:: with SMTP id y25mr1639148ots.77.1630071082808; Fri, 27 Aug 2021 06:31:22 -0700 (PDT) MIME-Version: 1.0 References: <169DD8C33F04384D.18298@groups.io> <4be6fd6e-b468-d00e-3665-fb94d169633d@bsdio.com> In-Reply-To: <4be6fd6e-b468-d00e-3665-fb94d169633d@bsdio.com> From: "Ard Biesheuvel" Date: Fri, 27 Aug 2021 15:31:11 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 0/2] BaseTools: Switch ARM/AARCH64 CI gcc from Linaro to Arm To: Rebecca Cran Cc: edk2-devel-groups-io , Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Sami Mujawar , Leif Lindholm , Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" On Thu, 26 Aug 2021 at 23:03, Rebecca Cran wrote: > > I've created a ticket in Bugzilla: > https://bugzilla.tianocore.org/show_bug.cgi?id=3594. > > > -- > Rebecca Cran > > > On 8/22/21 11:35 PM, Rebecca Cran wrote: > > Linaro no longer do gcc releases - Arm creates them now. > > > > Update the gcc_[arm,aarch64]_linux_ext_dep.yaml files in BaseTools/Bin to > > switch from Linaro's old release to the latest gcc 10.3-2021.07 release > > from Arm. > > > > The private PR https://github.com/tianocore/edk2/pull/1909 failed due to > > a problem with GCC5_[ARM,AARCH64]_PREFIX. I don't know if there are more > > changes I need to add, or if it's a problem with the CI system. > > You are changing the compiler from arm-linux-gnueabihf-gcc to arm-none-linux-gnueabihf-gcc (and likewise for aarch64) so I am not surprised you are hitting problems. > > Rebecca Cran (2): > > BaseTools: Switch to downloading the ARM compiler from Arm's site > > BaseTools: Switch to downloading the AARCH64 compiler from Arm's site > > > > BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 10 +++++----- > > BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 10 +++++----- > > 2 files changed, 10 insertions(+), 10 deletions(-) > > >