Hi, Actually, I have created a github repository which provides nightly builds of some platforms in edk2-platoforms. https://github.com/naitaku/edk2-platforms-build Now that TigerlakeURvp is built successfully with GCC5, I have added it to the target of the nightly builds. Thank you for your support! Regards, Takuto Naito On Thu, Feb 25, 2021 at 11:19 AM Desimone, Nathaniel L < nathaniel.l.desimone@intel.com> wrote: > The series has been pushed as 33ba808~.. 9951457 > > Thanks, > Nate > > > -----Original Message----- > > From: Takuto Naito > > Sent: Tuesday, February 23, 2021 5:38 PM > > To: devel@edk2.groups.io > > Cc: Takuto Naito ; Chaganty, Rangasai V > > ; Desimone, Nathaniel L > > ; Luo, Heng > > Subject: [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build > > error with GCC5 > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3224 > > > > Fix build errors caused by "-Werror=unused-but-set-variable" with GCC5. > > These build errors occur only with DEBUG target because > > RELEASE_GCC5_X64_CC_FLAGS has "-Wno-unused-but-set-variable", but > > DEBUG_GCC5_X64_CC_FLAGS doesn't. > > > > https://github.com/naitaku/edk2-platforms/tree/tigerlake_fix_unused-but- > > set-variable_v1 > > > > Cc: Sai Chaganty > > Cc: Nate DeSimone > > Cc: Heng Luo > > > > Takuto Naito (2): > > TigerlakeSiliconPkg: Fix build error with GCC5 > > TigerlakeOpenBoardPkg: Fix build error with GCC5 > > > > .../Library/BasePlatformHookLib/BasePlatformHookLib.c | 8 -------- > > .../Library/BoardInitLib/PeiTigerlakeURvpInitPreMemLib.c | 2 ++ > > .../LibraryPrivate/PcieClientRpLib/PcieClientRpLib.c | 2 -- > > .../Vtd/LibraryPrivate/DxeVtdInitLib/DxeVtdInitLib.c | 5 ----- > > .../Pch/PchSmiDispatcher/Smm/PchSmiHelperClient.c | 2 -- > > 5 files changed, 2 insertions(+), 17 deletions(-) > > > > -- > > 2.30.1 > >