Hi Olivier,
On Thu, 4 Jul 2024 at 10:24, Olivier Deprez <Olivier.Deprez@arm.com> wrote:
>
> Hi,
>
> I don't have a completely good answer but per my observations it builds:
>
> Adding an external toolchain in $PATH e.g. arm-gnu-toolchain-13.2.rel1-aarch64-aarch64-none-elf from
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
> if you don't have a toolchain in $PATH and provide it by CROSS_COMPILE e.g. make CROSS_COMPILE=<path>/arm-gnu-toolchain-12.2.rel1-aarch64-aarch64-none-elf/bin/aarch64-none-elf- PLAT=rpi5 DEBUG=1
> if you pass the native compiler path through CROSS_COMPILE e.g. make CROSS_COMPILE=/usr/bin/ PLAT=rpi5 DEBUG=1
>
Thanks for the input,
But some u-boot package managers like Archlinux (pacman) which are used to build
ATF along with u-boot on the native target board, which fails now with
CROSS_COMPILE is not set.
I have not given it a try for buildroot or yocto to verify if the latest ATF
build without CROSS_COMPILE set.
Will keep you posted on this.
>
> Regards,
> Olivier.
>
Thanks
-Anand