Replies: 2 comments
-
|
Looks like you have memory protections enabled but are not aligning your images to 4K (and for aarch64 you need to align your runtime images to 64k): https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c#L293. Either you aren't using the edk2 tools_def.template or it is wrong for CLANGDWARF. You need to ensure that |
Beta Was this translation helpful? Give feedback.
-
|
Required EDKII for me when adding only to the .dsc file |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to write a UEFI bootloader with EDK2 and I am building a aarch64 .efi application using the clangdwarf toolchain (through a llvm trunk build on macOS). I received this error and I haven't been able to find any information about it. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions