Hello everyone

I am new to the EDK2 projects and for starters I am trying to cross compile the 
project for aarch64 on an x86_64 host

I looked around in Linaro website and Tiano-core website but couldn't find any 
instruction on how to _cross_ compile

I tried to follow the instruction here: 
https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI/build
but when I try to compile using the "build" command the build script uses the 
x86 compiler and naturally it fails
I tried working around this by setting the environment variable GCC48_BIN 
however then the build system tries to call "make" from the path in GCC48_BIN 
which off course fails

I also found these instructions 
https://github.com/tianocore/tianocore.github.io/wiki/Unix-like_systems#Build_gcc_x64_UEFI_cross_compiler
But I'm not sure they apply to aarch64.

I appreciate any suggestions you can offer

Thanks in advance

-------------------
Yehuda Yitschak
Marvell Semiconductor Ltd.

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to