Hi Chris,
On Thu, 4 Jul 2024 at 15:02, Anand Moon linux.amoon@gmail.com wrote:
Hi Chris,
On Thu, 4 Jul 2024 at 14:53, Chris Kay Chris.Kay@arm.com wrote:
Hi Anand,
Olivier's assessment is correct, though the error message could certainly do with some tuning. Your best bet is to install the aarch64-none-elf cross-compiler that Olivier linked and make sure it's on your PATH, where it'll be picked up automatically. Alternatively, you can force the build system to use your system-packaged compiler by providing either CC=gcc or CROSS_COMPILE=aarch64-linux-gnu-, but we don't test this configuration and we can't guarantee that it will work.
I can compile ATF with the following commands, Thanks for your inputs
# make CC=gcc AR=ar PLAT=rpi5 DEBUG=1
Thanks -Anand