uefiseven icon indicating copy to clipboard operation
uefiseven copied to clipboard

Error during initial build

Open v4lkyr opened this issue 5 years ago • 1 comments

Hello,

On the 4th step of build instructions, "make -C BaseTools/" it gave out below error:

In file included from ../Include/Common/UefiBaseTypes.h:19, from BasePeCoff.c:17: ../Include/Common/BaseTypes.h:23:10: fatal error: ProcessorBind.h: No such file or directory 23 | #include <ProcessorBind.h> | ^~~~~~~~~~~~~~~~~ compilation terminated.

v4lkyr avatar Dec 13 '20 16:12 v4lkyr

export ARCH=X64 and try the build again

manatails avatar Dec 14 '20 11:12 manatails