[edk2-devel] [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures

Michael D Kinney posted 4 patches 4 years, 8 months ago
Failed in applying to current master (apply log)
EmulatorPkg/Unix/Host/EmuThunk.c   |  4 ++--
EmulatorPkg/Unix/Host/Gasket.h     |  4 ++--
EmulatorPkg/Unix/Host/Host.h       |  6 +++++-
EmulatorPkg/Unix/Host/Host.inf     |  9 +++++----
EmulatorPkg/Unix/Host/Pthreads.c   |  4 ++--
EmulatorPkg/Win/Host/WinHost.inf   | 22 ++++++++--------------
MdePkg/Include/X64/ProcessorBind.h |  4 ++--
7 files changed, 26 insertions(+), 27 deletions(-)
[edk2-devel] [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures
Posted by Michael D Kinney 4 years, 8 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=2045
https://bugzilla.tianocore.org/show_bug.cgi?id=2046

* Fix tool paths for VS2015x86 builds of EmulatorPkg
* Add NetworkPkg to UNIX Host.inf dependencies
* Fix MacOS redefinition of NTOHLL and HTONLL macros
  between EDK II and standard includes in UNIX Host.h.
* Fix [BuildOptions] flags for IA32/X64 XCODE5 build issues
* Fix function pointer type mismatch in reverse gasket callback
* Disable #pragma GCC visibility push (hidden) for XCODE5

Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (3):
  EmulatorPkg/Unix/Host: Fix NetworkPkg dependencies
  EmulatorPkg/Unix/Host: Fix XCODE5 IA32/X64 build failure
  MdePkg/X64/ProcessorBind.h: Fix EmulatorPkg X64 XCODE5

Michael Kinney (1):
  EmulatorPkg: Fix VS2015 build when VS2017 also installed

 EmulatorPkg/Unix/Host/EmuThunk.c   |  4 ++--
 EmulatorPkg/Unix/Host/Gasket.h     |  4 ++--
 EmulatorPkg/Unix/Host/Host.h       |  6 +++++-
 EmulatorPkg/Unix/Host/Host.inf     |  9 +++++----
 EmulatorPkg/Unix/Host/Pthreads.c   |  4 ++--
 EmulatorPkg/Win/Host/WinHost.inf   | 22 ++++++++--------------
 MdePkg/Include/X64/ProcessorBind.h |  4 ++--
 7 files changed, 26 insertions(+), 27 deletions(-)

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44840): https://edk2.groups.io/g/devel/message/44840
Mute This Topic: https://groups.io/mt/32687215/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures
Posted by Ni, Ray 4 years, 8 months ago
Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: Kinney, Michael D
> Sent: Friday, August 2, 2019 11:23 AM
> To: devel@edk2.groups.io
> Cc: Gao, Liming <liming.gao@intel.com>; Justen, Jordan L
> <jordan.l.justen@intel.com>; Andrew Fish <afish@apple.com>; Ni, Ray
> <ray.ni@intel.com>
> Subject: [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures
> 
> https://bugzilla.tianocore.org/show_bug.cgi?id=2045
> https://bugzilla.tianocore.org/show_bug.cgi?id=2046
> 
> * Fix tool paths for VS2015x86 builds of EmulatorPkg
> * Add NetworkPkg to UNIX Host.inf dependencies
> * Fix MacOS redefinition of NTOHLL and HTONLL macros
>   between EDK II and standard includes in UNIX Host.h.
> * Fix [BuildOptions] flags for IA32/X64 XCODE5 build issues
> * Fix function pointer type mismatch in reverse gasket callback
> * Disable #pragma GCC visibility push (hidden) for XCODE5
> 
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Michael D Kinney (3):
>   EmulatorPkg/Unix/Host: Fix NetworkPkg dependencies
>   EmulatorPkg/Unix/Host: Fix XCODE5 IA32/X64 build failure
>   MdePkg/X64/ProcessorBind.h: Fix EmulatorPkg X64 XCODE5
> 
> Michael Kinney (1):
>   EmulatorPkg: Fix VS2015 build when VS2017 also installed
> 
>  EmulatorPkg/Unix/Host/EmuThunk.c   |  4 ++--
>  EmulatorPkg/Unix/Host/Gasket.h     |  4 ++--
>  EmulatorPkg/Unix/Host/Host.h       |  6 +++++-
>  EmulatorPkg/Unix/Host/Host.inf     |  9 +++++----
>  EmulatorPkg/Unix/Host/Pthreads.c   |  4 ++--
>  EmulatorPkg/Win/Host/WinHost.inf   | 22 ++++++++--------------
>  MdePkg/Include/X64/ProcessorBind.h |  4 ++--
>  7 files changed, 26 insertions(+), 27 deletions(-)
> 
> --
> 2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44916): https://edk2.groups.io/g/devel/message/44916
Mute This Topic: https://groups.io/mt/32687215/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-