Hello everyone,
From grub's git repository and tag 2.02, I am trying to build grub on my
laptop x86_64. Target is an arm64 architecture.
I simply run:
./autogen.sh
./configure --host=x86_64-linux-gnu --target=aarch64-linux-gnu
--build=x86_64-linux-gnu --with-platform=efi
--prefix=/tmp/grub64-efi_installed
make
But this fails with the following error:
"
loader/efi/fdt.c: In function ‘grub_fdt_load’:
loader/efi/fdt.c:46:15: error: implicit declaration of function
‘grub_efi_get_firmware_fdt’ [-Werror=implicit-function-declaration]
raw_fdt = grub_efi_get_firmware_fdt();
"
GCC version is gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Anyone encountered this issue ? Any help would be appreciated thanks :)
--
Loys OLLIVIER
_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub