We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
Can we build EFI applications with UDK14/UDK15 targeted to AARCH64 using Visual 2012/2015/WinDDK8.1 ARM Compiler in windows platform?
I have tried building the UDK 14/15 code using VS2012 ARM Compiler and I am receiving __rd_udiv,__rt_udiv64 kind of linker errors in the UDK code.These errors I am not facing with other compilers such as GCC for ARM or x64 VS12/15 compiler.
Thanks in advance!
UDK14/UDK15 packages are provided by Intel. At the moment they tend to strip ARM packages from their deliverables. ARM packages provide 'compiler intrinsics': edk2/ArmPkg/Library/CompilerIntrinsicsLib at master · tianocore/edk2 · GitHub
I would advise you to use the Open-Source repository (https://github.com/tianocore/edk2) to build with ARM compiler(s).
If you have any build error then send an email to edk2-devel@lists.01.org.