Hi EDK2 Devel team,
Here got the compiling error, provided the call stack for tracing. Thank you!
Compiling Environment:
Visual Studio 2015
Python 3.9.5
(Python 3.9.5 on win32) Traceback (most recent call last):
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\build\build.py", line 2695, in Main
MyBuild.Launch()
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\build\build.py", line 2490, in Launch
self._MultiThreadBuildPlatform()
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\build\build.py", line 2282, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\build\build.py", line 2133, in PerformAutoGen
Wa = WorkspaceAutoGen(
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__
self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _InitWorker
self.ProcessModuleFromPdf()
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf
if self.FdfProfile:
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
Value = obj.__dict__[self._function.__name__] = self._function(obj)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 188, in FdfProfile
Fdf.ParseFile()
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1320, in ParseFile
while self._GetFd() or self._GetFv() or self._GetFmp() or self._GetCapsule() or self._GetRule() or self._GetOptionRom():
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 2116, in _GetFv
isFile = self._GetFileStatement(FvObj)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 2564, in _GetFileStatement
self._GetFilePart(FfsFileObj)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 2651, in _GetFilePart
self._GetRAWData(FfsFileObj)
File "C:\IEC\Git\MTL\RVP_Build\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 2686, in _GetRAWData
raise Warning.Expected("Filename value", self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: expected Filename value near line 88, column 0: }
Sincerely,
Uzen Lai