Cannot build EmulatorPkg #4286
Replies: 5 comments
-
Have you been following the platform specific directions found here: Your build command looks off. |
Beta Was this translation helpful? Give feedback.
-
For the stuart tools, |
Beta Was this translation helpful? Give feedback.
-
To confirm, I tried building against the latest edk2
Please make sure you've also set up a Python virtual environment and installed the PIP modules in |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for the tips, I will try these when I get back to it. Had to move on to other tasks in the meantime.
Luděk Žaloudek
Systems Engineering
NXP Semiconductors
Sochorova 3232/36
616 00 Brno - Žabovřesky
Czech Republic
***@***.******@***.***>
***@***.***
From: Michael Kubacki ***@***.***>
Sent: středa 10. května 2023 15:54
To: tianocore/edk2 ***@***.***>
Cc: Ludek Zaloudek ***@***.***>; Author ***@***.***>
Subject: [EXT] Re: [tianocore/edk2] Cannot build EmulatorPkg (Discussion #4286)
Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button
To confirm, I tried building against the latest edk2 master branch (6fb2760) and could do so with the following commands:
* stuart_update -c EmulatorPkg/PlatformCI/PlatformBuild.py TOOL_CHAIN_TAG=VS2019 -a X64
* stuart_build -c EmulatorPkg/PlatformCI/PlatformBuild.py TOOL_CHAIN_TAG=VS2019 -a X64
Please make sure you've also set up a Python virtual environment and installed the PIP modules in pip-requirements.txt.
-
Reply to this email directly, view it on GitHub<#4286 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6AOG6CTTZPNGHUZYS2XWILXFOMYTANCNFSM6AAAAAAXD5W7KY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Hello All, Below are the details i'm using,
I'm able to build Nt32Pkg and successfully launched Nt32 simulator. Kindly guide me to build EmulatorPkg. I'm quite curious to know the difference between Nt32Pkg and EmulatorPkg and its advantages. |
Beta Was this translation helpful? Give feedback.
-
Hi. I have tried building EmulatorPkg on Win 10 based on the guide here: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
However, I am quite disappointed because the guide is obviously missing some setting as I get the following wile invoking Stuart like this:
stuart_build -c EmulatorPkg/PlatformCI/PlatformBuild.py -t VS2019 -a X64
Ater running for some time, I get the following issue:
I have tried setting the BUILD_OUT_TEMP and TOOL_CHAIN_TAG env variables and also putting them into the Conf/Target.txt to no avail. Can someone please point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions