public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* build error
@ 2019-12-02 20:29 Li, Jun J
  2019-12-02 21:51 ` [edk2-devel] " Andrew Fish
  0 siblings, 1 reply; 3+ messages in thread
From: Li, Jun J @ 2019-12-02 20:29 UTC (permalink / raw)
  To: devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]

Hi,
Could you please help to take a look at the error? Thanks!

  : error C0DE: Unknown fatal error when processing [c:\src\bios\intel\ServerRasPkg\Library\PlatMemTopoLib\SmmPlatMemTopologyLib.inf [X64, VS2015x86, RELEASE]]

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


  - Failed -
  Build end time: 04:22:15, Dec.03 2019
  Build total time: 00:00:22

  [cmd=build -u --genfds-multi-thread -D DOCUMENT_BUILD=None -D XMLCLI_COMPILE=TRUE -D MAX_SOCKET=4 -D MAX_CORE=64 -D MAX_THREAD=2 -D PCHTARGET=LBG -D CPUTARGET=ICX -D SKUCPU= -D SUB_TARGET= -D DEFINED_PLATFORM_FLAG= -D BUILD_TARGET=RELEASE -D PLATFORM_PKG=ServerPlatformPkg -D SILICON_PKG=ServerSiliconPkg -D SECURITY_PKG=ServerSecurityPkg -D PLATFORM_RESTRICTED_PKG=ServerRestrictedPkg -D PCH_PKG=ServerSiliconPkg/Pch/SouthClusterLbg -D RP_PKG=WhitleyRpPkg -D FSP_PKG=  -t VS2015x86  -a IA32 -a X64 -p C:\SRC\BIOS\Intel\WhitleyRpPkg/PlatformPkg.dsc -D BUILD_WITH_LEGACY_STACK=TRUE -D GENERATE_NEWROM_PATH=FALSE  -n 9      -D UNIFY_IFWI=FALSE ]
         - FAIL : 23532 ms

bingen clean up
BiosIdGen clean up

[-- Attachment #2: Type: text/html, Size: 3647 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] build error
  2019-12-02 20:29 build error Li, Jun J
@ 2019-12-02 21:51 ` Andrew Fish
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Fish @ 2019-12-02 21:51 UTC (permalink / raw)
  To: devel, jun.j.li

[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]



> On Dec 2, 2019, at 12:29 PM, Li, Jun J <jun.j.li@intel.com> wrote:
> 
> Hi, 
> Could you please help to take a look at the error? Thanks!
>
>   : error C0DE: Unknown fatal error when processing [c:\src\bios\intel\ServerRasPkg\Library\PlatMemTopoLib\SmmPlatMemTopologyLib.inf [X64, VS2015x86, RELEASE]]
>
>   (Please send email to devel@edk2.groups.io <mailto:devel@edk2.groups.io> for help, attaching following call stack trace!)
>

Did you get a Python backtrace from the failure? It should print out around the same location as the error message? 

The most common cause of something like this is a syntax error in the INF file. 

Thanks,

Andrew Fish

>
>   - Failed -
>   Build end time: 04:22:15, Dec.03 2019
>   Build total time: 00:00:22
>
>   [cmd=build -u --genfds-multi-thread -D DOCUMENT_BUILD=None -D XMLCLI_COMPILE=TRUE -D MAX_SOCKET=4 -D MAX_CORE=64 -D MAX_THREAD=2 -D PCHTARGET=LBG -D CPUTARGET=ICX -D SKUCPU= -D SUB_TARGET= -D DEFINED_PLATFORM_FLAG= -D BUILD_TARGET=RELEASE -D PLATFORM_PKG=ServerPlatformPkg -D SILICON_PKG=ServerSiliconPkg -D SECURITY_PKG=ServerSecurityPkg -D PLATFORM_RESTRICTED_PKG=ServerRestrictedPkg -D PCH_PKG=ServerSiliconPkg/Pch/SouthClusterLbg -D RP_PKG=WhitleyRpPkg -D FSP_PKG=  -t VS2015x86  -a IA32 -a X64 -p C:\SRC\BIOS\Intel\WhitleyRpPkg/PlatformPkg.dsc -D BUILD_WITH_LEGACY_STACK=TRUE -D GENERATE_NEWROM_PATH=FALSE  -n 9      -D UNIFY_IFWI=FALSE ]
>          - FAIL : 23532 ms
>
> bingen clean up
> BiosIdGen clean up
> 


[-- Attachment #2: Type: text/html, Size: 5319 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Build Error
@ 2021-03-19  7:00 Chow, Ching
  0 siblings, 0 replies; 3+ messages in thread
From: Chow, Ching @ 2021-03-19  7:00 UTC (permalink / raw)
  To: devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 2452 bytes --]

Hi all,

Receiving the following error when trying to build I45 ToT. Says to email this group.

Thanks,
Ching
--------------------------------

build.py...
: error C0DE: Unknown fatal error when processing [e:\git\g11plusa\Synergy\HpPlatforms\I45Pkg\PlatformPkg.dsc]

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

(Python 3.7.2 on win32) Traceback (most recent call last):
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\build\build.py", line 2663, in Main
    MyBuild.Launch()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\build\build.py", line 2458, in Launch
    self._MultiThreadBuildPlatform()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\build\build.py", line 2266, in _MultiThreadBuildPlatform
    Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\build\build.py", line 2111, in PerformAutoGen
    self.Progress
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__
    self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _InitWorker
    self.ProcessModuleFromPdf()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf
    if self.FdfProfile:
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 188, in FdfProfile
    Fdf.ParseFile()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1369, in ParseFile
    self.Preprocess()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1348, in Preprocess
    self.PreprocessIncludeFile()
  File "E:\GIT\G11PlusA\Edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 657, in PreprocessIncludeFile
    self.FileName, self.CurrentLineNumber)
GenFds.FdfParser.Warning: The include file does not exist under below directories:
e:\git\g11plusa\Synergy\HpPlatforms\I45Pkg
e:\git\g11plusa\Synergy\HpPlatforms\I45Pkg
e:\git\g11plusa
near line 51, column 0: !include MicrocodeUpdateFeaturePkg/Include/Fdf/FvMicrocodeUtilityFvName.dsc

[-- Attachment #2: Type: text/html, Size: 6004 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-19  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02 20:29 build error Li, Jun J
2019-12-02 21:51 ` [edk2-devel] " Andrew Fish
  -- strict thread matches above, loose matches on Subject: below --
2021-03-19  7:00 Build Error Chow, Ching

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox