Jump to content

Build_Clover.command, another Script to build standard Clover (or customized)


Micky1979
2,126 posts in this topic

Recommended Posts

I delete the src folder and Build_Clover.command downloaded v4.2.8 update it to v4.3.7 an now all ok 

Building process complete!
 --------------------------

 Build info.
 ===========
  Package name: Clover_v2.4k_r4045.pkg
  MD5:          ea59ddeeaab3ebefcd238a8a22d13980
  Version:      v2.4k
  Stage:        v2.4k
  Date/Time:    2017-03-26 12:18:23
  Built by:     nuiran
  Copyright     2012-2017


Done!

Thanks Again ^_^

  • Like 1
Link to comment
Share on other sites

hello

 

i have a problem about build clover in latest 10.12.5 dp1 and xcode 8.3

 

 

Last login: Wed Mar 29 17:34:12 on ttys000
Supreme-MBP:~ supreme$ /Users/supreme/Desktop/Build_Clover.command 
































================================================================================
Build_Clover script v4.3.7                                  No update available.
                             <--------------------------------------------------
================================================================================
By Micky1979 based on Slice, Zenith432, STLVNUB, JrCs, cecekpawon, Needy,
cvad, Rehabman, philip_petev, ErmaC

Supported OSes: macOS X, Ubuntu (16.04/16.10), Debian Jessie (8.4/8.5/8.6/8.7)
                             <--------------------------------------------------
CLOVER	Remote revision: 4045	Local revision: 4045
EDK2	Remote revision: 24221	Local revision: 24132

The current local EDK2 revision is the suggested one (24132). 
                             <--------------------------------------------------
Please enter your choice: 
 1) update Clover only (no building)
 2) update Clover + force edk2 update (no building)
 3) run my script on the source
 4) build existing revision (no update, for testing only)
 5) build existing revision for release (no update, standard build)
 6) build existing revision with custom macros enabled
 7) info and limitations about this script
 8) enter Developers mode (only for devs)
 9) Exit
? 5









================================================================================
Select the desired architecture
                             <--------------------------------------------------
	 1) Standard x64 only
	 2) ia32 and x64 (ia32 is deprecated)
	 3) ia32 only (deprecated)
	 4) Back to Main Menu
	 5) Exit
? 1
================================================================================
Running from: macOS 10.12.5
Xcode 8.3
Build version 8E162
                             <--------------------------------------------------
================================================================================
Compiler settings
                             <--------------------------------------------------
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.38)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
                             <--------------------------------------------------
================================================================================
BUILDTOOL is XCODE5
                             <--------------------------------------------------

================================================================================
nasm check:
                             <--------------------------------------------------
NASM version 2.12.02 compiled on Jul  6 2016
================================================================================
gettext check:
                             <--------------------------------------------------
found gettext at /Users/supreme/src/opt/local/bin
================================================================================
boot6
                             <--------------------------------------------------
TOOLCHAIN_DIR: /Users/supreme/src/opt/local
NASM_PREFIX: /Users/supreme/src/opt/local/bin/
NASM_VER: 2.12.02
Initializing workspace
Loading previous configuration from /Users/supreme/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/supreme/src/edk2
EDK_TOOLS_PATH: /Users/supreme/src/edk2/BaseTools
CONF_PATH: /Users/supreme/src/edk2/Conf

Running edk2 build for CloverX64 using the command:
build  -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -p Clover/Clover.dsc  -a X64 -b RELEASE -t XCODE5 -n 5 

Build environment: Darwin-16.6.0-x86_64-i386-64bit
Build start time: 17:53:08, Mar.29 2017

WORKSPACE        = /Users/supreme/src/edk2
ECP_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EDK_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EFI_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /Users/supreme/src/edk2/BaseTools
CONF_PATH        = /Users/supreme/src/edk2/Conf


Architecture(s)  = X64
Build target     = RELEASE
Toolchain        = XCODE5

Active Platform          = /Users/supreme/src/edk2/Clover/Clover.dsc
Flash Image Definition   = /Users/supreme/src/edk2/Clover/Clover.fdf

Processing meta-data ........ done!
Building ... /Users/supreme/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64]
Building ... /Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
make: Nothing to be done for `tbuild'.
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:713:23: error: cannot compile this va_arg expression yet
Building ... /Users/supreme/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
              Width = VA_ARG (VaListMarker, UINTN);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:719:27: error: cannot compile this va_arg expression yet
              Precision = VA_ARG (VaListMarker, UINTN);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:812:21: error: cannot compile this va_arg expression yet
            Value = VA_ARG (VaListMarker, int);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:81: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:818:21: error: cannot compile this va_arg expression yet
            Value = VA_ARG (VaListMarker, INT64);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:909:28: error: cannot compile this va_arg expression yet
          ArgumentString = VA_ARG (VaListMarker, CHAR8 *);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:927:23: error: cannot compile this va_arg expression yet
          Character = VA_ARG (VaListMarker, UINTN) & 0xffff;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:937:21: error: cannot compile this va_arg expression yet
          TmpGuid = VA_ARG (VaListMarker, GUID *);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:970:21: error: cannot compile this va_arg expression yet
          TmpTime = VA_ARG (VaListMarker, TIME *);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:994:20: error: cannot compile this va_arg expression yet
          Status = VA_ARG (VaListMarker, RETURN_STATUS);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 errors generated.
make: *** [/Users/supreme/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLibInternal.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/supreme/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib]


build.py...
 : error F002: Failed to build module
	/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64, XCODE5, RELEASE]

- Failed -
Build end time: 17:53:19, Mar.29 2017
Build total time: 00:00:11


o_Ops, ./ebuild.sh exited with error(s), aborting..
Supreme-MBP:~ supreme$ 

 

 

 

thanks in advance for great script

  • Like 1
Link to comment
Share on other sites

hello

 

i have a problem about build clover in latest 10.12.5 dp1 and xcode 8.3

 

 

Last login: Wed Mar 29 17:34:12 on ttys000
Supreme-MBP:~ supreme$ /Users/supreme/Desktop/Build_Clover.command 
































================================================================================
Build_Clover script v4.3.7                                  No update available.
                             <--------------------------------------------------
================================================================================
By Micky1979 based on Slice, Zenith432, STLVNUB, JrCs, cecekpawon, Needy,
cvad, Rehabman, philip_petev, ErmaC

Supported OSes: macOS X, Ubuntu (16.04/16.10), Debian Jessie (8.4/8.5/8.6/8.7)
                             <--------------------------------------------------
CLOVER	Remote revision: 4045	Local revision: 4045
EDK2	Remote revision: 24221	Local revision: 24132

The current local EDK2 revision is the suggested one (24132). 
                             <--------------------------------------------------
Please enter your choice: 
 1) update Clover only (no building)
 2) update Clover + force edk2 update (no building)
 3) run my script on the source
 4) build existing revision (no update, for testing only)
 5) build existing revision for release (no update, standard build)
 6) build existing revision with custom macros enabled
 7) info and limitations about this script
 8) enter Developers mode (only for devs)
 9) Exit
? 5









================================================================================
Select the desired architecture
                             <--------------------------------------------------
	 1) Standard x64 only
	 2) ia32 and x64 (ia32 is deprecated)
	 3) ia32 only (deprecated)
	 4) Back to Main Menu
	 5) Exit
? 1
================================================================================
Running from: macOS 10.12.5
Xcode 8.3
Build version 8E162
                             <--------------------------------------------------
================================================================================
Compiler settings
                             <--------------------------------------------------
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.38)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
                             <--------------------------------------------------
================================================================================
BUILDTOOL is XCODE5
                             <--------------------------------------------------

================================================================================
nasm check:
                             <--------------------------------------------------
NASM version 2.12.02 compiled on Jul  6 2016
================================================================================
gettext check:
                             <--------------------------------------------------
found gettext at /Users/supreme/src/opt/local/bin
================================================================================
boot6
                             <--------------------------------------------------
TOOLCHAIN_DIR: /Users/supreme/src/opt/local
NASM_PREFIX: /Users/supreme/src/opt/local/bin/
NASM_VER: 2.12.02
Initializing workspace
Loading previous configuration from /Users/supreme/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/supreme/src/edk2
EDK_TOOLS_PATH: /Users/supreme/src/edk2/BaseTools
CONF_PATH: /Users/supreme/src/edk2/Conf

Running edk2 build for CloverX64 using the command:
build  -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -p Clover/Clover.dsc  -a X64 -b RELEASE -t XCODE5 -n 5 

Build environment: Darwin-16.6.0-x86_64-i386-64bit
Build start time: 17:53:08, Mar.29 2017

WORKSPACE        = /Users/supreme/src/edk2
ECP_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EDK_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EFI_SOURCE       = /Users/supreme/src/edk2/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /Users/supreme/src/edk2/BaseTools
CONF_PATH        = /Users/supreme/src/edk2/Conf


Architecture(s)  = X64
Build target     = RELEASE
Toolchain        = XCODE5

Active Platform          = /Users/supreme/src/edk2/Clover/Clover.dsc
Flash Image Definition   = /Users/supreme/src/edk2/Clover/Clover.fdf

Processing meta-data ........ done!
Building ... /Users/supreme/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64]
Building ... /Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/supreme/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
make: Nothing to be done for `tbuild'.
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:713:23: error: cannot compile this va_arg expression yet
Building ... /Users/supreme/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
              Width = VA_ARG (VaListMarker, UINTN);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:719:27: error: cannot compile this va_arg expression yet
              Precision = VA_ARG (VaListMarker, UINTN);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:812:21: error: cannot compile this va_arg expression yet
            Value = VA_ARG (VaListMarker, int);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:81: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:818:21: error: cannot compile this va_arg expression yet
            Value = VA_ARG (VaListMarker, INT64);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:909:28: error: cannot compile this va_arg expression yet
          ArgumentString = VA_ARG (VaListMarker, CHAR8 *);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:927:23: error: cannot compile this va_arg expression yet
          Character = VA_ARG (VaListMarker, UINTN) & 0xffff;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:937:21: error: cannot compile this va_arg expression yet
          TmpGuid = VA_ARG (VaListMarker, GUID *);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:970:21: error: cannot compile this va_arg expression yet
          TmpTime = VA_ARG (VaListMarker, TIME *);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c:994:20: error: cannot compile this va_arg expression yet
          Status = VA_ARG (VaListMarker, RETURN_STATUS);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/supreme/src/edk2/MdePkg/Include/Base.h:672:124: note: expanded from macro 'VA_ARG'
#define VA_ARG(Marker, TYPE)         ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (Marker, UINTN)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 errors generated.
make: *** [/Users/supreme/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLibInternal.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/supreme/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib]


build.py...
 : error F002: Failed to build module
	/Users/supreme/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64, XCODE5, RELEASE]

- Failed -
Build end time: 17:53:19, Mar.29 2017
Build total time: 00:00:11


o_Ops, ./ebuild.sh exited with error(s), aborting..
Supreme-MBP:~ supreme$ 

 

 

 

thanks in advance for great script

hello

 

i have same problem .. but i think is related with new xcode .. in 10.12.4 with new xcode is equal

Link to comment
Share on other sites

all ok with Xcode 8.3

1 minute and 53 seconds  :drool:

 

here:

build started at:

Wed Mar 29 21:02:36 CEST 2017

finished at

Wed Mar 29 21:05:28 CEST 2017

 

<_<

 

EDIT

only using

4) build existing revision (no update, for testing only) 

 

build started at:

Wed Mar 29 21:13:42 CEST 2017

finished at

Wed Mar 29 21:14:35 CEST 2017

..​I'm better than you  <_<....  :D  :rofl:

  • Like 2
Link to comment
Share on other sites

Clover_v2.4k_r4047 via Build_Clover.command v4.3.7 with EDK2_r24258

successfully built on:

 

OS X El Capitan 10.11.6 (15G1502), Xcode 8.2 Build 8C38, and...

Ubuntu 16.04.4 (Linux-4.4.0-71-generic-x86_64), GCC v5.4.0 20160609.

 

Many thanks 4 ur awesome works Guys. :)

post-826765-0-75346400-1490967224_thumb.jpg

post-826765-0-65577900-1490967246_thumb.png

Build_Clover.command_Mac_03-31-2017.txt

Build_Clover.command_Ubuntu_03-31-2017.txt

Link to comment
Share on other sites

@Badruzeus thanks to had make a having done this test in Linux, it's been a little while since I tried, and I'm glad it works ok. And those binaries are able to boot fine?

  • Like 1
Link to comment
Share on other sites

@Badruzeus thanks to had make a having done this test in Linux, it's been a little while since I tried, and I'm glad it works ok. And those binaries are able to boot fine?

 

Sure, it boots just fine.. already tested using Clover on my USB pendrive  :thumbsup_anim: u r welcum.

  • Like 1
Link to comment
Share on other sites

1 minute and 53 seconds  :drool:

 

here:

build started at:

Wed Mar 29 21:02:36 CEST 2017

finished at

Wed Mar 29 21:05:28 CEST 2017

 

<_<

 

EDIT

only using

4) build existing revision (no update, for testing only) 

 

build started at:

Wed Mar 29 21:13:42 CEST 2017

finished at

Wed Mar 29 21:14:35 CEST 2017

..​I'm better than you  <_<....  :D  :rofl:

with option 4  :yes:

post-1181448-0-51744000-1490977561_thumb.png

  • Like 2
Link to comment
Share on other sites

Yep, your i7 is really good!

All the interest of the 5820K

It is not too expensive

It is recognized natively by Osx

And overall compared to a Mac Pro 6 core it is much cheaper and more efficient

And it is not oc

  • Like 1
Link to comment
Share on other sites

Sure, it boots just fine.. already tested using Clover on my USB pendrive  :thumbsup_anim: u r welcum.

 

@Micky1979: #Edit, this is my bootlogs using clover r4047 via USB, built under Ubuntu 16.04.

macOS Sierra 10.12.5 Beta (16F43c) works fine, except NVIDIA GF119 Graphics (Off topic: I think it's same with 610, and would hang / freeze after login screen, but using 10.12.1's CoreDisplay binary I could bypass this << I know it' s not clover related, so I better move to Graphics section about this).

Thanks again.  :)

bootlog.log.txt

  • Like 1
Link to comment
Share on other sites

All the interest of the 5820K

It is not too expensive

It is recognized natively by Osx

And overall compared to a Mac Pro 6 core it is much cheaper and more efficient

And it is not oc

Agreed. but I love my lappy with i5: I have a new and increased battery pack, everythings works (now also the pci card reader) less the discrete gpu that I'v disabled through an ssdt. PM is good with Clover so my lappy stay alive over six hours if use consecutevely. If you do pause, with sleep events here and there, He will be active and ready the whole day easily.. And carry it wherever I want.

 

I'm desperate thinking that one day will be the moment to switch to a new one.

Off topic: I think it's same with 610, and would hang / freeze after login screen, but using 10.12.1's CoreDisplay binary I could bypass this << I know it' s not clover related, so I better move to Graphics section about this).

I've a GT610 but is in a PC that I forgot to power on since last six months..

  • Like 1
Link to comment
Share on other sites

Close... But not there. xdg-open fails, because there is no graphics server to process that call...

That's Bash on Ubuntu on Windows. It's basically stripped-down version of Ubuntu (without X), running on top on the very same kernel that powers Windows! Well, I didn't expect it will work almost out of the box, but theoretically there are no reasons it shouldn't, because it's the same Ubuntu 16.04.1 user space. While the compilation speed can't compare with the compilation speed of Xcode, that user space is very useful for cross-platform compilations (ex. building custom router firmware images like OpenWRT or even Android phone ROMs).

Note that this particular Ubuntu version comes with the Windows 10 Creators update that will be released on April 11, the version that comes with the current Windows 10 release (the Anniversary update) is 14.04 and that version can't be used due to the old package base

  • Like 1
Link to comment
Share on other sites

Just report

 

Build_Clover script v4.3.8                                  No update available.
                             <--------------------------------------------------
================================================================================
By Micky1979 based on Slice, Zenith432, STLVNUB, JrCs, cecekpawon, Needy,
cvad, Rehabman, philip_petev, ErmaC

Supported OSes: macOS X, Ubuntu (16.04/16.10), Debian Jessie (8.4/8.5/8.6/8.7)
                             <--------------------------------------------------
CLOVER    Remote revision: 4050    Local revision: 4050
EDK2    Remote revision: 24278    Local revision: 24132
 

 

Build info.
 ===========
  Package name: Clover_v2.4k_r4050.pkg
  MD5:          2e3bae498c4ca46c3ce503fadd09c90e
  Version:      v2.4k
  Stage:        v2.4k
  Date/Time:    2017-04-02 07:51:52
  Built by:     pico
  Copyright     2012-2017

  • Like 3
Link to comment
Share on other sites

Agreed. but I love my lappy with i5: I have a new and increased battery pack, everythings works (now also the pci card reader) less the discrete gpu that I'v disabled through an ssdt. PM is good with Clover so my lappy stay alive over six hours if use consecutevely. If you do pause, with sleep events here and there, He will be active and ready the whole day easily.. And carry it wherever I want.

 

I'm desperate thinking that one day will be the moment to switch to a new one.

 

I can understand I still have my old MacBook core duo.

He plays with Snow Leopard

But to do some video, photo and 3D, I like my Hack

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...