* [edk2-devel] Unknown fatal error when compiling Pantherlake BIOS
@ 2025-03-25 20:39 Facciola, Nicholas via groups.io
2025-04-02 17:01 ` Andrew Fish via groups.io
0 siblings, 1 reply; 2+ messages in thread
From: Facciola, Nicholas via groups.io @ 2025-03-25 20:39 UTC (permalink / raw)
To: devel@edk2.groups.io, Bostick, Julian
[-- Attachment #1.1: Type: text/plain, Size: 3787 bytes --]
Hi all,
I received the following error message when trying to compile ptlp embedded BIOS using Edk2. The error message said to send an email to this address with the stack trace, so here is the error message I am receiving. Any help would be appreciated:
build.py...
: error C0DE: Unknown fatal error when processing [c:\users\nfacciol\bios\ptl\Intel\PantherLakeBoardPkg\BoardPkg.dsc]
(Please send email to devel@edk2.groups.io<mailto:devel@edk2.groups.io> for help, attaching following call stack trace!)
(Python 3.8.19 on win32) Traceback (most recent call last):
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2695, in Main
MyBuild.Launch()
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2490, in Launch
self._MultiThreadBuildPlatform()
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2282, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2133, in PerformAutoGen
Wa = WorkspaceAutoGen(
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__
self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _InitWorker
self.ProcessModuleFromPdf()
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 208, in ProcessModuleFromPdf
if self.FdfProfile:
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
Value = obj.__dict__[self._function.__name__] = self._function(obj)
File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 184, in FdfProfile
Fdf.ParseFile()
File "C:\Users\nfacciol\BIOS\PTL\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:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1432, in _GetFd
raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: expected [FD.] near line 281, column 6: FvUefiBoot
- Failed -
Build end time: 13:33:44, Mar.25 2025
Build total time: 00:00:57
C:\Users\nfacciol\BIOS\PTL\Intel\PantherLakeBoardPkg
********************* BLD.BAT *****************************
ERRORLEVEL=1
----------------
ACTIVE_PLATFORM = C:\Users\nfacciol\BIOS\PTL\Intel/PantherLakeBoardPkg/BoardPkg.dsc
ACTIVE FLASH MAP FDF = C:\Users\nfacciol\BIOS\PTL\Intel\PantherLakeBoardPkg\Include\Fdf\FlashMapInclude.fdf
----------------
The BIOS Build has failed
Best Regards,
Nicholas Facciola
NEX EPE PDE (Product Development Engineer)
[cid:image001.png@01DB9D8B.5E349180]<https://www.credly.com/badges/2cf59499-0aa5-461f-a5d7-c234a5d2702f/public_url> [cid:image002.png@01DB9D8B.5E349180] <https://www.credly.com/badges/e3bf5587-cca2-4ae9-84af-aee8d3ef67aa/public_url> [cid:image003.png@01DB9D8B.5E349180] <https://www.credly.com/badges/c8c2ae27-d16b-45af-8ee7-db5f62bf5f4e/public_url>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121228): https://edk2.groups.io/g/devel/message/121228
Mute This Topic: https://groups.io/mt/111930984/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #1.2: Type: text/html, Size: 10030 bytes --]
[-- Attachment #2: image001.png --]
[-- Type: image/png, Size: 48460 bytes --]
[-- Attachment #3: image002.png --]
[-- Type: image/png, Size: 48952 bytes --]
[-- Attachment #4: image003.png --]
[-- Type: image/png, Size: 18777 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [edk2-devel] Unknown fatal error when compiling Pantherlake BIOS
2025-03-25 20:39 [edk2-devel] Unknown fatal error when compiling Pantherlake BIOS Facciola, Nicholas via groups.io
@ 2025-04-02 17:01 ` Andrew Fish via groups.io
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Fish via groups.io @ 2025-04-02 17:01 UTC (permalink / raw)
To: devel, nicholas.facciola; +Cc: Bostick, Julian
[-- Attachment #1: Type: text/plain, Size: 4043 bytes --]
This looks like a syntax error in your FvUefiBoot.fdf file
> On Mar 25, 2025, at 1:39 PM, Facciola, Nicholas via groups.io <nicholas.facciola=intel.com@groups.io> wrote:
>
> Hi all,
>
> I received the following error message when trying to compile ptlp embedded BIOS using Edk2. The error message said to send an email to this address with the stack trace, so here is the error message I am receiving. Any help would be appreciated:
>
> build.py...
> : error C0DE: Unknown fatal error when processing [c:\users\nfacciol\bios\ptl\Intel\PantherLakeBoardPkg\BoardPkg.dsc]
>
> (Please send email to devel@edk2.groups.io <mailto:devel@edk2.groups.io> for help, attaching following call stack trace!)
>
> (Python 3.8.19 on win32) Traceback (most recent call last):
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2695, in Main
> MyBuild.Launch()
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2490, in Launch
> self._MultiThreadBuildPlatform()
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2282, in _MultiThreadBuildPlatform
> Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\build\build.py", line 2133, in PerformAutoGen
> Wa = WorkspaceAutoGen(
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__
> self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _InitWorker
> self.ProcessModuleFromPdf()
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 208, in ProcessModuleFromPdf
> if self.FdfProfile:
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
> Value = obj.__dict__[self._function.__name__] = self._function(obj)
> File "C:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 184, in FdfProfile
> Fdf.ParseFile()
> File "C:\Users\nfacciol\BIOS\PTL\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:\Users\nfacciol\BIOS\PTL\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1432, in _GetFd
> raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
> GenFds.FdfParser.Warning: expected [FD.] near line 281, column 6: FvUefiBoot
>
>
> - Failed -
> Build end time: 13:33:44, Mar.25 2025
> Build total time: 00:00:57
>
> C:\Users\nfacciol\BIOS\PTL\Intel\PantherLakeBoardPkg
> ********************* BLD.BAT *****************************
> ERRORLEVEL=1
>
> ----------------
> ACTIVE_PLATFORM = C:\Users\nfacciol\BIOS\PTL\Intel/PantherLakeBoardPkg/BoardPkg.dsc
> ACTIVE FLASH MAP FDF = C:\Users\nfacciol\BIOS\PTL\Intel\PantherLakeBoardPkg\Include\Fdf\FlashMapInclude.fdf
> ----------------
>
>
> The BIOS Build has failed
>
> Best Regards,
>
> Nicholas Facciola
> NEX EPE PDE (Product Development Engineer)
> <image001.png> <https://www.credly.com/badges/2cf59499-0aa5-461f-a5d7-c234a5d2702f/public_url> <image002.png> <https://www.credly.com/badges/e3bf5587-cca2-4ae9-84af-aee8d3ef67aa/public_url><image003.png> <https://www.credly.com/badges/c8c2ae27-d16b-45af-8ee7-db5f62bf5f4e/public_url>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121239): https://edk2.groups.io/g/devel/message/121239
Mute This Topic: https://groups.io/mt/111930984/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: text/html, Size: 12382 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-02 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 20:39 [edk2-devel] Unknown fatal error when compiling Pantherlake BIOS Facciola, Nicholas via groups.io
2025-04-02 17:01 ` Andrew Fish via groups.io
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox