public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: lixiao.yang@intel.com
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Build edk2 fail
Date: Thu, 3 Mar 2022 02:21:29 +0000	[thread overview]
Message-ID: <CY4PR1101MB22302617406C0F5C6C9B89C7EA049@CY4PR1101MB2230.namprd11.prod.outlook.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 6430 bytes --]

Hi,
I encountered a failure when trying to build edk2 on March 1st.
Here is the failure:
/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:339: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:340: warning: label alone on a line without a colon might be in error [-w+orphan-labels]
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:341: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:343: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:345: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:347: error: symbol `incsspq' redefined
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:347: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:444: warning: label alone on a line without a colon might be in error [-w+orphan-labels]
make: *** [GNUmakefile:312: /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.obj] Error 1

My OS:
NAME="Red Hat Enterprise Linux"
VERSION="8.3 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.3"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA"
HOME_URL=https://www.redhat.com/
BUG_REPORT_URL=https://bugzilla.redhat.com/

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.3
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.3"

My kernel version:
Linux vmm-build-rhel8 4.18.0-240.el8.x86_64 #1 SMP Wed Sep 23 05:13:10 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux

My gcc version:
gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)

Reproducing steps:
[vmm@vmm-build-rhel8 lxy]$ git clone https://github.com/tianocore/edk2.git edk2_thirdone
Cloning into 'edk2_thirdone'...
remote: Enumerating objects: 367486, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 367486 (delta 13), reused 19 (delta 10), pack-reused 367455
Receiving objects: 100% (367486/367486), 300.44 MiB | 12.18 MiB/s, done.
Resolving deltas: 100% (266217/266217), done.
Updating files: 100% (8317/8317), done.
[vmm@vmm-build-rhel8 lxy]$ cd edk2_thirdone/
[vmm@vmm-build-rhel8 edk2_thirdone]$ git submodule init > /dev/null;git submodule update --recursive
Submodule 'SoftFloat' (https://github.com/ucb-bar/berkeley-softfloat-3.git) registered for path 'ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3'
Submodule 'BaseTools/Source/C/BrotliCompress/brotli' (https://github.com/google/brotli) registered for path 'BaseTools/Source/C/BrotliCompress/brotli'
Submodule 'CryptoPkg/Library/OpensslLib/openssl' (https://github.com/openssl/openssl) registered for path 'CryptoPkg/Library/OpensslLib/openssl'
Submodule 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli' (https://github.com/google/brotli) registered for path 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli'
Submodule 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma' (https://github.com/kkos/oniguruma) registered for path 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma'
Submodule 'RedfishPkg/Library/JsonLib/jansson' (https://github.com/akheron/jansson) registered for path 'RedfishPkg/Library/JsonLib/jansson'
Submodule 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka' (https://github.com/tianocore/edk2-cmocka.git) registered for path 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka'
Cloning into '/home/build/lxy/edk2_thirdone/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3'...
Cloning into '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/BrotliCompress/brotli'...
Cloning into '/home/build/lxy/edk2_thirdone/CryptoPkg/Library/OpensslLib/openssl'...
Cloning into '/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli'...
Cloning into '/home/build/lxy/edk2_thirdone/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma'...
Cloning into '/home/build/lxy/edk2_thirdone/RedfishPkg/Library/JsonLib/jansson'...
Cloning into '/home/build/lxy/edk2_thirdone/UnitTestFrameworkPkg/Library/CmockaLib/cmocka'...
Submodule path 'ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3': checked out 'b64af41c3276f97f0e181920400ee056b9c88037'
Submodule path 'BaseTools/Source/C/BrotliCompress/brotli': checked out 'f4153a09f87cbb9c826d8fc12c74642bb2d879ea'
Submodule path 'CryptoPkg/Library/OpensslLib/openssl': checked out '52c587d60be67c337364b830dd3fdc15404a2f04'
Submodule path 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli': checked out 'f4153a09f87cbb9c826d8fc12c74642bb2d879ea'
Submodule path 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma': checked out 'abfc8ff81df4067f309032467785e06975678f0d'
Submodule path 'RedfishPkg/Library/JsonLib/jansson': checked out 'e9ebfa7e77a6bee77df44e096b100e7131044059'
Submodule path 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka': checked out '1cc9cde3448cdd2e000886a26acf1caac2db7cf1'
[vmm@vmm-build-rhel8 edk2_thirdone]$ OvmfPkg/build.sh -a X64 -n &> make_edk.log

The log file is attached.
Is this a bug? If not, please tell me what I should do to build edk2 successfully.

Thanks!
Yang Lixiao

[-- Attachment #1.2: Type: text/html, Size: 11634 bytes --]

[-- Attachment #2: make_edk.log --]
[-- Type: application/octet-stream, Size: 435845 bytes --]

Initializing workspace
/home/build/lxy/edk2_thirdone/BaseTools
Using EDK2 in-source Basetools
WORKSPACE: /home/build/lxy/edk2_thirdone
EDK_TOOLS_PATH: /home/build/lxy/edk2_thirdone/BaseTools
CONF_PATH: /home/build/lxy/edk2_thirdone/Conf
Copying $EDK_TOOLS_PATH/Conf/build_rule.template
     to /home/build/lxy/edk2_thirdone/Conf/build_rule.txt
Copying $EDK_TOOLS_PATH/Conf/tools_def.template
     to /home/build/lxy/edk2_thirdone/Conf/tools_def.txt
Copying $EDK_TOOLS_PATH/Conf/target.template
     to /home/build/lxy/edk2_thirdone/Conf/target.txt
Building tools no /home/build/lxy/edk2_thirdone/BaseTools/Source/C/bin directory
make: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools'
make -C Source/C
make[1]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C'
Attempting to detect HOST_ARCH from 'uname -m': x86_64
Detected HOST_ARCH of X64 using uname.
mkdir -p .
mkdir ./libs
make -C Common
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/Common'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BasePeCoff.c -o BasePeCoff.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BinderFuncs.c -o BinderFuncs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  CommonLib.c -o CommonLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Crc32.c -o Crc32.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Decompress.c -o Decompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiCompress.c -o EfiCompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  FvLib.c -o FvLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  MemoryFile.c -o MemoryFile.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  MyAlloc.c -o MyAlloc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  OsPath.c -o OsPath.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ParseInf.c -o ParseInf.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  SimpleFileParsing.c -o SimpleFileParsing.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  StringFuncs.c -o StringFuncs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/Common'
mkdir ./bin
make -C VfrCompile VfrLexer.h
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile'
BIN_DIR='.' make -C Pccts/dlg
make[3]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile/Pccts/dlg'
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  err.c -o err.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  support.c -o support.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  output.c -o output.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  relabel.c -o relabel.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  automata.c -o automata.o
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
make[3]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile/Pccts/dlg'
BIN_DIR='.' make -C Pccts/antlr
make[3]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile/Pccts/antlr'
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  antlr.c -o antlr.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  scan.c -o scan.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  err.c -o err.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  bits.c -o bits.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  build.c -o build.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset2.c -o fset2.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset.c -o fset.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  gen.c -o gen.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  globals.c -o globals.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  hash.c -o hash.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  lex.c -o lex.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  main.c -o main.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  misc.c -o misc.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  pred.c -o pred.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  egman.c -o egman.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  mrhoist.c -o mrhoist.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fcache.c -o fcache.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
make[3]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile/Pccts/antlr'
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator   Version 1.33MR33   1989-2001
VfrSyntax.g, line 3529: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3538: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3547: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3557: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3587: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3596: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg  Version 1.33MR33   1989-2001

make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile'
make -C BrotliCompress
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/BrotliCompress'
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BrotliCompress.c -o BrotliCompress.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/platform.c -o brotli/c/common/platform.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/shared_dictionary.c -o brotli/c/common/shared_dictionary.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/constants.c -o brotli/c/common/constants.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/context.c -o brotli/c/common/context.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/command.c -o brotli/c/enc/command.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compound_dictionary.c -o brotli/c/enc/compound_dictionary.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/fast_log.c -o brotli/c/enc/fast_log.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/dictionary.c -o brotli/c/common/dictionary.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/transform.c -o brotli/c/common/transform.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/bit_reader.c -o brotli/c/dec/bit_reader.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/decode.c -o brotli/c/dec/decode.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/huffman.c -o brotli/c/dec/huffman.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/state.c -o brotli/c/dec/state.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/backward_references.c -o brotli/c/enc/backward_references.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/backward_references_hq.c -o brotli/c/enc/backward_references_hq.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/bit_cost.c -o brotli/c/enc/bit_cost.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/block_splitter.c -o brotli/c/enc/block_splitter.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/brotli_bit_stream.c -o brotli/c/enc/brotli_bit_stream.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/cluster.c -o brotli/c/enc/cluster.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compress_fragment.c -o brotli/c/enc/compress_fragment.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compress_fragment_two_pass.c -o brotli/c/enc/compress_fragment_two_pass.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/dictionary_hash.c -o brotli/c/enc/dictionary_hash.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/encode.c -o brotli/c/enc/encode.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/encoder_dict.c -o brotli/c/enc/encoder_dict.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/entropy_encode.c -o brotli/c/enc/entropy_encode.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/histogram.c -o brotli/c/enc/histogram.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/literal_cost.c -o brotli/c/enc/literal_cost.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/memory.c -o brotli/c/enc/memory.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/metablock.c -o brotli/c/enc/metablock.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/static_dict.c -o brotli/c/enc/static_dict.o
gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/utf8_util.c -o brotli/c/enc/utf8_util.o
gcc -o ../bin/BrotliCompress   BrotliCompress.o brotli/c/common/platform.o brotli/c/common/shared_dictionary.o brotli/c/common/constants.o brotli/c/common/context.o brotli/c/enc/command.o brotli/c/enc/compound_dictionary.o brotli/c/enc/fast_log.o brotli/c/common/dictionary.o brotli/c/common/transform.o brotli/c/dec/bit_reader.o brotli/c/dec/decode.o brotli/c/dec/huffman.o brotli/c/dec/state.o brotli/c/enc/backward_references.o brotli/c/enc/backward_references_hq.o brotli/c/enc/bit_cost.o brotli/c/enc/block_splitter.o brotli/c/enc/brotli_bit_stream.o brotli/c/enc/cluster.o brotli/c/enc/compress_fragment.o brotli/c/enc/compress_fragment_two_pass.o brotli/c/enc/dictionary_hash.o brotli/c/enc/encode.o brotli/c/enc/encoder_dict.o brotli/c/enc/entropy_encode.o brotli/c/enc/histogram.o brotli/c/enc/literal_cost.o brotli/c/enc/memory.o brotli/c/enc/metablock.o brotli/c/enc/static_dict.o brotli/c/enc/utf8_util.o -L../libs -lm
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/BrotliCompress'
make -C VfrCompile
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile'
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  EfiVfrParser.cpp -o EfiVfrParser.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrLexer.cpp -o VfrLexer.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  VfrSyntax.cpp -o VfrSyntax.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrFormPkg.cpp -o VfrFormPkg.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrUtilityLib.cpp -o VfrUtilityLib.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrCompiler.cpp -o VfrCompiler.o
g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VfrCompile'
make -C EfiRom
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/EfiRom'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom   EfiRom.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/EfiRom'
make -C GenFfs
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFfs'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs   GenFfs.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFfs'
make -C GenFv
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFv'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFv.c -o GenFv.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv   GenFv.o GenFvInternalLib.o -L../libs -lCommon -luuid
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFv'
make -C GenFw
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFw'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFw.c -o GenFw.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ElfConvert.c -o ElfConvert.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Elf32Convert.c -o Elf32Convert.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw   GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon -luuid
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenFw'
make -C GenSec
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenSec'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenSec.c -o GenSec.o
gcc -o ../bin/GenSec   GenSec.o -L../libs -lCommon -luuid
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenSec'
make -C GenCrc32
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenCrc32'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32   GenCrc32.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/GenCrc32'
make -C LzmaCompress
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/LzmaCompress'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST LzmaCompress.c -o LzmaCompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress   LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/LzmaCompress'
make -C TianoCompress
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/TianoCompress'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress   TianoCompress.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/TianoCompress'
make -C VolInfo
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VolInfo'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo   VolInfo.o -L../libs -lCommon
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/VolInfo'
make -C DevicePath
make[2]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/DevicePath'
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  DevicePath.c -o DevicePath.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  UefiDevicePathLib.c -o UefiDevicePathLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  DevicePathFromText.c -o DevicePathFromText.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  DevicePathUtilities.c -o DevicePathUtilities.o
gcc -o ../bin/DevicePath   DevicePath.o UefiDevicePathLib.o DevicePathFromText.o  DevicePathUtilities.o -L../libs -lCommon -luuid
make[2]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C/DevicePath'
Finished building BaseTools C Tools with HOST_ARCH=X64
make[1]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/C'
make -C Source/Python
make[1]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/Python'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Source/Python'
make -C Tests
make[1]: Entering directory '/home/build/lxy/edk2_thirdone/BaseTools/Tests'
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AmlToC_AmlToC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_AutoGenWorker (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_DataPipe (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenVar (CheckPythonSyntax.Tests) ... ok
test_AutoGen_IdfClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_IncludesAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ModuleAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ModuleAutoGenHelper (CheckPythonSyntax.Tests) ... ok
test_AutoGen_PlatformAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_WorkspaceAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_Capsule_GenerateCapsule (CheckPythonSyntax.Tests) ... ok
test_Capsule_GenerateWindowsDriver (CheckPythonSyntax.Tests) ... ok
test_Capsule_WindowsCapsuleSupportHelper (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2_Capsule_FmpPayloadHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2_Capsule___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_StringUtils (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_CapsuleDependency (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_FmpAuthHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_FmpCapsuleHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_UefiCapsuleHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_caching (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CListener (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccMain (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CListener (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotMain (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_Identification (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Split_Split (CheckPythonSyntax.Tests) ... ok
test_Split___init__ (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_StringUtils (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_DecBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_DscBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_InfBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_build_buildoptions (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test_tests_Split_test_split (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 285 tests in 3.197s

OK
make[1]: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools/Tests'
make: Leaving directory '/home/build/lxy/edk2_thirdone/BaseTools'
Running edk2 build for OvmfPkgX64
Build environment: Linux-4.18.0-240.el8.x86_64-x86_64-with-redhat-8.3-Ootpa
Build start time: 09:27:19, Mar.03 2022

WORKSPACE        = /home/build/lxy/edk2_thirdone
EDK_TOOLS_PATH   = /home/build/lxy/edk2_thirdone/BaseTools
CONF_PATH        = /home/build/lxy/edk2_thirdone/Conf
PYTHON_COMMAND   = /usr/bin/python3.6


Processing meta-data .
Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = /home/build/lxy/edk2_thirdone/OvmfPkg/OvmfPkgX64.dsc
......... done!
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/DriverEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDriverEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/./DriverEntryPoint.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDriverEntryPoint -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiBootServicesTableLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugIoPortQemu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugIoPortQemu.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoHighLevel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoHighLevel.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BasePrintLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BasePrintLib/PrintLib.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/UefiDriverEntryPoint.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/UefiDriverEntryPoint.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/CompareMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/DxePcdLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/DxePcdLib/DxePcdLib.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/BaseLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BasePrintLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BasePrintLib/PrintLibInternal.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ARShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/ARShiftU64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/CopyMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/RegisterFilterLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FilterLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/./RegisterFilterLibNull.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/RegisterFilterLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugLibDetect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLibDetect.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BitField.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/BitField.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibGcc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibGcc.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/IsZeroBufferWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/BdsPlatform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./BdsPlatform.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include/Ia32 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/SecurityPkg -I/home/build/lxy/edk2_thirdone/SecurityPkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/FilterLibNull.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/FilterLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootLogoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/./BootLogoLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootLogoLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/FsAccess.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvVarsFileLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/./FsAccess.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/NvVarsFileLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/NvVarsFileLib/FsAccess.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/MemLibGuid.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibMmioBuffer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibMmioBuffer.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/CheckSum.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/CheckSum.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/OUTPUT/X86QemuLoadImageLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=X86QemuLoadImageLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/OUTPUT/./X86QemuLoadImageLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/X86QemuLoadImageLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem16Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/ExtraRootBusMap.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuBootOrderLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/./ExtraRootBusMap.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuBootOrderLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/StatusCodeHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBmPrintScLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/./StatusCodeHandler.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBmPrintScLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ChkStkGcc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/ChkStkGcc.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeTcg2PhysicalPresenceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/./DxeTcg2PhysicalPresenceLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/SecurityPkg -I/home/build/lxy/edk2_thirdone/SecurityPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem32Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/./XenPlatformLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/XenPlatformLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/XenPlatformLib/XenPlatformLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Cpu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/Cpu.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/SerializeVariablesLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeSerializeVariablesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/./SerializeVariablesLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/SerializeVariablesLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/Linux.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LoadLinuxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/./Linux.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/Linux.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem64Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/OUTPUT/X86QemuLoadImageLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/OUTPUT/X86QemuLoadImageLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/CpuDeadLoop.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/CpuDeadLoop.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvVarsFileLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/./NvVarsFileLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/NvVarsFileLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/PeiResourcePublicationLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3BasePei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3BasePei.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3BasePei.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuBootOrderLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/./QemuBootOrderLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuBootOrderLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem8Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLibNull.lib
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgPeiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/./QemuFwCfgLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivS64x64Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/DivS64x64Remainder.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3Pei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3Pei.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Pei.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLibNullClass.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VarCheckUefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/./VarCheckUefiLibNullClass.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckUefiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyExtraInitRuntimeDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariablePolicyLibRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/./VariablePolicyExtraInitRuntimeDxe.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VariablePolicyLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitRuntimeDxe.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem16Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/DivU64x32.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/PlatformBmPrintScLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/PlatformBmPrintScLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AuthVariableLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/./AuthVariableLibNull.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/AuthVariableLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/DxeSerializeVariablesLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/DxeSerializeVariablesLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem32Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3PeiDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3PeiDxe.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3PeiDxe.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x32Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/DivU64x32Remainder.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TpmMeasurementLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/./TpmMeasurementLibNull.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/TpmMeasurementLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VarCheckLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/./VarCheckLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VarCheckLib/VarCheckLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgPeiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/./QemuFwCfgPei.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c
Building ... /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/PeiQemuFwCfgS3LibFwCfg.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/PeiQemuFwCfgS3LibFwCfg.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariablePolicyLibRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/./VariablePolicyLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VariablePolicyLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformData.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./PlatformData.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include/Ia32 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/SecurityPkg -I/home/build/lxy/edk2_thirdone/SecurityPkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib/PlatformData.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x64Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/DivU64x64Remainder.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/LinuxGdt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LoadLinuxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/./LinuxGdt.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/LinuxGdt.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem64Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/FilePaths.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/FilePaths.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/object_files.lst
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseExtractGuidedSectionLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/CpuExceptionCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPeiLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPeiLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/GetPowerOfTwo32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.lib
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/AcpiTimerLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf [X64]
"nasm" -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseIoLibIntrinsic/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.iii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/BaseIoLibIntrinsicSev.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugIoPortQemu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugIoPortQemu.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/BaseIoLibIntrinsicSev.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib/SecVmgExitLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/./SecPeiCpuException.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/GetPowerOfTwo64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/./SecMemEncryptSevLibInternal.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLibInternal.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/SecVmgExitVcHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecVmgExitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/./SecVmgExitVcHandler.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib/SecVmgExitVcHandler.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLibRuntimeDxe.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLibRuntimeDxe.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
Building ... /home/build/lxy/edk2_thirdone/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TimeBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/./TimeBaseLib.obj -I/home/build/lxy/edk2_thirdone/EmbeddedPkg/Library/TimeBaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/EmbeddedPkg -I/home/build/lxy/edk2_thirdone/EmbeddedPkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/HighBitSet32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/HighBitSet32.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/QemuKernel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./QemuKernel.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include -I/home/build/lxy/edk2_thirdone/SourceLevelDebugPkg/Include/Ia32 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/SecurityPkg -I/home/build/lxy/edk2_thirdone/SecurityPkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformBootManagerLib/QemuKernel.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./BaseRomAcpiTimerLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/HighBitSet64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/HighBitSet64.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugLibDetectRom.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugLibDetectRom.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.ii
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformHasIoMmuLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/./PlatformHasIoMmuLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformHasIoMmuLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/OUTPUT/PciHostBridgeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/OUTPUT/./PciHostBridgeLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LRotU32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LRotU32.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/VmgExitLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecVmgExitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/./VmgExitLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib/VmgExitLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/PlatformRomDebugLibIoPort.lib
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/PlatformRomDebugLibIoPort.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/object_files.lst
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/object_files.lst
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.ii
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LRotU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LRotU64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecSnpSystemRamValidate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecSnpSystemRamValidate.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecSnpSystemRamValidate.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./BootManager.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformBootManagerLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformBootManagerLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./DeviceManager.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BmLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BmLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LShiftU64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecVirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecVirtualMemory.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecVirtualMemory.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG/AutoGen.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/OUTPUT/PciHostBridgeLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/OUTPUT/PciHostBridgeLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/VmgExitVcHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecVmgExitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/./VmgExitVcHandler.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LinkedList.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LinkedList.c
"nasm" -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/X64/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LoadLinuxLib/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/X64/JumpToKernel.iii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/LoadLinuxLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/LoadLinuxLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./CustomizedDisplayLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LongJump.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LongJump.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.ii
"nasm" -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeUtilityLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/./PciHostBridgeUtilityLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeUtilityLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBase.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector/ResetVector.inf [X64]
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/DeviceManagerVfr.c.deps -x c -E -P -DVFRCOMPILE --include DeviceManagerUiLibStrDefs.h -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerVfr.Vfr > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenance.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenance.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.ii
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf [X64]
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector/ResetVector.nasmb
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LowBitSet32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LowBitSet32.c
"VfrCompile" -l -n --string-db /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLibStrDefs.hpk --output-directory /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/. /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./DeviceManagerVfr.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DeviceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/DeviceManagerVfr.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EmuVariableFvbLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/./EmuVariableFvbLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/EmuVariableFvbLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LowBitSet64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/LowBitSet64.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/BootManagerVfr.c.deps -x c -E -P -DVFRCOMPILE --include BootManagerUiLibStrDefs.h -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/OUTPUT/UefiPciCapPciIoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPciCapPciIoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/OUTPUT/./UefiPciCapPciIoLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/UefiPciCapPciIoLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.c
"VfrCompile" -l -n --string-db /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLibStrDefs.hpk --output-directory /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/. /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./BootManagerVfr.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/BootManagerVfr.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BmpSupportLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseBmpSupportLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/./BmpSupportLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BaseBmpSupportLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BaseBmpSupportLib/BmpSupportLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Math64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/Math64.c
Building ... /home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIpIoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/./DxeIpIoLib.obj -I/home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeIpIoLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./CustomizedDisplayLibInternal.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/BootScriptExecute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeS3BootScriptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/./BootScriptExecute.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/PiDxeS3BootScriptLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ModU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/ModU64x32.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/SecVmgExitLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/SecVmgExitLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/VmgExitLib/SecVmgExitLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/./LockBoxDxe.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxDxe.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/OUTPUT/UefiPciCapPciIoLib.lib
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/OUTPUT/UefiPciCapPciIoLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib/OUTPUT/object_files.lst
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf [X64]
"nasm" -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultS64x64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/MultS64x64.c
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:375: warning: label alone on a line without a colon might be in error [-w+orphan-labels]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BlobVerifierLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/./BlobVerifierNull.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BlobVerifierLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierNull.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuExceptionHandlerLib.lib
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/DEBUG -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/ResetVector/Vtf0/ /home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector/ResetVector.nasmb > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.ii
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuExceptionHandlerLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSmbusLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/./BaseSmbusLibNull.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseSmbusLibNull -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
Trim --source-code --convert-hex -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BaseBmpSupportLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BaseBmpSupportLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/GuidedSectionExtraction.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierLibNull.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/MultU64x32.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/DxeExtractGuidedSectionLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/BootMaintenanceManager.c.deps -x c -E -P -DVFRCOMPILE --include BootMaintenanceManagerUiLibStrDefs.h -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultU64x64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/MultU64x64.c
"VfrCompile" -l -n --string-db /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerUiLibStrDefs.hpk --output-directory /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/. /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.i
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/./LockBoxLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManager.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/BootMaintenanceManager.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/QuickSort.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./QuickSort.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/QuickSort.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/HobLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreHobLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreHobLib/HobLib.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
"nasm" -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/object_files.lst
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RRotU32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/RRotU32.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxeLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxeLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/BootScriptSave.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeS3BootScriptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/./BootScriptSave.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/PiDxeS3BootScriptLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
"nasm" -I/home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector/ -l /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.lst -f bin  -I/home/build/lxy/edk2_thirdone/OvmfPkg/ResetVector/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/DEBUG/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include/ -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/ResetVector/Vtf0/ -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerCustomizedUi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManagerCustomizedUi.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUi.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RRotU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/RRotU64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreEntryPoint -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
cp -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.com
test -e /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin && GenSec -s EFI_SECTION_RAW -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09ResetVector/1BA0062E-C779-4582-8566-336AE8F78F09SEC1.1.raw /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin
GenFfs -t EFI_FV_FILETYPE_RAW -g 1BA0062E-C779-4582-8566-336AE8F78F09 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09ResetVector/1BA0062E-C779-4582-8566-336AE8F78F09.ffs -oi /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09ResetVector/1BA0062E-C779-4582-8566-336AE8F78F09SEC1.1.raw -n 16
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/RShiftU64.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerCustomizedUiSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManagerCustomizedUiSupport.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathFromText.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
Building ... /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SafeString.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SafeString.c
Building ... /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryProfileLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./AmdSev.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/AmdSev.c
Building ... /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.ii
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf [X64]
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/CpuExceptionCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/AcpiTimerLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiDxeMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/./PeiDxeMemEncryptSevLibInternal.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/PeiDxeMemEncryptSevLibInternal.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG/AutoGen.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/MemoryAllocationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellInstall1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/./UefiShellInstall1CommandsLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellInstall1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/./PeiMemEncryptSevLibInternal.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLibInternal.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/Microcode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/Microcode.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootOption.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Alias.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Alias.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./BaseAcpiTimerLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG/AutoGen.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/DxeS3BootScriptLib.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SetJump.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SetJump.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathToText.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/DxeS3BootScriptLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/object_files.lst
"nasm" -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiDxeSmmCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/Ifconfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./Ifconfig.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/String.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/String.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/MpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/MpLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiDxeVirtualMemory.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes16.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SwapBytes16.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Attrib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Attrib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel2CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel2CommandsLib/Attrib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG/AutoGen.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf [X64]
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/ConsoleOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./ConsoleOption.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SwapBytes32.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathUtilities.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellBcfgCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellBcfgCommandLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/ApplicationEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiApplicationEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/./ApplicationEntryPoint.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiApplicationEntryPoint -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.ii
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/Xcode5ExceptionHandlerAsm.nasm
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SwapBytes64.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/ConsistMapping.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/./ConsistMapping.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellCommandLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHandleParsingLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiHandleParsingLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG/AutoGen.c
Building ... /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Exit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Exit.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib/Exit.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwitchStack.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/SwitchStack.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/UefiShellLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/./UefiShellLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLib/UefiShellLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/Ping.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./Ping.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiSnpSystemRamValidate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiSnpSystemRamValidate.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiSnpSystemRamValidate.c
Building ... /home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/UefiApplicationEntryPoint.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/UefiApplicationEntryPoint.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Unaligned.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/Unaligned.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./AutoGen.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel2CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG/AutoGen.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHttpLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/./DxeHttpLib.obj -I/home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeHttpLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Connect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Connect.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib/Connect.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellBcfgCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/./UefiShellBcfgCommandLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellBcfgCommandLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64/CpuId.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathUtilitiesDxeSmm.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilitiesDxeSmm.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesDxeSmm.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/Xcode5ExceptionHandlerAsm.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.ii
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiFileHandleLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/./UefiFileHandleLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiFileHandleLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/PeimEntryPoint -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
"nasm" -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
Trim --asm-file -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i -i /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/Data.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./Data.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/For.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./For.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Cls.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Cls.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./UefiDevicePathLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/UefiShellCommandLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/./UefiShellCommandLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellCommandLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/UefiHandleParsingLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHandleParsingLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/./UefiHandleParsingLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiHandleParsingLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseUefiDecompressLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/DevTree.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./DevTree.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDriver1CommandsLib/DevTree.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseLib/X64/CpuId.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.ii
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj.deps -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.ii
Building ... /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/UefiShellNetwork1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./UefiShellNetwork1CommandsLib.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.c
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.ii
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/object_files.lst
Trim --trim-long --source-code -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.ii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/PeiExtractGuidedSectionLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.lib
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/UpdatePage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./UpdatePage.obj -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /home/build/lxy/edk2_thirdone/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/object_files.lst
Building ... /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf [X64]
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/home/build/lxy/edk2_thirdone/MdePkg/Library/PeiPcdLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 /home/build/lxy/edk2_thirdone/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib/OUTPUT/PxeBcPcd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PxeBcPcdProducerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib/OUTPUT/./PxeBcPcd.obj -I/home/build/lxy/edk2_thirdone/OvmfPkg/Library/PxeBcPcdProducerLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/NetworkPkg -I/home/build/lxy/edk2_thirdone/NetworkPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg -I/home/build/lxy/edk2_thirdone/OvmfPkg/Include -I/home/build/lxy/edk2_thirdone/OvmfPkg/Csm/Include /home/build/lxy/edk2_thirdone/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcd.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/object_files.lst
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Echo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Echo.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel3CommandsLib/Echo.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/AmdSev.obj -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/UefiCpuPkg -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/MpInitLib/X64/AmdSev.c
rm -f /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.lib
"gcc-ar" cr /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.lib  @/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/object_files.lst
"nasm" -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/ -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/ -I/home/build/lxy/edk2_thirdone/MdePkg/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include/ -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/ -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/ -I/home/build/lxy/edk2_thirdone/UefiCpuPkg/Include/ -f elf64 -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.obj /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Goto.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Goto.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c
"gcc" -MMD -MF /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Comp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -flto -DUSING_LTO -Os -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Comp.obj -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib -I/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/home/build/lxy/edk2_thirdone/MdePkg -I/home/build/lxy/edk2_thirdone/MdePkg/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Test/UnitTest/Include -I/home/build/lxy/edk2_thirdone/MdePkg/Include/X64 -I/home/build/lxy/edk2_thirdone/ShellPkg -I/home/build/lxy/edk2_thirdone/ShellPkg/Include -I/home/build/lxy/edk2_thirdone/MdeModulePkg -I/home/build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:339: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:340: warning: label alone on a line without a colon might be in error [-w+orphan-labels]
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:341: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:343: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:345: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:347: error: symbol `incsspq' redefined
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:347: error: parser: instruction expected
/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.iii:444: warning: label alone on a line without a colon might be in error [-w+orphan-labels]
make: *** [GNUmakefile:312: /home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/Xcode5ExceptionHandlerAsm.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib]


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib]


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/build/lxy/edk2_thirdone/Build/OvmfX64/DEBUG_GCC5/X64/MdePkg/Library/BaseLib/BaseLib]


build.py...
 : error F002: Failed to build module
	/home/build/lxy/edk2_thirdone/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64, GCC5, DEBUG]

- Failed -
Build end time: 09:27:36, Mar.03 2022
Build total time: 00:00:17


             reply	other threads:[~2022-03-03  2:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03  2:21 lixiao.yang [this message]
2022-03-04  5:22 ` 回复: [edk2-devel] Build edk2 fail gaoliming
2022-06-15  7:45 ` Corvin Köhne

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=CY4PR1101MB22302617406C0F5C6C9B89C7EA049@CY4PR1101MB2230.namprd11.prod.outlook.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