REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1740
The DebugLib instances of DebugPortProtocol, ConOut and StdErr use a global variable "mExitBootServicesEvent" which is in conflict with the same variable in StatusCodeHandlerRuntimeDxe.inf. That would cause a build error through GCC5. So change the name to the "mDebugLibExitBootServicesEvent". Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Cc: Dandan Bi <[email protected]> Zhichao Gao (3): MdePkg/UefiDebugLibConOut: Change the global variable name MdePkg/UefiDebugLibStdErr: Change the global variable name MdePkg/UefiDebugLibDebugPortProtocol: Change the global variable name MdePkg/Library/UefiDebugLibConOut/DebugLibConstructor.c | 4 ++-- .../UefiDebugLibDebugPortProtocol/DebugLibConstructor.c | 4 ++-- MdePkg/Library/UefiDebugLibStdErr/DebugLibConstructor.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39384): https://edk2.groups.io/g/devel/message/39384 Mute This Topic: https://groups.io/mt/31305234/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
