Looks like nmake.exe not found. Try to fix this problem first.
I recommend to use "Developer Command Prompt for VS 2019" to build when
Toolchain is set to VS2019.
You could type below command to check if your command prompt could run it
without errors.
>
> nmake.exe /?
>
Regards,
Adam
-=-
Hello all,
The patch was reviewed and I submitted a pull request
https://github.com/tianocore/edk2/pull/5482 for this patch. Is there any other
requirement to let this patch merge into master?
Regards,
Adam
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
In Acme\Acme.dsc, find [LibraryClasses] and add below line should fix the
problem.
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
Regards,
Adam
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117225): h
I got the same issue and already submit a patch.
https://edk2.groups.io/g/devel/topic/patch_v2_1_1/105038588?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,105038588,previd%3D1710905523338626613,nextid%3D1710847665703537227&previd=1710905523338626613&nextid=1710847665703537227
Hope it got accepted a
Declare InternalAssertJumpBuffer as EXTERN
Cc: Leif Lindholm
Cc: Ard Biesheuvel
Cc: Sami Mujawar
Cc: Michael D Kinney
Cc: Liming Gao
Cc: Zhiguang Liu
Signed-off-by: Shun Cheng Liu
Reviewed-by: levi.yun
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.S | 1 +
MdePkg/Library/BaseLib/AA
Declare InternalAssertJumpBuffer to fix build error.
Shun Cheng Liu (1):
MdePkg/BaseLib: Fix AARCH64 compilation error
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.S | 1 +
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
2 files changed, 2 insertions(+)
--
2.25.1
-=-=-=-=-=
MdePkg/BaseLib complains missing InternalAsserJumpBuffer error when built with
-a AARCH64 option. Declare InternalAssertJumpBuffer to fix this issue.
Command:
build -a AARCH64 -p MdePkg\MdePkg.dsc -m MdePkg\Library\BaseLib\BaseLib.inf
Output:
c:\projects\github\edk2\Build\Mde\DEBUG_VS2019\AARCH
Declare InternalAssertJumpBuffer as EXTERN
Cc: Leif Lindholm
Cc: Ard Biesheuvel
Cc: Sami Mujawar
Cc: Michael D Kinney
Cc: Liming Gao
Cc: Zhiguang Liu
Signed-off-by: Shun Cheng Liu
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
1 file changed, 1 insertion(+)
diff --git a/Mde