From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vk1-f196.google.com (mail-vk1-f196.google.com [209.85.221.196]) by mx.groups.io with SMTP id smtpd.web12.12562.1595394783890236161 for ; Tue, 21 Jul 2020 22:13:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=ZWsNcBYi; spf=pass (domain: gmail.com, ip: 209.85.221.196, mailfrom: canhkha26@gmail.com) Received: by mail-vk1-f196.google.com with SMTP id m21so286241vkp.1 for ; Tue, 21 Jul 2020 22:13:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=OIuIGZOXP9PyOWhKUWC2UiQyXArm20K+w5PZBtxugbY=; b=ZWsNcBYiwMNCRzsDOvKACqEomKJSMKaSa+H9yP3X/a6E6UW3FHwBBQdfH7B7mnWCPy OrXhw8pty+953eOR1igmHyes900NYrwj31hgfiiyVa2T9+NqJTAFDgMKnJEH3tKVB6xQ 6yT4DgoSf9cok1lZr77gI1ZBPF/5b587P9cz4gkwQwryl0FIwUG6IwzI4k1Gv2bvYWFw Refggi/s9EY5OS7KydPLoQPP9JvDH9jRXlEilVxTtXMTME6uEa+xQDwai4vmK8AtV9Ne fD1E20Ne4AOer6Wc7Zvf3nFuguSA88DG2synzmK8u5gkhUu1tNk1EAUccRaP65Y8b446 Mnlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OIuIGZOXP9PyOWhKUWC2UiQyXArm20K+w5PZBtxugbY=; b=K4b+Ahi5RGSvXGH5UyYjLtfQNuRlNo0gK04q8dp+YAn3s7sIpQZ2UGUNV8qJmZhggv f3KGFHpBQYNV4PkeskCLe9nAFUAlpMYJ58ejqndtl3RzGQB+cbmOmkUuPLW4+AbnU6ld 8ir6VYe/65B8bjklCkmFjx9cJ03U6iHfTd4yqqndpvuwQrD5K2lnhEAZlrnTC2UYHLYJ 6N4Tmeib/MZ6xoNKrUsEKoGrfCO7A/ECrfTk0VKe6gZy6VL+U31YFKE2GeOv/0HVhU9r 0jxx8qwHW1jOVY+cgEQtsLI3004r9bJoU09/jcRSc2gZi99SlnPabxJ9+TNVMcA+adus yI6g== X-Gm-Message-State: AOAM5306GiJoKPwXpx/u7alYd3Ic2Hd9CzfkCPB9fDkFZz7ZJhn/LdLD /BLhbATdZ4+lI/6G1Y/Z1+sZSglI495PSSaZ/lOHCISvExQ= X-Google-Smtp-Source: ABdhPJyhVd5naI3kcBsu4YBA8ZXLoOOx1dNbV4db1eG/z8u8sOlIvguslmtzuhJz0KbpQ3EJ9HOwljizZl7N9pAmNtc= X-Received: by 2002:a1f:eec8:: with SMTP id m191mr22715298vkh.47.1595394782655; Tue, 21 Jul 2020 22:13:02 -0700 (PDT) MIME-Version: 1.0 From: Canh Kha Date: Wed, 22 Jul 2020 00:12:51 -0500 Message-ID: Subject: A problem to build KabyLake To: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="0000000000004bf98a05ab00cba4" --0000000000004bf98a05ab00cba4 Content-Type: text/plain; charset="UTF-8" Hi, When I ran this build command build -a IA32 -a X64 -n 5 -t VS2015x86 -b DEBUG -p KabylakeOpenBoardPkg\KabylakeRvp3\OpenBoardPkg.dsc I received the following message build.py... : error C0DE: Unknown fatal error when processing [c:\minnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3\OpenBoardPkg.dsc] (Please send email to devel@edk2.groups.io for help, attaching following call stack trace!) (Python 3.8.3 on win32) Traceback (most recent call last): File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py", line 2636, in Main MyBuild.Launch() File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py", line 2431, in Launch self._MultiThreadBuildPlatform() File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py", line 2238, in _MultiThreadBuildPlatform Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain) File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py", line 2088, in PerformAutoGen Wa = WorkspaceAutoGen( File "C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__ self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs) File "C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 112, in _InitWorker self.ProcessModuleFromPdf() File "C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 188, in ProcessModuleFromPdf if self.FdfProfile: File "C:\minnow\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__ Value = obj.__dict__[self._function.__name__] = self._function(obj) File "C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 164, in FdfProfile Fdf.ParseFile() File "C:\minnow\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1312, in ParseFile self.Preprocess() File "C:\minnow\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1291, in Preprocess self.PreprocessIncludeFile() File "C:\minnow\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 624, in PreprocessIncludeFile raise Warning("The include file does not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirname(self.FileName), PlatformDir, GlobalData.gWorkspace), GenFds.FdfParser.Warning: The include file does not exist under below directories: c:\minnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3 c:\minnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3 c:\minnow near line 60, column 0: !include LogoFeaturePkg/Include/PreMemory.fdf - Failed - Build end time: 00:01:19, Jul.22 2020 Build total time: 00:00:00 This is my PACKAGES_PATH C:\minnow\edk2;C:\minnow\edk2-platforms\Silicon\Intel;C:\minnow\edk2-platforms\Platform\Intel;;C:\minnow\edk2-platforms\Features\Intel;C:\minnow\edk2-non-osi\Silicon\Intel;C:\minnow\FSP Could you help to give me some suggestions to try? Thanks, Canh --0000000000004bf98a05ab00cba4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
When I ran this build command
build -a IA3= 2 -a X64 -n 5 -t VS2015x86 -b DEBUG -p KabylakeOpenBoardPkg\KabylakeRvp3\Op= enBoardPkg.dsc
I received the following message

build.py...
=C2=A0: error C0DE: Unknown fatal error when processi= ng [c:\minnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRv= p3\OpenBoardPkg.dsc]

(Please send email to devel@edk2.groups.io for help, attaching following call = stack trace!)

(Python 3.8.3 on win32) Traceback (most recent call la= st):
=C2=A0 File "C:\minnow\edk2\BaseTools\Source\Python\build\buil= d.py", line 2636, in Main
=C2=A0 =C2=A0 MyBuild.Launch()
=C2=A0 = File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py", lin= e 2431, in Launch
=C2=A0 =C2=A0 self._MultiThreadBuildPlatform()
=C2= =A0 File "C:\minnow\edk2\BaseTools\Source\Python\build\build.py",= line 2238, in _MultiThreadBuildPlatform
=C2=A0 =C2=A0 Wa, self.BuildMod= ules =3D self.PerformAutoGen(BuildTarget,ToolChain)
=C2=A0 File "C:= \minnow\edk2\BaseTools\Source\Python\build\build.py", line 2088, in Pe= rformAutoGen
=C2=A0 =C2=A0 Wa =3D WorkspaceAutoGen(
=C2=A0 File "= ;C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", = line 43, in __init__
=C2=A0 =C2=A0 self._InitWorker(Workspace, MetaFile,= Target, Toolchain, Arch, *args, **kwargs)
=C2=A0 File "C:\minnow\e= dk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 112, in= _InitWorker
=C2=A0 =C2=A0 self.ProcessModuleFromPdf()
=C2=A0 File &q= uot;C:\minnow\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py"= ;, line 188, in ProcessModuleFromPdf
=C2=A0 =C2=A0 if self.FdfProfile:=C2=A0 File "C:\minnow\edk2\BaseTools\Source\Python\Common\caching.p= y", line 28, in __get__
=C2=A0 =C2=A0 Value =3D obj.__dict__[self._= function.__name__] =3D self._function(obj)
=C2=A0 File "C:\minnow\e= dk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 164, in= FdfProfile
=C2=A0 =C2=A0 Fdf.ParseFile()
=C2=A0 File "C:\minnow= \edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1312, in Pars= eFile
=C2=A0 =C2=A0 self.Preprocess()
=C2=A0 File "C:\minnow\edk= 2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1291, in Preproce= ss
=C2=A0 =C2=A0 self.PreprocessIncludeFile()
=C2=A0 File "C:\mi= nnow\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 624, in P= reprocessIncludeFile
=C2=A0 =C2=A0 raise Warning("The include file = does not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirna= me(self.FileName), PlatformDir, GlobalData.gWorkspace),
GenFds.FdfParser= .Warning: The include file does not exist under below directories:
c:\mi= nnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3
c:\= minnow\edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3
c= :\minnow
=C2=A0near line 60, column 0: =C2=A0 !include LogoFeaturePkg/In= clude/PreMemory.fdf



- Failed -
Build end time: 00:01:19, = Jul.22 2020
Build total time: 00:00:00

This= is my PACKAGES_PATH
C:\minnow\edk2;C:\minnow\edk2-platforms\Sili= con\Intel;C:\minnow\edk2-platforms\Platform\Intel;;C:\minnow\edk2-platforms= \Features\Intel;C:\minnow\edk2-non-osi\Silicon\Intel;C:\minnow\FSP
Could you help to give me some suggestions to=C2=A0try?
Tha= nks,
Canh
--0000000000004bf98a05ab00cba4--