edk2
edk2 copied to clipboard
EDK II
Hi Shijunjing, I followed the steps mentioned in https://github.com/shijunjing/edk2/tree/2021-gsoc-llvm-gnumake-v2 to make infrastructure. I am trying to build Helloworld application in MSVC 2019 using CLANG38. I have added GnuMake as enviornment...
Trying to compile edk2 source code with CLANG35 tool chain on AARCH64 architecture build -p MdeModulePkg/MdeModulePkg.dsc -m MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf -t CLANG35 -a AARCH64 "clang" -MMD -MF /home/bios/Patil/edk2/Build/MdeModule/DEBUG_CLANG35/AARCH64/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe/OUTPUT/Vfr.obj.deps -g -Os -fshort-wchar -fno-builtin...