Failed to Build BaseTools/Edk2ToolsBuild.py #4611
Unanswered
mmfahrrestatp
asked this question in
Q&A
Replies: 1 comment
-
That particular error indicates that there was a make build error. You can review the build logs at:
to review the make error that is being bubbled up. This should help you figure out the exact reason for the error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run this script:
python BaseTools/Edk2ToolsBuild.py -t VS2019
I got this log and error message
I'm following from this step
https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformCI/ReadMe.md
and stuck at building BaseTools
Run this script from Windows 10 with Git Bash Terminal
Python version python 3.11.3
Tool chain tag = VS2019
Had checked this page
tianocore/edk2-pytool-extensions#207
tianocore/edk2-pytool-extensions#180
But this command
git submodule update --init --recursive
still didn't solve this error.
I'm new about this, thanks for anyone support
Beta Was this translation helpful? Give feedback.
All reactions