Cannot build ArmVirtPkg using stuart #4882
Closed
TheEndHunter
started this conversation in
General
Replies: 1 comment
-
Found that using QemuBuild.py works the same as what should be PlatformBuild.py |
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
-
I have been trying to build some packages for use with Qemu I have built the OVFM Ia32 and x64 builds I need, and came onto doing the builds I need for ARM and AArch64.
I am using the main git branch when and followed the instructions Here,
I have tried to run the following commands (ran from the edk2 git folder):
stuart_setup -c ./ArmVirtPkg/PlatformCI/PlatformBuild.py -a ARM TOOL_CHAIN_TAG=GCC
and:
stuart_build -c ./ArmVirtPkg/PlatformCI/PlatformBuild.py -a ARM TOOL_CHAIN_TAG=GCC
But I get an error telling me that the "PlatformBuild.py" file is missing, upon closer inspection it appears to be completely missing from the git repo.
I have looked to try and report this issue but was unsure where to post and would also like to know if there is an alterative solution
Beta Was this translation helpful? Give feedback.
All reactions