public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Laszlo Ersek" <lersek@redhat.com>
To: devel@edk2.groups.io, lange_tang@163.com,
	gaoliming <gaoliming@byosoft.com.cn>
Subject: Re: 回复: [edk2-devel] error C0DE: Unknown fatal error when processing [edk2/ArmVirtPkg/ArmVirtQemu.dsc]
Date: Tue, 29 Jun 2021 10:27:18 +0200	[thread overview]
Message-ID: <0f9c1066-0b16-be0c-c0f8-f5e6223e56e3@redhat.com> (raw)
In-Reply-To: <20b39ca5.4d57.17a56626c3f.Coremail.lange_tang@163.com>

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: }
> 
>  
> 
>  
> 
>  
> 
> 
> 
> 
> 
> 


      reply	other threads:[~2021-06-29  8:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f9c1066-0b16-be0c-c0f8-f5e6223e56e3@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox