From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web09.5428.1624955246923589934 for ; Tue, 29 Jun 2021 01:27:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XRFTIa3f; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624955246; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+l7hZ/qFwCvyJxc1ldk5bMFK2cOkfw3cpl/sfkCIWe4=; b=XRFTIa3fM9wsbW9/opEejQgWLSuufH0OLsjckeNiL8RVNDuMvT3Gv/Ji4AKOGe7VbBUgz6 w8+A7KFZyQd3dhX9dADOFVJfrjsP0vgy/RaEgbLkg2Jyyg0Gn25bfsJZelHAnCsVrcLiFH CwypOVHraRBj6t20DWaSUdzVmwYIUrc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-484-eFXj2VYNNPaukgFsiioWAA-1; Tue, 29 Jun 2021 04:27:21 -0400 X-MC-Unique: eFXj2VYNNPaukgFsiioWAA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9C8D49126D; Tue, 29 Jun 2021 08:27:20 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-158.ams2.redhat.com [10.36.114.158]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D21F019C79; Tue, 29 Jun 2021 08:27:19 +0000 (UTC) Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW2VkazItZGV2ZWxdIGVycm9yIEMwREU6IFVua25vd24gZmF0YWwgZXJyb3Igd2hlbiBwcm9jZXNzaW5nIFtlZGsyL0FybVZpcnRQa2cvQXJtVmlydFFlbXUuZHNjXQ==?= To: devel@edk2.groups.io, lange_tang@163.com, gaoliming References: <3cd9d5ea.163e.17a55690a72.Coremail.lange_tang@163.com> <005201d76c8c$c9218f40$5b64adc0$@byosoft.com.cn> <20b39ca5.4d57.17a56626c3f.Coremail.lange_tang@163.com> From: "Laszlo Ersek" Message-ID: <0f9c1066-0b16-be0c-c0f8-f5e6223e56e3@redhat.com> Date: Tue, 29 Jun 2021 10:27:18 +0200 MIME-Version: 1.0 In-Reply-To: <20b39ca5.4d57.17a56626c3f.Coremail.lange_tang@163.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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" 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 代表 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: } > > > > > > > > > > > >