* error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
@ 2021-06-29 1:36 Lange Tang
2021-06-29 2:16 ` 回复: [edk2-devel] " gaoliming
0 siblings, 1 reply; 4+ messages in thread
From: Lange Tang @ 2021-06-29 1:36 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 2179 bytes --]
build.py...
: error C0DE: Unknown fatal error when processing [/home/lange/uefi/edk2/ArmVirtPkg/ArmVirtQemu.dsc]
(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)
(Python 3.6.9 on linux) Traceback (most recent call last):
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2698, in Main
MyBuild.Launch()
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2493, in Launch
self._MultiThreadBuildPlatform()
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2285, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2149, in PerformAutoGen
self.Progress
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 43, in __init__
self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 116, in _InitWorker
self.ProcessModuleFromPdf()
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf
if self.FdfProfile:
File "/home/lange/uefi/edk2/BaseTools/Source/Python/Common/caching.py", line 28, in __get__
Value = obj.__dict__[self._function.__name__] = self._function(obj)
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 188, in FdfProfile
Fdf.ParseFile()
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1319, in ParseFile
while self._GetFd() or self._GetFv() or self._GetFmp() or self._GetCapsule() or self._GetRule() or self._GetOptionRom():
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1431, in _GetFd
raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
[-- Attachment #2: Type: text/html, Size: 3211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* 回复: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
2021-06-29 1:36 error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc] Lange Tang
@ 2021-06-29 2:16 ` gaoliming
2021-06-29 6:08 ` Lange Tang
0 siblings, 1 reply; 4+ messages in thread
From: gaoliming @ 2021-06-29 2:16 UTC (permalink / raw)
To: devel, lange_tang
[-- Attachment #1: Type: text/plain, Size: 2735 bytes --]
Do you change ArmVirtQemu.fdf?
The error reports the issue in this file GenFds.FdfParser.Warning: expected
[FD.] near line 115, column 3: }
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Lange Tang
发送时间: 2021年6月29日 9:36
收件人: devel@edk2.groups.io
主题: [edk2-devel] error C0DE: Unknown fatal error when processing
[edk2/ArmVirtPkg/ArmVirtQemu.dsc]
build.py...
: error C0DE: Unknown fatal error when processing
[/home/lange/uefi/edk2/ArmVirtPkg/ArmVirtQemu.dsc]
(Please send email to devel@edk2.groups.io <mailto:devel@edk2.groups.io>
for help, attaching following call stack trace!)
(Python 3.6.9 on linux) Traceback (most recent call last):
File
"/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/b
uild/build.py", line 2698, in Main
MyBuild.Launch()
File
"/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/b
uild/build.py", line 2493, in Launch
self._MultiThreadBuildPlatform()
File
"/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/b
uild/build.py", line 2285, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File
"/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/b
uild/build.py", line 2149, in PerformAutoGen
self.Progress
File
"/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py",
line 43, in __init__
self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args,
**kwargs)
File
"/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py",
line 116, in _InitWorker
self.ProcessModuleFromPdf()
File
"/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py",
line 212, in ProcessModuleFromPdf
if self.FdfProfile:
File "/home/lange/uefi/edk2/BaseTools/Source/Python/Common/caching.py",
line 28, in __get__
Value = obj.__dict__[self._function.__name__] = self._function(obj)
File
"/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py",
line 188, in FdfProfile
Fdf.ParseFile()
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py",
line 1319, in ParseFile
while self._GetFd() or self._GetFv() or self._GetFmp() or
self._GetCapsule() or self._GetRule() or self._GetOptionRom():
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py",
line 1431, in _GetFd
raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
[-- Attachment #2: Type: text/html, Size: 10429 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 回复: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
2021-06-29 2:16 ` 回复: [edk2-devel] " gaoliming
@ 2021-06-29 6:08 ` Lange Tang
2021-06-29 8:27 ` Laszlo Ersek
0 siblings, 1 reply; 4+ messages in thread
From: Lange Tang @ 2021-06-29 6:08 UTC (permalink / raw)
To: gaoliming; +Cc: devel
[-- Attachment #1.1: Type: text/plain, Size: 2924 bytes --]
hi gaoliming:
I'm glad to hear from you!
I want to build ArmVirtPkg to get QEMU_EFI.fd firmware to support videoo qxl.
The following two files have been modified:
1. ArmVirtPkg/ArmVirtQemu.dsc
2. ArmVirtPkg/ArmVirtQemu.fdf
At 2021-06-29 10:16:35, "gaoliming" <gaoliming@byosoft.com.cn> wrote:
Do you change ArmVirtQemu.fdf?
The error reports the issue in this file GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Lange Tang
发送时间: 2021年6月29日 9:36
收件人: devel@edk2.groups.io
主题: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
build.py...
: error C0DE: Unknown fatal error when processing [/home/lange/uefi/edk2/ArmVirtPkg/ArmVirtQemu.dsc]
(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)
(Python 3.6.9 on linux) Traceback (most recent call last):
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2698, in Main
MyBuild.Launch()
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2493, in Launch
self._MultiThreadBuildPlatform()
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2285, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2149, in PerformAutoGen
self.Progress
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 43, in __init__
self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 116, in _InitWorker
self.ProcessModuleFromPdf()
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf
if self.FdfProfile:
File "/home/lange/uefi/edk2/BaseTools/Source/Python/Common/caching.py", line 28, in __get__
Value = obj.__dict__[self._function.__name__] = self._function(obj)
File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 188, in FdfProfile
Fdf.ParseFile()
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1319, in ParseFile
while self._GetFd() or self._GetFv() or self._GetFmp() or self._GetCapsule() or self._GetRule() or self._GetOptionRom():
File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1431, in _GetFd
raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
[-- Attachment #1.2: Type: text/html, Size: 10453 bytes --]
[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 16951 bytes --]
[-- Attachment #3: image.png --]
[-- Type: image/png, Size: 11487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 回复: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
2021-06-29 6:08 ` Lange Tang
@ 2021-06-29 8:27 ` Laszlo Ersek
0 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2021-06-29 8:27 UTC (permalink / raw)
To: devel, lange_tang, gaoliming
On 06/29/21 08:08, Lange Tang wrote:
> hi gaoliming:
> I'm glad to hear from you!
> I want to build ArmVirtPkg to get QEMU_EFI.fd firmware to support videoo qxl.
> The following two files have been modified:
> 1. ArmVirtPkg/ArmVirtQemu.dsc
> 2. ArmVirtPkg/ArmVirtQemu.fdf
(a) Please avoid screenshots where pasting normal text works. Some
contirbutors use screen readers to follow the list.
(b) Adding QemuVideoDxe to ArmVirtQemu is a bad idea.
https://bugzilla.tianocore.org/show_bug.cgi?id=785
Thanks,
Laszlo
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2021-06-29 10:16:35, "gaoliming" <gaoliming@byosoft.com.cn> wrote:
>
> Do you change ArmVirtQemu.fdf?
>
>
>
> The error reports the issue in this file GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
>
>
>
> Thanks
>
> Liming
>
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Lange Tang
> 发送时间: 2021年6月29日 9:36
> 收件人: devel@edk2.groups.io
> 主题: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
>
>
>
> build.py...
>
> : error C0DE: Unknown fatal error when processing [/home/lange/uefi/edk2/ArmVirtPkg/ArmVirtQemu.dsc]
>
>
>
> (Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)
>
>
>
> (Python 3.6.9 on linux) Traceback (most recent call last):
>
> File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2698, in Main
>
> MyBuild.Launch()
>
> File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2493, in Launch
>
> self._MultiThreadBuildPlatform()
>
> File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2285, in _MultiThreadBuildPlatform
>
> Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
>
> File "/home/lange/uefi/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 2149, in PerformAutoGen
>
> self.Progress
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 43, in __init__
>
> self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 116, in _InitWorker
>
> self.ProcessModuleFromPdf()
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf
>
> if self.FdfProfile:
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/Common/caching.py", line 28, in __get__
>
> Value = obj.__dict__[self._function.__name__] = self._function(obj)
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 188, in FdfProfile
>
> Fdf.ParseFile()
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1319, in ParseFile
>
> while self._GetFd() or self._GetFv() or self._GetFmp() or self._GetCapsule() or self._GetRule() or self._GetOptionRom():
>
> File "/home/lange/uefi/edk2/BaseTools/Source/Python/GenFds/FdfParser.py", line 1431, in _GetFd
>
> raise Warning.Expected("[FD.]", self.FileName, self.CurrentLineNumber)
>
> GenFds.FdfParser.Warning: expected [FD.] near line 115, column 3: }
>
>
>
>
>
>
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-29 8:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-29 1:36 error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc] Lange Tang
2021-06-29 2:16 ` 回复: [edk2-devel] " gaoliming
2021-06-29 6:08 ` Lange Tang
2021-06-29 8:27 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox