[edk2-devel] [PATCH 0/2] BaseTools: Switch ARM/AARCH64 CI gcc from Linaro to Arm

Ard Biesheuvel ardb at kernel.org
Fri Aug 27 13:31:11 UTC 2021


On Thu, 26 Aug 2021 at 23:03, Rebecca Cran <rebecca at bsdio.com> 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(-)
> >
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79895): https://edk2.groups.io/g/devel/message/79895
Mute This Topic: https://groups.io/mt/85079213/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list