On Thu, 26 Aug 2021 at 23:03, Rebecca Cran <rebe...@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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to