- 
                Notifications
    
You must be signed in to change notification settings  - Fork 576
 
Description
Is there an existing issue for this?
- I have searched existing issues
 
Bug Type
- Firmware
 - Tool
 - Unit Test
 
What packages are impacted?
Platform/Intel/SimicsOpenBoardPkg
Which targets are impacted by this bug?
DEBUG
Current Behavior
When trying to build the Intel SimicsOpenBoardPkg BoardX58Ich10 Getting a Build error on alignment of FVs in the GenFV stage
Using VS2022
Build command
python build_bios.py -p BoardX58Ich10  -t  VS2022
Shaw tag: https://github.com/tianocore/edk2-platforms.git  a51cc11dd74be199c67eceabc7bf68d36bb7075
attached:
SimicsBuildError.txt
Error Message:
Generating FVMAIN_COMPACT FV
Generating FVPREMEMORY FV
Generating DXEFV FV
####### ['GenFv', '-a', 'X:\WS\Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS2022\FV\Ffs\DXEFV.inf', '-o', 'X:\WS\Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS2022\FV\DXEFV.Fv', '-i', 'X:\WS\Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS2022\FV\DXEFV.inf']
Return Value = 2
GenFv: ERROR 3000: Invalid
PE image Section-Alignment and File-Alignment do not match : X:\WS\Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS2022\FV\Ffs\D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore\D6A2CB7F-6A18-4e2f-B43B-9920A733700A.ffs.
GenFv: ERROR 3000: Invalid
Could not rebase X:\WS\Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS2022\FV\Ffs\D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore\D6A2CB7F-6A18-4e2f-B43B-9920A733700A.ffs.
build.py...
: error 7000: Failed to generate FV
build.py...
: error 7000: Failed to execute command
- Failed -
Build end time: 11:39:05, Aug.21 2025
Build total time: 00:11:08 
The EDKII BIOS Build has failed!
Expected Behavior
Build successfully builds and creates .FD image in: Build\SimicsOpenBoardPkg\BoardX58Ich10\DEBUG_VS20XX\FV\BOARDX58ICH10.fd
Steps To Reproduce
git clone  https://github.com/tianocore/edk2.git
git clone https://github.com/tianocore/edk2-platforms.git
git clone https://github.com/tianocore/edk2-non-osi.git
git clone https://github.com/intel/FSP.git
cd edk2
git submodule update --init
open vs2022 developer command prompt
cd to
WORKSPACE/edk2-platforms\Platform\Intel
python build_bios.py -p BoardX58Ich10  -t VS2022
Build Environment
- OS(s): Windows 11
- Tool Chain(s): VS2022Version Information
commit edk2-platforms master SHA: 0a51cc11dd74be199c67eceabc7bf68d36bb7075
Urgency
Low
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response