public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Jose Trujillo <ce.autom@protonmail.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: :Build error
Date: Tue, 31 Jul 2018 08:57:56 -0400	[thread overview]
Message-ID: <VIxg1c8IR7hpnz-rscuJNZGQC5CpQwK-6EouVSKrWyRAlXQZsAjBX_O7ox7pcygAGjcXMo6f_drEplpQDnxYotCrFx7sFabhpOl27sH3_4Y=@protonmail.com> (raw)
In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2C3767@SHSMSX104.ccr.corp.intel.com>

Here is the file attached Liming...


‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On July 31, 2018 3:52 PM, Gao, Liming <liming.gao@intel.com> wrote:

> Could you attach /home/bios_dev/XXXX/4.8.1/edk2/Build/CorebootPayloadPkgX64/RELEASE_CBSDK/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h?
>
> I don't understand why report error in AutoGen.h.
>
> Thanks
> Liming
>
> > -----Original Message-----
> > From: Jose Trujillo [mailto:ce.autom@protonmail.com]
> > Sent: Tuesday, July 31, 2018 4:52 PM
> > To: Gao, Liming liming.gao@intel.com
> > Subject: RE: [edk2] :Build error
> > CBSDK
> > Coreboot Toolkit.
> > The definition is added to Conf/tools_def.txt
> > "# CBSDK is spun off from the GCC5 template"
> > Thank you
> > Jose Trujillo
> > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> > On July 31, 2018 9:27 AM, Gao, Liming liming.gao@intel.com wrote:
> >
> > > Which tool chain is used? What is CBSDK?
> > >
> > > > -----Original Message-----
> > > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> > > > Jose Trujillo
> > >
> > > > Sent: Monday, July 30, 2018 9:26 PM
> > > > To: edk2-devel@lists.01.org
> > > > Subject: [edk2] :Build error
> > > > Dear Tianocore developers:
> > > > I am getting the following error during the making of the latest EDK2.
> > > > vUDK2017 also fail with the same errors reported.
> > > > I tried to find on the internet the fix but I couldn't so far.
> > > > I will appreciate any advice on the issue.
> > > > ----------------------------------beginning of the error dump----------------------
> >
> > > > In file included from
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/Build/CorebootPayloadPkgX64/RELEASE_
> > CBSDK/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/
> >
> > > > DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h:18:0,
> > > > from <command-line>:0:
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/MdePkg/Include/Library/PcdLib.h:103:45:
> > error: ‘_PCD_VALUE_PcdCpuKnownGoodStackSize’
> >
> > > > undeclared here (not in a function); did you mean
> > > > ‘_PCD_SIZE_PcdCpuKnownGoodStackSize’?
> > >
> > > > #define FixedPcdGet32(TokenName) PCD_VALUE##TokenName
> > > > ^
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/CpuExceptionCommon.h:58:3: note: in expansion of
> >
> > > > macro ‘FixedPcdGet32’
> > > > FixedPcdGet32 (PcdCpuKnownGoodStackSize)
> > > > ^~~~~~~~~~~~~
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/DxeException.c:30:39: note: in expansion of macro
> >
> > > > ‘CPU_KNOWN_GOOD_STACK_SIZE’
> > > > CPU_KNOWN_GOOD_STACK_SIZE];
> > > > ^~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/DxeException.c: In function
> >
> > > > ‘InitializeCpuExceptionHandlersEx’:
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/MdePkg/Include/Library/PcdLib.h:148:54:
> > error: ‘_PCD_VALUE_PcdCpuStackSwitchExceptionList’
> >
> > > > undeclared (first use in this function); did you mean
> > > > ‘_PCD_SIZE_PcdCpuStackSwitchExceptionList’?
> > >
> > > > #define FixedPcdGetPtr(TokenName) ((VOID
> > > > *)PCD_VALUE##TokenName)
> > >
> > > > ^
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/CpuExceptionCommon.h:55:3: note: in expansion of
> >
> > > > macro ‘FixedPcdGetPtr’
> > > > FixedPcdGetPtr (PcdCpuStackSwitchExceptionList)
> > > > ^~~~~~~~~~~~~~
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/DxeException.c:275:45: note: in expansion of macro
> >
> > > > ‘CPU_STACK_SWITCH_EXCEPTION_LIST’
> > > > EssData.X64.StackSwitchExceptions =
> > > > CPU_STACK_SWITCH_EXCEPTION_LIST;
> > >
> > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/MdePkg/Include/Library/PcdLib.h:148:54:
> > note: each undeclared identifier is reported only once for
> >
> > > > each function it appears in
> > > > #define FixedPcdGetPtr(TokenName) ((VOID
> > > > *)PCD_VALUE##TokenName)
> > >
> > > > ^
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/CpuExceptionCommon.h:55:3: note: in expansion of
> >
> > > > macro ‘FixedPcdGetPtr’
> > > > FixedPcdGetPtr (PcdCpuStackSwitchExceptionList)
> > > > ^~~~~~~~~~~~~~
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/DxeException.c:275:45: note: in expansion of macro
> >
> > > > ‘CPU_STACK_SWITCH_EXCEPTION_LIST’
> > > > EssData.X64.StackSwitchExceptions =
> > > > CPU_STACK_SWITCH_EXCEPTION_LIST;
> > >
> > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > make: *** [GNUmakefile:410:
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/Build/CorebootPayloadPkgX64/RELEASE_
> > CBSDK/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/
> >
> > > > DxeCpuExceptionHandlerLib/OUTPUT/DxeException.obj] Error 1
> > > > build.py...
> > > > : error 7000: Failed to execute command
> > > > make tbuild
> >
> > [/home/bios_dev/XXXX/4.8.1/edk2/Build/CorebootPayloadPkgX64/RELEASE_
> > CBSDK/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib
> >
> > > > /DxeCpuExceptionHandlerLib]
> > > > build.py...
> > > > : error F002: Failed to build module
> >
> > /home/bios_dev/XXXX/4.8.1/edk2/UefiCpuPkg/Library/CpuExceptionHandler
> > Lib/DxeCpuExceptionHandlerLib.inf [X64, CBSDK,
> >
> > > > RELEASE]
> > > > -----------------------------End--------------------------------------------
> > > > Thank you in advance,
> > > > Jose Trujillo.
> > > > edk2-devel mailing list
> > > > edk2-devel@lists.01.org
> > > > https://lists.01.org/mailman/listinfo/edk2-devel




      parent reply	other threads:[~2018-07-31 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-30 13:25 :Build error Jose Trujillo
2018-07-31  6:27 ` Gao, Liming
     [not found]   ` <tlzoIe36EW6A2zmqqzjoTn5Wc-K3PwVRlNwWZUKGjCo80DYoFXZZ2tl8s2nygp0RhGBy0jU3yZZKgoVhHYlB8jSFAb2fXGrMAoi305TvsrY=@protonmail.com>
     [not found]     ` <4A89E2EF3DFEDB4C8BFDE51014F606A14E2C3767@SHSMSX104.ccr.corp.intel.com>
2018-07-31 12:57       ` Jose Trujillo [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='VIxg1c8IR7hpnz-rscuJNZGQC5CpQwK-6EouVSKrWyRAlXQZsAjBX_O7ox7pcygAGjcXMo6f_drEplpQDnxYotCrFx7sFabhpOl27sH3_4Y=@protonmail.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