Is there an existing issue for this?
Bug Type
What packages are impacted?
BaseTools
Which targets are impacted by this bug?
RELEASE
Current Behavior
A prompt "GenFw: ERROR 1001: Missing option
No create file action specified; pls specify -e, -c or -t option to create efi image, or acpi table or TeImage!" appears
Expected Behavior
build successfully
Steps To Reproduce
- edksetup.bat Rebuild VS2026
- open
\efi\edk2\Conf\target.txt
ACTIVE_PLATFORM to MdeModulePkg/MdeModulePkg.dsc
TARGET to RELEASE
TARGET_ARCH to X64
TOOL_CHAIN_TAG to VS2026
- edksetup.bat VS2026
- build
Build Environment
- OS(s): windows11 25h2
- Tool Chain(s): VS2026
Version Information
Urgency
Medium
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
Add " VS2026_GENFWHII_FLAGS = --hiipackage " after line 852 in "Conf/tools_def.txt" can compile normally
Is there an existing issue for this?
Bug Type
What packages are impacted?
BaseTools
Which targets are impacted by this bug?
RELEASE
Current Behavior
A prompt "GenFw: ERROR 1001: Missing option
No create file action specified; pls specify -e, -c or -t option to create efi image, or acpi table or TeImage!" appears
Expected Behavior
build successfully
Steps To Reproduce
\efi\edk2\Conf\target.txtACTIVE_PLATFORMtoMdeModulePkg/MdeModulePkg.dscTARGETtoRELEASETARGET_ARCHtoX64TOOL_CHAIN_TAGtoVS2026Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
Add " VS2026_GENFWHII_FLAGS = --hiipackage " after line 852 in "Conf/tools_def.txt" can compile normally