MakAsrock Posted August 17, 2025 Share Posted August 17, 2025 (edited) I download and install python-3.12.0-macos11, then run the script: #!/bin/bash cd ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader cd /Library/Frameworks/Python.framework/Versions/3.12/bin/ sudo ln -s python3.12 python cd - pip3 install setuptools make -C BaseTools "BUILD_CC=clang" ./buildme And when compiling, I get the errors described above. If I delete everything related to python-3.12.0-macos11 and all visible files from the CloverBootloader folder, and in their place unpack the archive with the source code of the release version of Clover, then everything compiles fine by the tools that are in the source code. Edited August 17, 2025 by MakAsrock 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839395 Share on other sites More sharing options...
chris1111 Posted August 18, 2025 Share Posted August 18, 2025 (edited) 8 hours ago, MakAsrock said: Because compilation is broken only 4 days ago (Commit 50004e1). The build actions is broken from this Commit 9097832 then the following can not be build correctly Edited August 18, 2025 by chris1111 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839400 Share on other sites More sharing options...
Max.1974 Posted August 18, 2025 Share Posted August 18, 2025 8 hours ago, MakAsrock said: I download and install python-3.12.0-macos11, then run the script: #!/bin/bash cd ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader cd /Library/Frameworks/Python.framework/Versions/3.12/bin/ sudo ln -s python3.12 python cd - pip3 install setuptools make -C BaseTools "BUILD_CC=clang" ./buildme And when compiling, I get the errors described above. If I delete everything related to python-3.12.0-macos11 and all visible files from the CloverBootloader folder, and in their place unpack the archive with the source code of the release version of Clover, then everything compiles fine by the tools that are in the source code. Try this build https://github.com/CloverHackyColor/CloverBootloader/actions/runs/16680815321 CloverV2-5163.zip 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839401 Share on other sites More sharing options...
Max.1974 Posted August 18, 2025 Share Posted August 18, 2025 (edited) Works with @RehabMan kexts and build that posted above Spoiler Edited August 18, 2025 by Max.1974 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839402 Share on other sites More sharing options...
Matgen84 Posted August 18, 2025 Share Posted August 18, 2025 To all: I also follow the guide to compile Clover from Sequoia. But I install Python 3.13, add latest gcc15 and of course replace TOOLCHAIN GCC131 by TOOLCHAIN GCC151 Now I can make Release but at the end of de process, Buildme loops menu infinite with error line 884. Temporary solution, close Terminal and relaunch Buildme 😉 I don't understand this strange behavior ? Any ideas ! 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839413 Share on other sites More sharing options...
MakAsrock Posted August 18, 2025 Share Posted August 18, 2025 7 hours ago, Max.1974 said: Try this build https://github.com/CloverHackyColor/CloverBootloader/actions/runs/16680815321 CloverV2-5163.zip 7.76 MB · 5 downloads Yes, CloverBootloader commit 1cde169 is the last one that compiles successfully. It works and is now installed. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839419 Share on other sites More sharing options...
naiclub Posted August 18, 2025 Share Posted August 18, 2025 (edited) 2 hours ago, Matgen84 said: To all: I also follow the guide to compile Clover from Sequoia. But I install Python 3.13, add latest gcc15 and of course replace TOOLCHAIN GCC131 by TOOLCHAIN GCC151 Now I can make Release but at the end of de process, Buildme loops menu infinite with error line 884. Temporary solution, close Terminal and relaunch Buildme 😉 I don't understand this strange behavior ? Any ideas ! Yes, it's the same symptom as me, but compiler with X code 16 (TOOLCHAIN GCC131 failed). How did you update TOOLCHAIN GCC151? edit.In summary, I have seen it. Spoiler Edited August 18, 2025 by naiclub 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839420 Share on other sites More sharing options...
Alpha22 Posted August 18, 2025 Share Posted August 18, 2025 I deleted the src folder and repeated the procedure, but it still gave an error Spoiler Last login: Mon Aug 18 13:54:23 on ttys000 fabiomn@Mac-Pro-di-FabioMN ~ % cd ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader ./buildme Cloning into 'CloverBootloader'... remote: Enumerating objects: 117061, done. remote: Counting objects: 100% (2150/2150), done. remote: Compressing objects: 100% (519/519), done. remote: Total 117061 (delta 1734), reused 1631 (delta 1631), pack-reused 114911 (from 3) Receiving objects: 100% (117061/117061), 231.98 MiB | 5.57 MiB/s, done. Resolving deltas: 100% (65056/65056), done. Updating files: 100% (35073/35073), done. Submodule 'OpenCorePkg' (https://github.com/CloverHackyColor/OpenCorePkg.git) registered for path 'OpenCorePkg' Cloning into '/Users/fabiomn/src/CloverBootloader/OpenCorePkg'... remote: Enumerating objects: 45498, done. remote: Counting objects: 100% (5747/5747), done. remote: Compressing objects: 100% (195/195), done. remote: Total 45498 (delta 5605), reused 5552 (delta 5552), pack-reused 39751 (from 2) Receiving objects: 100% (45498/45498), 218.31 MiB | 5.56 MiB/s, done. Resolving deltas: 100% (33434/33434), done. Submodule path 'OpenCorePkg': checked out 'cb6230faa3b7143e6b95fdad16270bf5acf90b9e' Updating OpenCorePkg.... --------------------------------------------------------------------------------- 🍀 Clover r5163 (SHA: 50004e112) Default TOOLCHAIN: GCC131 Switch to XCODE select: build (with XCode) Depending on your XCODE version the Toolset will be automatically chosen ---------------------- Current Python version: Python 3.13.7 -------------------- 1) build Clover (Default Toolchain) 😎 build Clover (with XCode) 2) build all (Default Toolchain) 9) build all (with XCode) 3) make Release (Default Toolchain) 10) make Release (with XCode) 4) update Clover 11) build Clover with HFSPlus 5) make pkg 12) Extra Options 6) make iso 13) Exit 7) make Clover_V2 Please enter your choice: 1 [CHECK XCODE] - Building GCC 14.2.0 toolchain for x64 - to /Users/fabiomn/src/CloverBootloader/toolchain/cross/bin/x86_64-clover-linux-gnu Running on Mac OS X 15.6, with x86_64 architecture. Using Xcode SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk Status: gmp-6.3.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2045k 100 2045k 0 0 360k 0 0:00:05 0:00:05 --:--:-- 404k Warning: Got more output options than URLs Status: mpfr-4.2.2 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1470k 100 1470k 0 0 898k 0 0:00:01 0:00:01 --:--:-- 898k Warning: Got more output options than URLs Status: mpc-1.3.1 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 755k 100 755k 0 0 648k 0 0:00:01 0:00:01 --:--:-- 648k Warning: Got more output options than URLs Status: isl-0.26 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1987k 100 1987k 0 0 933k 0 0:00:02 0:00:02 --:--:-- 933k Warning: Got more output options than URLs Status: binutils-2.44 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 26.0M 100 26.0M 0 0 282k 0 0:01:34 0:01:34 --:--:-- 164k Warning: Got more output options than URLs Status: gcc-14.2.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 88.0M 100 88.0M 0 0 263k 0 0:05:42 0:05:42 --:--:-- 349k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk8 as a 2 GB case-insensitive HFS Plus volume - gmp-6.3.0 extracting... - gmp-6.3.0 extracted - gmp-6.3.0 configure... - gmp-6.3.0 make... - gmp-6.3.0 installed in /Users/fabiomn/src/CloverBootloader/toolchain - mpfr-4.2.2 extracting... - mpfr-4.2.2 extracted - mpfr-4.2.2 configure... - mpfr-4.2.2 make... - mpfr-4.2.2 installed in /Users/fabiomn/src/CloverBootloader/toolchain - mpc-1.3.1 extracting... - mpc-1.3.1 extracted - mpc-1.3.1 configure... - mpc-1.3.1 make... - mpc-1.3.1 installed in /Users/fabiomn/src/CloverBootloader/toolchain - isl-0.26 extracting... - isl-0.26 extracted - /Users/fabiomn/src/CloverBootloader/toolchain/tools/gcc/isl-0.26 - dir - isl-0.26 configure... - isl-0.26 make... - isl-0.26 installed in /Users/fabiomn/src/CloverBootloader/toolchain - binutils-2.44 extracting... - binutils-2.44 extracted - binutils-2.44 configure... - binutils-2.44 make... - binutils-2.44 installed in /Users/fabiomn/src/CloverBootloader/toolchain/cross - gcc-14.2.0 extracting... - gcc-14.2.0 extracted - gcc-14.2.0 configure... - gcc-14.2.0 make... - gcc-14.2.0 installed in /Users/fabiomn/src/CloverBootloader/toolchain/cross * GCC toolchain Build process took 8m41s to complete... - Ejecting RAM disk "disk8" ejected. WORKSPACE: /Users/fabiomn/src/CloverBootloader EDK_TOOLS_PATH: /Users/fabiomn/src/CloverBootloader/BaseTools CONF_PATH: /Users/fabiomn/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/fabiomn/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/fabiomn/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/fabiomn/src/CloverBootloader/Conf/target.txt [BUILD CLOVER] TOOLCHAIN_DIR: /Users/fabiomn/src/CloverBootloader/toolchain Status: nasm-2.16.01.tar.xz not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 993k 100 993k 0 0 277k 0 0:00:03 0:00:03 --:--:-- 277k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk8 as a 300 MB case-insensitive HFS Plus volume - nasm-2.16.01 extract... - nasm-2.16.01 configure... - nasm-2.16.01 make... - nasm-2.16.01 installing... - nasm-2.16.01 installed in /Users/fabiomn/src/CloverBootloader/toolchain - Ejecting RAM disk "disk8" ejected. NASM_PREFIX: /Users/fabiomn/src/CloverBootloader/toolchain/bin/ NASM_VER: 2.16.01 Initializing workspace recreate Conf folder WORKSPACE: /Users/fabiomn/src/CloverBootloader EDK_TOOLS_PATH: /Users/fabiomn/src/CloverBootloader/BaseTools CONF_PATH: /Users/fabiomn/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/fabiomn/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/fabiomn/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/fabiomn/src/CloverBootloader/Conf/target.txt Building tools as they are not found make -C 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 gcc -c -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 TianoCompress.c -o TianoCompress.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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 PcdValueCommon.c -o PcdValueCommon.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 PcdValueCommon.o mkdir ./bin make -C VfrCompile VfrLexer.h BIN_DIR='.' make -C Pccts/dlg gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c main.c:163:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | (*p->process)( *argv, *(argv+1) ); | ^ main.c:168:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | (*p->process)( *argv ); | ^ 2 warnings generated. 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 ../support/set/set.c gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 support.c -o support.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 output.c -o output.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 relabel.c -o relabel.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 automata.c -o automata.o gcc -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 BIN_DIR='.' make -C Pccts/antlr gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings antlr.c -o antlr.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings scan.c -o scan.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings err.c -o err.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings bits.c -o bits.o bits.c:224:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | REACH(r, 1, &rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ 1 warning generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings build.c -o build.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings fset2.c -o fset2.o fset2.c:573:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 573 | TRAV(p->p1, k, rk, tail); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:586:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 586 | if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;} | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:593:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 593 | TRAV(alt->p1, k, rk, tail->right); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:643:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 643 | /* M14 */ TRAV(p->guess_analysis_point, k, rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:645:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 645 | TRAV(p->p1, k, rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:661:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 661 | /* M14 */ TRAV(p->guess_analysis_point, k, rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:663:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 663 | TRAV(p->p1, k, rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:670:50: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 670 | if ( p->jtype!=RuleBlk && /* MR14 */ !p->guess) TRAV(p->p2, k, rk, u); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:700:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 700 | TRAV(p->next, k, rk_out, t);/* ignore undefined rules */ | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:714:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 714 | TRAV(r, k, &rk, t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:733:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 733 | TRAV(p->next, k2, &rk2, u); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:833:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 833 | TRAV(p->next, k-1, rk, t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:951:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 951 | TRAV(p->guardNodes,k,rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:986:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 986 | TRAV(p->next,k,rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1006:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1006 | TRAV(p->next,k,rk,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1259:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1259 | TRAV(p, LL_k, &rk, *t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1276:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1276 | TRAV(p, LL_k, &rk, *u); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1625:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1625 | TRAV(p, hmax, &rk, t); /* MR10 was LL_k */ | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1640:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1640 | REACH(p, 1, &rk, scontext); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1685:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1685 | TRAV(p, pred->k, &rk, t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1696:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1696 | REACH(p, 1, &rk, scontext); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset2.c:1772:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1772 | TRAV(MR_AmbSourceSearchJ,maxk,&incomplete,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ fset2.c:2020:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2020 | REACH(p,depth,&incomplete,tokensUsed); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ 23 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings fset.c -o fset.o fset.c:230:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 230 | /* MR14 */ REACH(p->guess_analysis_point, k, rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:232:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | REACH(p->p1, k, rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:278:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | REACH(p->p2, k, rk, b); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:319:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 319 | REACH(p->next, k, rk_out, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:347:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | REACH(r, k, &rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:352:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 352 | REACH(p->next, k2, &rk2, b); /* MR11 by changing the value of k */ | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:423:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 423 | REACH(p->next, k-1, rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:448:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 448 | /* MR11 */ REACH(p->guardNodes,k,rk,a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:458:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 458 | REACH(p->next, k, rk, a); /* ignore actions */ | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:1498:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1498 | REACH(p, k, &rk, alt1->fset[k]); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:1540:6: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1540 | REACH(p, k, &rk, alt1->fset[k]); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ fset.c:1542:6: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1542 | REACH(q, k, &rk, alt2->fset[k]); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ 12 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings gen.c -o gen.o gen.c:1570:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1570 | TRANS(q->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:1570:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:1655:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1655 | TRANS(alt->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:1655:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:1989:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1989 | TRANS(p->next) | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:1989:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2236:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2236 | TRANS(p->next) | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2236:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2674:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2674 | TRANS( a->next ); /* MR30 */ | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2674:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2677:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2677 | TRANS( p->next ); /* MR30 */ | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2677:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2697:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2697 | TRANS(p->next); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2697:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2775:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2775 | if (q->end->p1 != NULL) TRANS(q->end->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2775:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:2844:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2844 | TRANS(q->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:2844:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3014:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3014 | if (q->end->p1 != NULL) TRANS(q->end->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3014:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3109:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3109 | TRANS(q->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3109:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3150:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3150 | if (q->end->p1 != NULL) TRANS(q->end->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3150:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3223:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3223 | if (q->end->p1 != NULL) TRANS(q->end->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3223:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3319:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3319 | if (q->end->p1 != NULL) TRANS(q->end->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3319:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3563:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3563 | REACH(q->end, 1, &rk, follow); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ gen.c:3824:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3824 | if ( q->p1 != NULL ) TRANS(q->p1); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3824:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:3825:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3825 | if ( q->p2 != NULL ) TRANS(q->p2); | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ gen.c:3825:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ gen.c:4340:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4340 | REACH(alt1->p1, k, &rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ gen.c:4362:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4362 | REACH(p->next, 1, &rk, a); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ 35 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings globals.c -o globals.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings hash.c -o hash.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings lex.c -o lex.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings main.c -o main.o main.c:821:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 821 | TRANS(SynDiag); /* Translate to the target language */ | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ main.c:821:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ main.c:855:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 855 | TRANS(SynDiag); /* Translate to the target language */ | ^ ./syn.h:167:76: note: expanded from macro 'TRANS' 167 | if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\ | ^ main.c:855:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] ./syn.h:168:35: note: expanded from macro 'TRANS' 168 | else (*(fpTrans[(p)->ntype]))( p );} | ^ main.c:886:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | else PRINT(SynDiag); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ main.c:1408:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1408 | (*p->process)( *argv, *(argv+1) ); | ^ main.c:1416:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1416 | (*p->process)( *argv ); | ^ 7 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings misc.c -o misc.o misc.c:966:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 966 | PRINT(q->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:968:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 968 | PRINT(alt->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:985:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 985 | if ( alt->p1 != NULL ) PRINT(alt->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1087:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1087 | if ( q->end->p1 != NULL ) PRINT(q->end->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1106:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1106 | if ( q->end->p1 != NULL ) PRINT(q->end->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1125:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1125 | if ( q->end->p1 != NULL ) PRINT(q->end->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1148:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1148 | if ( q->end->p1 != NULL ) PRINT(q->end->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1154:4: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1154 | PRINT(q->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1155:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1155 | if ( q->p2 != NULL ) PRINT(q->p2); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1158:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1158 | if ( q->p1 != NULL ) PRINT(q->p1); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1160:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1160 | if ( q->p2 != NULL ) PRINT(q->p2); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1182:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1182 | PRINT(p->next); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1199:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1199 | PRINT(p->next); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ misc.c:1214:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1214 | PRINT(p->next); | ^ ./syn.h:171:30: note: expanded from macro 'PRINT' 171 | (*(fpPrint[(p)->ntype]))( p );} | ^ 14 warnings generated. gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings -c -o set.o ../support/set/set.c gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings pred.c -o pred.o pred.c:417:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 417 | /* MR11 */ TRAV(p, | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ pred.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 421 | TRAV(p->next, | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ pred.c:447:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 447 | REACH((Junction *)p->next, | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ pred.c:630:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 630 | REACH(p->next, k2, &rk2, b); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ pred.c:681:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 681 | TRAV(p->next, k2, &rk2, u); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ 5 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings egman.c -o egman.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings mrhoist.c -o mrhoist.o mrhoist.c:865:2: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 865 | REACH(p,ck,incomplete,tokensUsed); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ mrhoist.c:965:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 965 | REACH(ruleRef->next,k2,&rk2,b); | ^ ./syn.h:174:36: note: expanded from macro 'REACH' 174 | (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} | ^ mrhoist.c:1035:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1035 | TRAV(ruleRef->next,k2,&rk2,u); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ mrhoist.c:2733:3: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2733 | TRAV(suppressNode,maxk,&incomplete,t); | ^ ./syn.h:180:44: note: expanded from macro 'TRAV' 180 | else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} | ^ 4 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings fcache.c -o fcache.o gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -Wno-write-strings -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 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 3508: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf ) VfrSyntax.g, line 3517: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf ) VfrSyntax.g, line 3526: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf ) VfrSyntax.g, line 3536: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf ) VfrSyntax.g, line 3566: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf ) VfrSyntax.g, line 3575: 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 -C BrotliCompress gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 tools/brotli.c -o tools/brotli.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 common/dictionary.c -o common/dictionary.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 common/transform.c -o common/transform.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 dec/bit_reader.c -o dec/bit_reader.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 dec/decode.c -o dec/decode.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 dec/huffman.c -o dec/huffman.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 dec/state.c -o dec/state.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/backward_references.c -o enc/backward_references.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/backward_references_hq.c -o enc/backward_references_hq.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/bit_cost.c -o enc/bit_cost.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/block_splitter.c -o enc/block_splitter.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/brotli_bit_stream.c -o enc/brotli_bit_stream.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/cluster.c -o enc/cluster.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/compress_fragment.c -o enc/compress_fragment.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/compress_fragment_two_pass.c -o enc/compress_fragment_two_pass.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/dictionary_hash.c -o enc/dictionary_hash.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/encode.c -o enc/encode.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/encoder_dict.c -o enc/encoder_dict.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/entropy_encode.c -o enc/entropy_encode.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/histogram.c -o enc/histogram.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/literal_cost.c -o enc/literal_cost.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/memory.c -o enc/memory.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/metablock.c -o enc/metablock.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/static_dict.c -o enc/static_dict.o gcc -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 enc/utf8_util.c -o enc/utf8_util.o gcc -o ../bin/Brotli tools/brotli.o common/dictionary.o common/transform.o dec/bit_reader.o dec/decode.o dec/huffman.o dec/state.o enc/backward_references.o enc/backward_references_hq.o enc/bit_cost.o enc/block_splitter.o enc/brotli_bit_stream.o enc/cluster.o enc/compress_fragment.o enc/compress_fragment_two_pass.o enc/dictionary_hash.o enc/encode.o enc/encoder_dict.o enc/entropy_encode.o enc/histogram.o enc/literal_cost.o enc/memory.o enc/metablock.o enc/static_dict.o enc/utf8_util.o -L../libs -lm make -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 Pccts/h/AParser.cpp:475:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 475 | register SetWordType *p = a; | ^~~~~~~~ Pccts/h/AParser.cpp:476:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 476 | register SetWordType *endp = &(a[bsetsize]); | ^~~~~~~~ Pccts/h/AParser.cpp:477:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 477 | register int degree = 0; | ^~~~~~~~ Pccts/h/AParser.cpp:482:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 482 | register SetWordType t = *p; | ^~~~~~~~ Pccts/h/AParser.cpp:483:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 483 | register SetWordType *b = &(bitmask[0]); | ^~~~~~~~ Pccts/h/AParser.cpp:496:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 496 | register SetWordType *p = a; | ^~~~~~~~ Pccts/h/AParser.cpp:497:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 497 | register SetWordType *endp = &(p[bsetsize]); | ^~~~~~~~ Pccts/h/AParser.cpp:498:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 498 | register unsigned e = 0; | ^~~~~~~~ Pccts/h/AParser.cpp:502:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 502 | register SetWordType t = *p; | ^~~~~~~~ Pccts/h/AParser.cpp:503:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 503 | register SetWordType *b = &(bitmask[0]); | ^~~~~~~~ 10 warnings generated. 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 Pccts/h/DLexerBase.cpp:196:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 196 | register DLGChar *l= &_lextext[_bufsize -1]; | ^~~~~~~~ 1 warning generated. 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 In file included from VfrLexer.cpp:22012: Pccts/h/DLexer.h:68:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 68 | register int state, newstate; | ^~~~~~~~ Pccts/h/DLexer.h:68:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 68 | register int state, newstate; | ^~~~~~~~ Pccts/h/DLexer.h:70:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 70 | register DLGChar *lastpos; | ^~~~~~~~ 3 warnings generated. 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 -C EfiLdrImage gcc -c -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 EfiLdrImage.c -o EfiLdrImage.o gcc -o ../bin/EfiLdrImage EfiLdrImage.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 EfiRom.c -o EfiRom.o gcc -o ../bin/EfiRom EfiRom.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 GenFfs.c -o GenFfs.o gcc -o ../bin/GenFfs GenFfs.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 GenFvInternalLib.c -o GenFvInternalLib.o gcc -o ../bin/GenFv GenFv.o GenFvInternalLib.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 make -C GenPage gcc -c -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 GenPage.c -o GenPage.o gcc -o ../bin/GenPage GenPage.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 GenSec.c -o GenSec.o gcc -o ../bin/GenSec GenSec.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 GenCrc32.c -o GenCrc32.o gcc -o ../bin/GenCrc32 GenCrc32.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 make -C Split gcc -c -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 Split.c -o Split.o gcc -o ../bin/Split Split.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 TianoCompress.c -o TianoCompress.o gcc -o ../bin/TianoCompress TianoCompress.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2 VolInfo.c -o VolInfo.o gcc -o ../bin/VolInfo VolInfo.o -L../libs -lCommon make -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -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 Finished building BaseTools C Tools with HOST_ARCH=X64 make -C Source/Python make[1]: Nothing to be done for `all'. make -C 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 1.138s OK Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/fabiomn/src/CloverBootloader/Conf -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC131 -n 21 Build environment: macOS-15.6-x86_64-i386-64bit Build start time: 14:17:24, Aug.18 2025 WORKSPACE = /Users/fabiomn/src/CloverBootloader EDK_TOOLS_PATH = /Users/fabiomn/src/CloverBootloader/BaseTools CONF_PATH = /Users/fabiomn/src/CloverBootloader/Conf PYTHON_COMMAND = python3 Processing meta-data . Architecture(s) = X64 Build target = RELEASE Toolchain = GCC131 Active Platform = /Users/fabiomn/src/CloverBootloader/Clover.dsc ... done! [CC] CpuExceptionHandlerLibNull [CC] DebugAgentLibNull [CC] DxeServicesLib [CC] X86TimerLib clang: error: unknown argument: '-maccumulate-outgoing-args' clang: error: unsupported option '-mabi=' for target 'x86_64-apple-macosx15.0.0' make: *** [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull/OUTPUT/CpuExceptionHandlerLibNull.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull] build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull] build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib] build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/Library/DuetTimerLib/DuetTimerLib] build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull] build.py... : error 7000: Failed to execute command make tbuild [/Users/fabiomn/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib] build.py... : error F002: Failed to build module /Users/fabiomn/src/CloverBootloader/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64, GCC131, RELEASE] - Failed - Build end time: 14:17:28, Aug.18 2025 Build total time: 00:00:04 fabiomn@Mac-Pro-di-FabioMN CloverBootloader % 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839422 Share on other sites More sharing options...
Matgen84 Posted August 18, 2025 Share Posted August 18, 2025 @naiclub To use gcc15, I edit Buildme script Replace GCC131 by GCC151 Rename default build_gcc14.sh to build_gcc15.sh Then relaunch Buildme, select 1. Build Compilation work but unfortunately, I've got this issue : read error: 0: resource temporarily unavailable after make Release, or make PKG, etc. I do not why ? 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839425 Share on other sites More sharing options...
matxpa Posted August 18, 2025 Share Posted August 18, 2025 Hi Build Clover Xcode8, 14 or 15 can't be done, it fails since GrubFS components were modified (SLICE knows the problem (Xcode problem not Grub)) Now Build Clover GCC131 fails too for unknown args '-mabi=' and '-maccumulate-outgoing-args' (.../CloverBootloader/BaseTools/Conf/tools_def.template line 2022 on DEFINE GCC48_X64_CC_FLAGS) Don't try to remove those flags, it will not work. So you'd better try to build (a local) Clover r5164 with GCC151. on the Laptop Dell from which i'm writing that Clover Build is OK with GCC151 on Sonoma 14.7.7, Clover build and Clover boot (does not boot flawlessly Tahoe) Clover Build is OK with GCC151 on Tahoe 26 B6 On the other hand on that Laptop Dell 3510 Tahoe works fine with a local build r5163 (ad12432) at 20250610-19h09 GCC131 RELEASE (local repo) SLICE r5163 (1cde169) at 20250801-19h18 GCC131 RELEASE, otherwise at Tohoe boot display stays in a dark color for 5 mn and not all kexts loaded (no kb, no pad, no wifi Regards 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839426 Share on other sites More sharing options...
MakAsrock Posted August 18, 2025 Share Posted August 18, 2025 (edited) 4 hours ago, naiclub said: Yes, it's the same symptom as me, but compiler with X code 16 (TOOLCHAIN GCC131 failed). How did you update TOOLCHAIN GCC151? edit.In summary, I have seen it. Reveal hidden contents I was able to compile Clover from Sequoia by editing the buildme script. I have written other defaults for X code 15 and GCC151 by setting them as default, and the rest I have written as an option. Try it. 1. Download and install Python 3.13 2. Put the ClovGit.zip archive in your home folder ($HOME). 3. Open the terminal and enter the command: xattr -rc ClovGit.zip 4. Without closing the terminal window, enter the command unzip ClovGit.zip 5. In the same terminal window, enter ./clovergit and when asked, enter the password. 6. When ./buildme starts, you can compile in the standard way. ClovGit.zip Edited August 18, 2025 by MakAsrock 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839427 Share on other sites More sharing options...
Matgen84 Posted August 18, 2025 Share Posted August 18, 2025 Thanks @MakAsrock as I write before, I have a issue with the menu of buildme : line 884 read error: 0: resource temporarily unavailable. Any ideas to solve this problem? Fortunately, I can compile. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839428 Share on other sites More sharing options...
MakAsrock Posted August 18, 2025 Share Posted August 18, 2025 (edited) 27 minutes ago, Matgen84 said: Thanks @MakAsrock as I write before, I have a issue with the menu of buildme : line 884 read error: 0: resource temporarily unavailable. Any ideas to solve this problem? Fortunately, I can compile. This is related to the proprietary HFSPlus driver. It just says it's missing. You can put it in the X64 folder at: $HOME/src/CloverBootloader/FileSystems/HFSPlus/X64/HFSPlus.efi which is not included in the source code for licensing reasons. 🥸 You can find it on the Internet and put it in the specified folder or ignore it. This is not an error, but a warning. Edited August 18, 2025 by MakAsrock 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839429 Share on other sites More sharing options...
MakAsrock Posted August 18, 2025 Share Posted August 18, 2025 2 hours ago, MakAsrock said: I was able to compile Clover from Sequoia by editing the buildme script. I have written other defaults for X code 15 and GCC151 by setting them as default, and the rest I have written as an option. Try it. 1. Download and install Python 3.13 2. Put the ClovGit.zip archive in your home folder ($HOME). 3. Open the terminal and enter the command: xattr -rc ClovGit.zip 4. Without closing the terminal window, enter the command unzip ClovGit.zip 5. In the same terminal window, enter ./clovergit and when asked, enter the password. 6. When ./buildme starts, you can compile in the standard way. ClovGit.zip 6.94 kB · 3 downloads Spoiler Last compilation log Last login: Mon Aug 18 18:58:01 on ttys000 /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; yitzhakbronstein@Mac-Pro ~ % /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; Updating OpenCorePkg.... --------------------------------------------------------------------------------- 🍀 Clover r5163 (SHA: 50004e112) Default TOOLCHAIN: GCC151 Switch to XCODE select: build (with XCode) Depending on your XCODE version the Toolset will be automatically chosen ---------------------- Current Python version: Python 3.13.0 -------------------- 1) build Clover (Default Toolchain) 8) build Clover (with XCode) 2) build all (Default Toolchain) 9) build all (with XCode) 3) make Release (Default Toolchain) 10) make Release (with XCode) 4) update Clover 11) build Clover with HFSPlus 5) make pkg 12) Extra Options 6) make iso 13) Exit 7) make Clover_V2 Please enter your choice: 3 [CHECK XCODE] - Building GCC 15.1.0 toolchain for x64 - to /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross/bin/x86_64-clover-linux-gnu Running on Mac OS X 15.6, with x86_64 architecture. Using Xcode SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk Status: gmp-6.3.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2045k 100 2045k 0 0 868k 0 0:00:02 0:00:02 --:--:-- 868k Warning: Got more output options than URLs Status: mpfr-4.2.2 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1470k 100 1470k 0 0 868k 0 0:00:01 0:00:01 --:--:-- 868k Warning: Got more output options than URLs Status: mpc-1.3.1 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 755k 100 755k 0 0 468k 0 0:00:01 0:00:01 --:--:-- 468k Warning: Got more output options than URLs Status: isl-0.27 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2008k 100 2008k 0 0 840k 0 0:00:02 0:00:02 --:--:-- 840k Warning: Got more output options than URLs Status: binutils-2.45 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 26.5M 100 26.5M 0 0 606k 0 0:00:44 0:00:44 --:--:-- 674k Warning: Got more output options than URLs Status: gcc-15.1.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 93.7M 100 93.7M 0 0 570k 0 0:02:48 0:02:48 --:--:-- 556k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 2 GB case-insensitive HFS Plus volume - gmp-6.3.0 extracting... - gmp-6.3.0 extracted - gmp-6.3.0 configure... - gmp-6.3.0 make... - gmp-6.3.0 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - mpfr-4.2.2 extracting... - mpfr-4.2.2 extracted - mpfr-4.2.2 configure... - mpfr-4.2.2 make... - mpfr-4.2.2 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - mpc-1.3.1 extracting... - mpc-1.3.1 extracted - mpc-1.3.1 configure... - mpc-1.3.1 make... - mpc-1.3.1 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - isl-0.27 extracting... - isl-0.27 extracted - /Users/yitzhakbronstein/src/CloverBootloader/toolchain/tools/gcc/isl-0.27 - dir - isl-0.27 configure... - isl-0.27 make... - isl-0.27 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - binutils-2.45 extracting... - binutils-2.45 extracted - binutils-2.45 configure... - binutils-2.45 make... - binutils-2.45 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross - gcc-15.1.0 extracting... - gcc-15.1.0 extracted - gcc-15.1.0 configure... - gcc-15.1.0 make... - gcc-15.1.0 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross * GCC toolchain Build process took 29m16s to complete... - Ejecting RAM disk "disk6" ejected. WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt [BUILD CLOVER RELEASE] TOOLCHAIN_DIR: /Users/yitzhakbronstein/src/CloverBootloader/toolchain Status: nasm-2.16.01.tar.xz not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 993k 100 993k 0 0 169k 0 0:00:05 0:00:05 --:--:-- 264k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 300 MB case-insensitive HFS Plus volume - nasm-2.16.01 extract... - nasm-2.16.01 configure... - nasm-2.16.01 make... - nasm-2.16.01 installing... - nasm-2.16.01 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - Ejecting RAM disk "disk6" ejected. NASM_PREFIX: /Users/yitzhakbronstein/src/CloverBootloader/toolchain/bin/ NASM_VER: 2.16.01 Initializing workspace recreate Conf folder WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/yitzhakbronstein/src/CloverBootloader/Conf -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC151 -n 21 Build environment: macOS-15.6-x86_64-i386-64bit Build start time: 20:12:04, Aug.18 2025 WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 Processing meta-data .Architecture(s) = X64 Build target = RELEASE Toolchain = GCC151 Active Platform = /Users/yitzhakbronstein/src/CloverBootloader/Clover.dsc ... done! [CC] X86TimerLib [CC] DriverEntryPoint [CC] RuntimeLib [CC] IoHighLevel [CC] HobLib [CC] Acpi [CC] UefiRuntimeServicesTableLib [CC] DevicePathFromText [CC] PrintLib [CC] MemoryAllocationLib [CC] UefiBootServicesTableLib [CC] AlignedPages [CC] BaseMemoryProfileLibNull [CC] CompareMemWrapper [CC] DebugLib [CC] PcdLib [CC] ARShiftU64 [CC] UefiShellInstall1CommandsLib [CC] AutoGen [CC] AutoGen [CC] Alias [SLINK] DxeHobLib [SLINK] UefiDriverEntryPoint [SLINK] UefiRuntimeLib [CC] IoLib [SLINK] DuetTimerLib [SLINK] UefiRuntimeServicesTableLib [CC] PrintLibInternal [CC] Console [CC] CommonMemoryAllocationLib [SLINK] UefiMemoryAllocationLib [SLINK] UefiBootServicesTableLib [SLINK] BaseMemoryProfileLibNull [CC] CopyMem [SLINK] BaseDebugLibNull [CC] BitField [SLINK] BasePcdLibNull [SLINK] UefiShellInstall1CommandsLib [CC] Connect [CC] DevicePathToText [CC] Comp [CC] AutoGen [CC] IoLibGcc [CC] CommonMemoryAllocationLibEx [CC] CopyMemWrapper [CC] UefiDriverModel [SLINK] BasePrintLib [CC] AutoGen [CC] Attrib [CC] DxeNetLib [CC] AutoGen [CC] ConsistMapping [CC] CheckSum [CC] AutoGen [CC] UefiHiiServicesLib [CC] UefiShellLib [CC] OpensslLibNull [CC] DebugHelp [CC] Cls [CC] WaveLib [CC] DevTree [CC] DevicePathUtilities [CC] Compress [CC] IoLibMmioBuffer [CC] IsZeroBufferWrapper [CC] Exit [SLINK] CommonMemoryAllocationLib [CC] UefiShellBcfgCommandLib [CC] ChkStkGcc [CC] AutoGen [CC] UefiLib [CC] UefiHandleParsingLib [SLINK] OpensslLib [CC] ApplicationEntryPoint [SLINK] UefiHiiServicesLib [CC] DebugPrint [CC] NetBuffer [CC] UefiShellCommandLib [SLINK] WaveLib [CC] Devices [CC] Echo [CC] UefiDevicePathLib [CC] Dblk [NASM] IoFifo [SLINK] UefiShellLib [CC] MemLibGeneric [CC] Cpu [CC] For [CC] Cd [SLINK] UefiApplicationEntryPoint [CC] OcAppleImg4Lib [CC] UefiLibPrint [CC] OcAppleLog [SLINK] UefiShellBcfgCommandLib [CC] GetMtc [CC] CommonSupport [SLINK] UefiDevicePathLib [CC] OcAppleChunklistLib [CC] Dh [SLINK] DxeNetLib [SLINK] UefiShellCommandLib [CC] DriverDisconnection [CC] Dmem [CC] MemLibGuid [CC] CpuDeadLoop [CC] UeImageLib [SLINK] UefiHandleParsingLib [CC] Goto [CC] Cp [CC] DER_CertCrl [CC] OcLog [SLINK] OcAppleChunklistLib [CC] UefiImageExtraActionLib [CC] UefiNotTiano [CC] Help [CC] ExecutionSupport [CC] OcCompressionLib [CC] Disconnect [CC] PeCoffDebug [CC] OcDriverConnectionLib [CC] DmpStore [CC] BaseAlignment [CC] OcXmlLib [CC] ScanMem16Wrapper [CC] DivS64x64Remainder [SLINK] BaseIoLibIntrinsic [CC] DER_Decode [CC] DxeMpLib [SLINK] UeImageLib [CC] If [SLINK] UefiImageExtraActionLibNull [CC] Load [SLINK] OcDebugLogLib [SLINK] UefiLib [CC] PeSupport [CC] Pause [CC] lzss [CC] PeCoffHash [CC] MtrrLib [SLINK] OcDriverConnectionLib [CC] ScanMem32Wrapper [CC] BaseBitOverflow [CC] Drivers [CC] DivU64x32 [CC] Edit [SLINK] OcXmlLib [CC] DER_Digest [CC] BaseXApicLib [CC] Ls [NASM] CpuFlushTlb [CC] Microcode [CC] Shift [ASM] InitializeFpu [CC] UeSupport [CC] PeCoffHii [CC] OcTemplateLib [CC] lzvn [CC] Touch [CC] ScanMem64Wrapper [CC] BaseMath [CC] VirtualDir [CC] DivU64x32Remainder [CC] DrvCfg [CC] ExpandDevicePath [CC] FileBuffer [CC] DER_Keys [SLINK] MtrrLib [CC] OcAppleDiskImageBlockIo [SLINK] BaseXApicLib [CC] PeCoffInfo [CC] Stall [CC] BaseNativeOverflow [CC] ScanMem8Wrapper [CC] MpLib [SLINK] OcTemplateLib [CC] UefiImageLib [CC] Map [CC] adler32 [CC] Type [CC] VirtualFile [CC] DivU64x64Remainder [CC] oids [CC] OcDevicePathLib [CC] DrvDiag [CC] OcAppleDiskImageLib [CC] MainTextEditor [CC] AppleKeyMap [CC] BaseTripleOverflow [CC] SetMem [CC] PeCoffInit [NASM] CpuSleep [CC] UefiShellLevel1CommandsLib [CC] ConsoleControl [CC] compress [CC] FilePaths [SLINK] BaseUefiImageLibOnlyNonFv [CC] VirtualFs [CC] UefiShellLevel3CommandsLib [CC] OcSerializeLib [CC] MkDir [CC] DER_Img4Manifest [SLINK] BaseUefiCpuLib [NASM] MpFuncs [SLINK] OcDevicePathLib [CC] OpenInfo [CC] OcAppleDiskImageLibInternal [SLINK] BaseOverflowLib [CC] SetMem16Wrapper [CC] EventQueue [CC] PeCoffLoad [CC] GetPowerOfTwo32 [SLINK] UefiShellLevel1CommandsLib [CC] crc32 [CC] ConsoleFont [CC] Misc [CC] VirtualVolume [CC] Ver [CC] Img4oids [CC] Mv [SLINK] OcSerializeLib [CC] AsciiStringBuffer [CC] OcPciIoLib [SLINK] OcAppleDiskImageLib [CC] SetMem32Wrapper [CC] Reconnect [CC] PeCoffRelocate [CC] GetPowerOfTwo64 [CC] BdsPlatform [CC] KeyHandler [CC] deflate [CC] ConsoleFontLoader [CC] EditInputBar [CC] AutoGen [SLINK] OcVirtualFsLib [SLINK] OcAppleImg4Lib [SLINK] BaseCpuLib [CC] CachelessContext [SLINK] UefiShellLevel3CommandsLib [CC] FlexArray [CC] Parse [CC] AutoGen [CC] OcPciIoU [CC] SetMem64Wrapper [CC] HighBitSet32 [SLINK] DxeMpInitLib [SLINK] BasePeCoffLib2 [CC] UefiShellDriver1CommandsLib [CC] BmBoot [CC] BdsBoot [CC] OcAppleEventLib [CC] ConsoleGop [CC] PlatformData [CC] EditMenuBar [CC] infback [CC] FlexString [CC] UefiSortLib [CC] GuidedSectionExtraction [CC] DiskMisc [CC] CustomizedDisplayLib [CC] Reset [CC] VarCheckLib [CC] SetMemWrapper [CC] CommonPatches [SLINK] OcPciIoLib [CC] HighBitSet64 [CC] Unload [CC] PointerHandler [SLINK] DuetBds [CC] AuthVariableLibNull [CC] Eg2Info [CC] EditStatusBar [CC] TpmMeasurementLibNull [CC] BmBootDescription [SLINK] OcFlexArrayLib [SLINK] UefiSortLib [CC] LzmaDecompress [CC] inffast [CC] ZeroMemWrapper [CC] Rm [CC] FileMisc [CC] CustomizedDisplayLibInternal [SLINK] VarCheckLib [CC] BdsConnect [CC] LRotU32 [CC] CpuidPatches [CC] DxeServicesTableLib [SLINK] AuthVariableLibNull [SLINK] TpmMeasurementLibNull [CC] FramebufferInfo [CC] EditTitleBar [SLINK] UefiShellDriver1CommandsLib [SLINK] OcAppleEventLib [CC] OcApfsConnect [SLINK] BaseMemoryLib [CC] LzFind [CC] inflate [CC] BmConnect [CC] FileProtocol [CC] BlitBufferToVideo [CC] Set [SLINK] CustomizedDisplayLib [CC] OcUnicodeCollationEngCommon [CC] LRotU64 [CC] BdsConsole [CC] OcStorageLib [SLINK] DxeServicesTableLib [CC] GopInfoDump [CC] EfiCompress [CC] KernelCollection [CC] OcResetSystemLib [CC] DxeCapsuleLibNull [CC] OcHashServicesLib [CC] OcApfsFusion [CC] FirmwareFile [CC] LzmaDec [CC] BmConsole [CC] BaseUcs2Utf8Lib [CC] LShiftU64 [CC] TimeDate [CC] BlitVideoToBuffer [CC] OcUnicodeCollationEngGeneric [CC] inftrees [CC] BaseOrderedCollectionRedBlackTreeLib [SLINK] OcStorageLib [CC] OcTypingLib [CC] BdsMisc [CC] OcConsoleControlEntryModeLib [CC] EfiDecompress [CC] GopPassThrough [CC] KernelReader [SLINK] DxeCapsuleLibNull [SLINK] OcResetSystemLib [CC] OcApfsIo [SLINK] OcHashServicesLib [CC] LinkedList [CC] GetFileInfo [SLINK] BaseUcs2Utf8Lib [SLINK] OcUnicodeCollationEngGenericLib [CC] OcBlitLib [SLINK] LzmaDecompressLib [CC] BmDriverHealth [CC] trees [CC] UefiShellLevel2CommandsLib [SLINK] BaseOrderedCollectionRedBlackTreeLib [SLINK] OcTypingLib [CC] LegacyRegionLock [SLINK] OcConsoleControlEntryModeGenericLib [CC] DevicePath [CC] KernelVersion [CC] BufferImage [CC] GopUtils [CC] LongJump [CC] OcApfsLib [CC] GetVolumeLabel [CC] OcRngLib [CC] DxeSecurityManagementLib [SLINK] OcBlitLib [CC] Vol [CC] BmHotkey [CC] OcAppleKeysLib [CC] AppleRtcRam [CC] AutoGen [CC] uncompr [CC] UefiFileHandleLib [CC] HdaDevicesLib [CC] LegacyRegionUnLock [CC] InternalGetSpinLockProperties [CC] String [CC] KextPatcher [CC] LowBitSet32 [CC] OcConsoleLib [CC] DirectReset [SLINK] OcApfsLib [CC] Clipboard [CC] LocateFileSystem [NASM] RngDelay [SLINK] DxeSecurityManagementLib [SLINK] OcAppleKeysLib [SLINK] UefiShellLevel2CommandsLib [CC] Ifconfig6 [CC] zlib_uefi [CC] OcRtcLib [CC] DxePcdLib [SLINK] UefiFileHandleLib [CC] BmLoadOption [SLINK] HdaDevicesLib [CC] SynchronizationGcc [CC] MemoryAlloc [CC] LowBitSet64 [SLINK] GenericBdsLib [SLINK] OcDirectResetLib [CC] KxldState [CC] ResolutionParsing [CC] OpenFile [CC] DiskImage [CC] zutil [CC] OcDeviceTreeLib [SLINK] OcRtcLib [SLINK] DxePcdLib [CC] LegacyNvramSupport [CC] OcConfigurationLib [CC] Ping6 [CXX] memory [CC] GccInline [CC] BmMisc [CC] AppleHibernate [CC] Math64 [CC] OcOSInfoLib [CC] MemoryAttributes [CC] ReadFile [CC] TextOutputBuiltin [CC] Link [CC] CxxSymbols [CC] AIK [CC] FileImage [SLINK] OcCompressionLib [SLINK] OcRngLib [SLINK] OcDeviceTreeLib [SLINK] BaseSynchronizationLib [CC] LegacyNvramWrapper [CC] ActivateHpetSupport [SLINK] CppMemLib [CC] ModU64x32 [CC] OcAppleRamDiskLib [CC] UefiShellNetwork2CommandsLib [CC] ApplePanic [SLINK] UefiBootManagerLib [SLINK] OcOSInfoLib [SLINK] OcConfigurationLib [CC] MemoryDebug [SLINK] OcFileLib [CC] Header [CC] AIKData [CC] MkextContext [CC] TextOutputNull [CC] HexEdit [CC] MultS64x64 [CC] CpuExceptionHandlerLibNull [CC] CpuInfoDump [CC] OcVariableLib [SLINK] UefiShellNetwork2CommandsLib [CC] DebugAgentLibNull [CC] DxeServicesLib [SLINK] OcAppleRamDiskLib [CC] DxeExtractGuidedSectionLib [CC] PeCoffGetEntryPoint [CC] AppleRecovery [CC] BasePeCoff [CC] PerformanceLib [CC] MemoryMap [CC] BaseUefiDecompressLib [CC] X86Cache [CC] TextOutputSystem [CC] AIKMap [CC] Macho32 [CC] MainHexEditor [CC] PrelinkedContext [SLINK] CpuExceptionHandlerLibNull [CC] MultU64x32 [SLINK] DebugAgentLibNull [CC] ForgeUefi [CC] Shim [CC] Allocate [SLINK] BasePeCoffGetEntryPointLib [SLINK] DxeExtractGuidedSectionLib [CC] HobLib [CC] BootArguments [SLINK] BasePerformanceLibNull [CC] PeCoffExtraActionLib [CC] PeCoffLoaderEx [SLINK] BaseUefiDecompressLib [SLINK] BaseCacheMaintenanceLib [CC] UmmMalloc [CC] AIKShim [CC] UgaPassThrough [CC] MultU64x64 [CC] Macho64 [CC] PrelinkedKext [CC] MemImage [CC] HandleParsingMin [SLINK] DxeServicesLib [CC] DxeCoreEntryPoint [CC] Sip [CC] MemoryAllocationLib [SLINK] PeCoffExtraActionLibNull [SLINK] DxeCoreHobLib [SLINK] VBoxPeCoffLib [CC] OpenCoreAcpi [CC] AutoGenerated [CC] OcAsciiLib [CC] VirtualMemory [CC] BootAudio [CC] AIKSource [CC] RRotU32 [CC] DebugSmbios [SLINK] OcConsoleLib [CC] 915resolution [CC] Misc [CC] Vtables [CC] MachoFat [SLINK] DxeCoreEntryPoint [CC] PciInfoDump [SLINK] DxeCoreMemoryAllocationLib [CC] VariableManagement [CC] AutoGen [CC] OcMacInfoLib [CC] AcpiDump [CC] ConsoleUtils [CC] AIKTarget [CC] OcAppleKeyMapLib [CC] OcUnicodeLib [CC] RRotU64 [CC] OpenCoreDevProps [SLINK] OcMemoryLib [CC] BootEntryInfo [CC] SmbiosDump [CC] VideoBiosPatchLib [CC] Relocations [CC] LoadPciRom [CC] OcAppleSecureBootLib [SLINK] OcAppleKernelLib [CC] ReleaseUsbOwnership [SLINK] OcVariableLib [CC] Ifconfig [CC] OcAppleUserInterfaceThemeLib [CC] DataHub [CC] DataPatcher [CC] RShiftU64 [SLINK] OcMacInfoLib [CC] AIKTranslate [CC] AcpiParser [CC] UpDownDetection [SLINK] OcStringLib [CC] OpenCoreKernel [CC] BootEntryManagement [CC] SmbiosInternal [CC] Aes [CC] Symbols [CC] edid [SLINK] OcAppleSecureBootLib [CC] MemMap [CC] ReloadOptionRoms [CC] CustomSlide [SLINK] OcAppleUserInterfaceThemeLib [CC] OcDataHubLib [CC] SafeString [CC] Ping [CC] ImageRunner [CC] MemLogLib [CC] AIM [SLINK] OcAppleKeyMapLib [CC] BaseDebugPrintErrorLevelLib [CC] OcAcpiLib [CC] BaseSerialPortLibNull [SLINK] OcMachoLib [SLINK] VideoBiosPatchLib [CC] OpenCoreKernelPatch [CC] BigNumMontgomery [CC] SmbiosPatch [CC] BootEntryProtocol [CC] ResetAudioTrafficClass [CC] Mm [CC] HiiLanguage [CC] PlatformInfo [CC] printf_lite [CC] KernelSupport [CC] SetJump [SLINK] OcDataHubLib [CC] UefiShellNetwork1CommandsLib [CC] AIT [CC] UefiHiiServicesLib [SLINK] BaseDebugPrintErrorLevelLib [SLINK] BaseSerialPortLibNull [CC] Ubsan [CC] BigNumPrimitives [CC] OpenCoreMisc [CC] BuiltinPicker [SLINK] OcAcpiLib [CC] OcDevicePropertyLib [CC] SetResizableBar [CC] PciLib [CC] Mode [CC] HiiLib [CC] ProtocolSupport [CC] String [SLINK] MemLogLibDefault [SLINK] UefiShellNetwork1CommandsLib [SLINK] OcSmbiosLib [SLINK] UefiHiiServicesLib [CC] OcAfterBootCompatLib [SLINK] OcInputLib [CC] PciCf8Lib [CC] OcPeCoffExtLib [CC] UbsanPrintf [CC] ChaCha [CC] AppleCpuSupport [SLINK] BasePciLibCf8 [SLINK] OcDevicePropertyLib [SLINK] OcDeviceMiscLib [CC] Pci [CC] OpenCoreNvram [CC] OcAppleBootPolicyLib [SLINK] OcMiscLib [CC] DefaultEntryChoice [CC] SwapBytes16 [CC] RelocationBlock [CC] HiiString [CC] Hid [CC] BaseReportStatusCodeLib [SLINK] BasePciCf8Lib [SLINK] OcGuardLib [CC] OcPeCoffFixupInit [CC] FrequencyDetect [CC] BigNumWordMul64 [CC] OpenCorePlatform [SLINK] OcAppleBootPolicyLib [CC] SwapBytes32 [CC] SerMode [CC] DmgBootSupport [SLINK] UefiHiiLib [CC] UsbDxeLib [SLINK] BaseReportStatusCodeLibNull [CC] ServiceOverrides [SLINK] OcPeCoffExtLib [CC] Md5 [CC] OcCpuLib [CC] SwapBytes64 [CC] OpenCoreUefi [CC] SetSize [CC] HotKeySupport [SLINK] UefiUsbLib [SLINK] OcAfterBootCompatLib [CC] PasswordHash [NASM] Atomic [CC] SwitchStack [CC] SetVar [CC] ImageLoader [CC] OpenCoreUefiInOut [CC] RsaDigitalSign [CC] Unaligned [CC] EventLogInfo [CC] OcBootManagementLib [CC] OpenCoreVault [CC] SecureMem [NASM] CpuId [NASM] MeasureTicks [CC] LibSmbiosView [SLINK] OcMainLib [CC] PolicyManagement [CC] Sha1 [CC] PrintInfo [SLINK] OcBootManagementLib [CC] Sha2 [NASM] CpuIdEx [NASM] Microcode [CC] QueryTable [NASM] Sha512Avx [CC] SmbiosView [NASM] DisableCache [SLINK] OcCpuLib [CC] UefiShellDebug1CommandsLib [SLINK] OcCryptoLib [SLINK] UefiShellDebug1CommandsLib [NASM] DisablePaging64 [NASM] EnableCache [NASM] EnableDisableInterrupts [CC] GccInline [NASM] Lfence [NASM] LongJump [CC] Non-existing [NASM] RdRand [NASM] SetJump [NASM] SwitchStack [NASM] Thunk16 [NASM] WriteTr [CC] X86DisablePaging32 [CC] X86DisablePaging64 [CC] X86EnablePaging32 [CC] X86EnablePaging64 [CC] X86FxRestore [CC] X86FxSave [CC] X86GetInterruptState [CC] X86Msr [CC] X86PatchInstruction [CC] X86RdRand [CC] X86ReadGdtr [CC] X86ReadIdtr [CC] X86SpeculationBarrier [CC] X86Thunk [CC] X86WriteGdtr [CC] X86WriteIdtr [SLINK] BaseLib [CC] AutoGen [CC] AutoGen [CC] 8259 [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AcpiTable [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] NullMemoryTest [CC] AutoGen [CC] ComponentName [CC] ConsoleLogger [CC] bdmesg [CC] HashServiceFix [CC] UnicodeCollationEng [CC] CpuDxe [CC] Metronome [CC] Debug [CC] ConfigKeywordHandler [CXX] APFS [CC] MsgLog [CC] FormDisplay [CC] ComponentName [CC] Pcd [CC] AcpiTableProtocol [CC] fsw_core [CC] BdsEntry [CC] Crc32 [CC] Debug [SLINK] Legacy8259 [SLINK] NullMemoryTestDxe [CC] GraphicsConsole [SLINK] EnglishDxe [CC] sha1 [SLINK] bdmesg [SLINK] Metronome [CC] ConsoleWrappers [CC] DxeInit [SLINK] MsgLog [CC] CpuGdt [CC] ConPlatform [CC] Runtime [CC] Service [CC] fsw_efi [VFR] BdsDxe [CC] AutoGen [CC] EfiLoader [CC] ConfigRouting [DLINK] Legacy8259 [DLINK] NullMemoryTestDxe [CC] InputHandler [DLINK] EnglishDxe [DLINK] bdmesg [DLINK] Metronome [CC] LaffStd [CXX] AcpiPatcher [DLINK] MsgLog [CC] FileHandleWrappers [SLINK] HashServiceFix [CC] HobGeneration [SLINK] AcpiTableDxe [CC] PeLoader [SLINK] RuntimeDxe [CC] CpuMp [SLINK] ConPlatformDxe [CC] fsw_efi_lib [SLINK] PcdDxe [CC] Popup [SLINK] GraphicsConsoleDxe [CC] Bm [DLINK] HashServiceFix [CC] Database [CC] LegacyTable [DLINK] AcpiTableDxe [DLINK] ConPlatformDxe [DLINK] RuntimeDxe [CC] Shell [DLINK] PcdDxe [CC] Support [CC] fsw_hfs [CC] CpuPageTable [DLINK] GraphicsConsoleDxe [CC] ProcessOptions [CC] BBSsupport [CC] EnterDxeCore [OBJCOPY] NullMemoryTestDxe [OBJCOPY] Legacy8259 [OBJCOPY] EnglishDxe [SLINK] EfiLoader [OBJCOPY] Metronome [CC] Font [OBJCOPY] MsgLog [CC] ShellEnvVar [CC] fsw_lib [NASM] CpuAsm [GENFW] NullMemoryTestDxe [GENFW] Legacy8259 [SLINK] DisplayEngine [GENFW] EnglishDxe [CC] BmLib [GENFW] Metronome [GENFW] MsgLog [DLINK] EfiLoader [CC] Paging [CC] ShellManParser [CC] HiiDatabaseEntry [SLINK] VBoxHfs [DLINK] DisplayEngine [OBJCOPY] RuntimeDxe [OBJCOPY] AcpiTableDxe [CC] BootMaint [OBJCOPY] HashServiceFix [SLINK] DxeIpl [OBJCOPY] bdmesg [OBJCOPY] ConPlatformDxe [GENFW] RuntimeDxe [DLINK] VBoxHfs [CC] Image [GENFW] AcpiTableDxe [CC] ShellParametersProtocol [GENFW] HashServiceFix [CC] PagingAttribute [GENFW] ConPlatformDxe [GENFW] bdmesg [OBJCOPY] PcdDxe [OBJCOPY] GraphicsConsoleDxe [DLINK] DxeIpl [CC] BootOption [GENFW] PcdDxe [GENFW] GraphicsConsoleDxe [CC] ImageEx [SLINK] CpuMpDxe [CC] ShellProtocol [CXX] AmlGenerator [CC] Data [DLINK] CpuMpDxe [CC] AutoGen [CC] String [CC] Apple [SLINK] Shell [CC] FileExplorer [CXX] BdsConnect [OBJCOPY] EfiLoader [CC] AutoGen [OBJCOPY] DxeIpl [CC] Measurement [CC] AutoGen [CC] AutoGen [SLINK] HiiDatabase [DLINK] Shell [GENFW] EfiLoader [GENFW] DxeIpl [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] UpdatePage [CC] LegacyRegion2 [CC] Reclaim [CC] driver [CC] ComponentName [DLINK] HiiDatabase [CC] CapsuleCache [CC] driver [CC] ComponentName [CC] AutoGen [CC] Variable [SLINK] LegacyRegion2Dxe [CC] SpeculationBarrierDxe [CC] ElTorito [CC] file [OBJCOPY] CpuMpDxe [CC] AutoGen [CC] AppleKey [OBJCOPY] VBoxHfs [CC] CapsuleReset [CC] AutoGen [CC] AutoGen [CC] UsbMassBoot [CC] file [CC] AutoGen [GENFW] CpuMpDxe [DLINK] LegacyRegion2Dxe [CC] Cpu [GENFW] VBoxHfs [CC] TcgMorLockDxe [CC] BlockGroup [CC] Gpt [VFR] BdsDxe [CC] CapsuleService [CC] grub [CC] ComponentName [CC] FSInject [CC] AutoGen [CC] ComponentName [CC] UsbMassBot [CC] grub [NASM] CpuInterrupt [CC] AutoGen [CC] VarCheck [CC] BlockMap [CC] Mbr [CC] SaveLongModeContext [CC] BiosKeyboard [CC] PciBus [CC] fshelp [CC] IsaAcpi [CC] AutoGen [CC] Test [OBJCOPY] DisplayEngine [CC] UsbMassCbi [CC] BootManagerVfr [CC] ext2 [CC] BiosBlkIo [CC] Variable [CC] Collation [CC] Partition [GENFW] DisplayEngine [SLINK] CapsuleRuntimeDxe [CC] PciCommand [CXX] BootOptions [CC] zfs [CC] Defer3rdPartyImageLoad [CC] PcatIsaAcpi [CC] BootManager [CC] UsbMassDiskInfo [SLINK] FSInject [CC] ComponentName [CC] BiosInt13 [CC] fshelp [DLINK] CapsuleRuntimeDxe [CC] Directory [SLINK] Cpu [SLINK] PartitionDxe [CC] SecurityStub [DLINK] FSInject [CC] PciDeviceSupport [SLINK] IsaAcpi [CC] UsbMassImpl [CC] Capsules [CC] LegacyBiosThunk [CC] VariableDxe [CC] device [DLINK] Cpu [DLINK] PartitionDxe [CC] DiskUtil [CC] ComponentName [DLINK] IsaAcpi [CC] AutoGen [SLINK] SecurityStubDxe [OBJCOPY] LegacyRegion2Dxe [CC] PciDriverOverride [SLINK] UsbMassStorageDxe [CC] zfs_fletcher [CC] VariableExLib [VFR] BdsDxe [SLINK] KeyboardDxe [CC] disk [CC] Ext4Dxe [GENFW] LegacyRegion2Dxe [CC] LegacyBiosThunk [CC] driver [DLINK] SecurityStubDxe [DLINK] UsbMassStorageDxe [DLINK] KeyboardDxe [CC] PciEnumerator [OBJCOPY] CapsuleRuntimeDxe [CC] zfs_lz4 [SLINK] VariableRuntimeDxe make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) [CC] Extents [CC] err [SLINK] BiosBlockIoDxe [CC] DeviceManagerVfr [CC] file [GENFW] CapsuleRuntimeDxe [CC] PciEnumeratorSupport [DLINK] VariableRuntimeDxe [CC] zfs_lzjb [OBJCOPY] IsaAcpi [DLINK] BiosBlockIoDxe [CC] File [CC] list [CC] DeviceManager [CC] grub [OBJCOPY] Cpu [GENFW] IsaAcpi [CC] PciIo [CC] zfs_sha256 [GENFW] Cpu [OBJCOPY] FSInject [OBJCOPY] SecurityStubDxe [CC] Inode [CC] misc [CXX] CloverVersion [CC] fshelp [OBJCOPY] PartitionDxe [VFR] BdsDxe [OBJCOPY] HiiDatabase [OBJCOPY] Shell [GENFW] SecurityStubDxe [GENFW] FSInject [CC] AutoGen [OBJCOPY] UsbMassStorageDxe [CC] zfscrypt [CC] PciOptionRomSupport [GENFW] PartitionDxe [OBJCOPY] KeyboardDxe [GENFW] HiiDatabase [GENFW] Shell [CC] Partition [CC] iso9660 [CC] grub_driver [GENFW] UsbMassStorageDxe [CXX] Console [GENFW] KeyboardDxe [CC] ComponentName [CC] PciPowerManagement [CC] DriverHealthVfr [CC] zfsinfo [CC] Superblock [CC] device [CC] grub_file [CC] AutoGen [CC] AudioDxe [CC] Ehci [CC] PciRomTable [VFR] BdsDxe [CC] gzio [CXX] DataHub [CC] AutoGen [CC] Symlink [CC] disk [CC] logging [CC] AutoGen [CC] fsw_core [CC] AutoGen [OBJCOPY] VariableRuntimeDxe [CC] EhciDebug [CC] AutoGen [SLINK] PciBusNoEnumerationDxe [CC] driver [CC] command [CC] AutoGen [SLINK] Ext4Dxe [OBJCOPY] BiosBlockIoDxe [GENFW] VariableRuntimeDxe [CC] FE [CC] err [CC] ComponentName [CC] missing [CC] HdaCodec [CC] fsw_efi [DLINK] PciBusNoEnumerationDxe [CXX] DataHubCpu [CC] DeviceIo [CC] EhciReg [GENFW] BiosBlockIoDxe [DLINK] Ext4Dxe [CC] driver [CC] file [CC] device [CC] path [CC] FrontPage [CC] AutoGen [CC] list [CC] ConSplitter [CC] AutoGen [CC] fsw_efi_lib [CC] HdaCodecAudioIo [CC] EhciSched [CC] PcatIo [CC] AutoGen [CC] file [CC] disk [CC] grub [CC] CpuIo2Dxe [CC] utf8 [CC] misc [CC] AutoGen [VFR] BdsDxe [CC] fsw_core [CC] AutoGen [CC] fsw_ext4 [CC] HdaCodecComponentName [CC] ConSplitterGraphics [CC] PcatPciRootBridge [CC] EhciUrb [CC] OsxFatBinaryDrv [CC] exfat [CC] env [CC] grub [SLINK] CpuIo2Dxe [SLINK] GrubEXT4 [CC] grub_driver [CC] fsw_core [CC] ComponentName [CC] fsw_efi [CC] HdaCodecInfo [CC] fsw_lib [SLINK] ConSplitterDxe [CC] PcatPciRootBridgeDevicePath [CC] UsbHcMem [CC] FrontPageVfr [SLINK] OsxFatBinaryDrv [DLINK] CpuIo2Dxe [CC] err [CC] fshelp [DLINK] GrubEXT4 [CC] fshelp [CC] grub_file [CC] fsw_efi [CC] Data [CC] fsw_efi_lib [DLINK] ConSplitterDxe [CC] HdaController [DLINK] OsxFatBinaryDrv [CC] PcatPciRootBridgeIo [SLINK] VBoxExt4 [CC] Hotkey [SLINK] EhciDxe [OBJCOPY] PciBusNoEnumerationDxe [CC] file [CC] device [CC] logging [CC] ufs2 [CC] AutoGen [CC] Delete [CC] fsw_efi_lib [CC] fsw_iso9660 [DLINK] VBoxExt4 [GENFW] PciBusNoEnumerationDxe [CC] AutoGen [DLINK] EhciDxe [CC] HdaControllerComponentName [OBJCOPY] Ext4Dxe [SLINK] PcatPciRootBridge [CC] HwErrRecSupport [CXX] Edid [CC] disk [CC] list [CC] missing [CC] device [CC] WatchdogTimer [GENFW] Ext4Dxe [CC] DirectoryCache [CC] fsw_lib [OBJCOPY] CpuIo2Dxe [CC] fsw_lib [CC] ComponentName [DLINK] PcatPciRootBridge [CC] HdaControllerHdaIo [CC] Language [CC] misc [GENFW] CpuIo2Dxe [CC] err [CC] path [CC] disk [OBJCOPY] OsxFatBinaryDrv [SLINK] WatchdogTimer [CC] DirectoryManage [CC] fsw_reiserfs [SLINK] VBoxIso9600 [CC] IsaBus [CC] HdaControllerInfo [GENFW] OsxFatBinaryDrv [CC] MemoryTest [DLINK] WatchdogTimer [CC] utf8 [CC] list [CC] time [CC] err [CC] AppleKey [CC] DiskCache [DLINK] VBoxIso9600 [SLINK] VBoxReiserFS [CC] IsaIo [CC] HdaControllerMem [OBJCOPY] ConSplitterDxe [CC] String [CC] misc [CC] crypto [SLINK] GrubISO9660 [CC] list [CC] AutoGen [DLINK] VBoxReiserFS [CC] Fat [GENFW] ConSplitterDxe [OBJCOPY] VBoxExt4 [OBJCOPY] EhciDxe [SLINK] IsaBusDxe [SLINK] AudioDxe [CC] AutoGen [SLINK] BdsDxe [DLINK] GrubISO9660 [OBJCOPY] PcatPciRootBridge [CXX] Events [GENFW] EhciDxe [GENFW] VBoxExt4 [CC] grub_driver [CC] misc [CC] rijndael [CC] ComponentName [CC] AutoGen [OBJCOPY] WatchdogTimer [CC] FileName [OBJCOPY] GrubEXT4 [DLINK] IsaBusDxe [DLINK] AudioDxe [GENFW] PcatPciRootBridge [CC] ComponentName [DLINK] BdsDxe [GENFW] WatchdogTimer [GENFW] GrubEXT4 [CC] grub_file [CC] EfiKey [CC] driver [CC] grub_driver [CC] grub_driver [CC] FileSpace [CC] DiskIo [CC] AutoGen [OBJCOPY] VBoxIso9600 [CC] AutoGen [CC] logging [CC] file [CC] KeyBoard [CC] grub_file [CC] grub_file [CC] Flush [CC] AutoGen [GENFW] VBoxIso9600 [SLINK] DiskIoDxe [CC] AutoGen [CC] Dependency [CC] DevicePath [CC] missing [CC] grub [OBJCOPY] IsaBusDxe [SLINK] UsbKbDxe [CC] logging [CC] logging [CC] driver [OBJCOPY] VBoxReiserFS [CC] Hash [DLINK] DiskIoDxe [GENFW] IsaBusDxe [CC] BiosVideo [SLINK] DevicePathDxe [CC] AutoGen [CC] path [GENFW] VBoxReiserFS [CC] Dispatcher [DLINK] UsbKbDxe [CC] fshelp [CC] missing [CC] missing [CXX] FixBiosDsdt [CC] Info [CC] file [OBJCOPY] GrubISO9660 [CC] AutoGen [DLINK] DevicePathDxe [CC] ComponentName [CC] utf8 [CC] DxeMain [CC] ufs [CC] path [GENFW] GrubISO9660 [CC] path [CC] ComponentName [OBJCOPY] AudioDxe [CC] Init [CC] grub [CC] SmbiosGen [GENFW] AudioDxe [CC] Ohci [CC] AutoGen [SLINK] GrubEXFAT [CC] AutoGen [CC] utf8 [CC] utf8 [SLINK] CsmVideoDxe [CC] device [CC] DxeProtocolNotify [CC] Misc [CC] AppleKeyFeeder [CC] fshelp [OBJCOPY] DiskIoDxe [SLINK] SmbiosGenDxe [CC] ComponentName [DLINK] GrubEXFAT [CC] driver [DLINK] CsmVideoDxe [CC] OhciDebug [SLINK] GrubUFS2 [CC] AutoGen [SLINK] GrubZFS [CC] disk [CC] Event [GENFW] DiskIoDxe [CC] AppleKeyMapUtils [CC] Open [CC] udf [DLINK] SmbiosGenDxe [OBJCOPY] UsbKbDxe [CC] UsbBus [CC] AutoGen [CC] file [CC] OhciReg [DLINK] GrubUFS2 [CC] BiosVideoNew [DLINK] GrubZFS [CC] err [GENFW] UsbKbDxe [CC] Timer [CC] OpenVolume [CC] AutoGen [CC] AutoGen [CC] device [OBJCOPY] BdsDxe [CC] ComponentName [CC] UsbDesc [CC] grub [CC] OhciSched [CC] list [GENFW] BdsDxe [CC] ComponentName [CC] Tpl [CC] SimpleTextExProxy [CC] ReadWrite [CC] CommPs2 [CC] disk [CC] Uhci [CC] UsbEnumer [CC] fshelp [CC] OhciUrb [CC] misc [CC] LegacyBiosThunk [OBJCOPY] DevicePathDxe [OBJCOPY] SmbiosGenDxe [CC] AutoGen [CC] Ffs [CXX] HdaCodecDump [CC] SimpleTextProxy [CC] UnicodeCollation [CC] ComponentName [CC] err [CC] UhciDebug [GENFW] SmbiosGenDxe [CC] hfsplus [GENFW] DevicePathDxe [CC] UsbHub [CC] UsbHcMem [SLINK] BiosVideo [CC] BiosVideo2 [CC] grub_driver [SLINK] AppleKeyFeeder [CC] FwVol [SLINK] Fat [CC] Ps2Mouse [CC] list [OBJCOPY] GrubEXFAT [OBJCOPY] CsmVideoDxe [CC] UhciQueue [CC] hfspluscomp [CC] AutoGen [CC] UsbUtility [DLINK] BiosVideo [SLINK] OhciDxe [DLINK] AppleKeyFeeder [CC] grub_file [DLINK] Fat [GENFW] GrubEXFAT [CC] ComponentName [SLINK] Ps2MouseDxe [CC] FwVolAttrib [GENFW] CsmVideoDxe [CC] misc [CC] UhciReg [CC] ComponentName [CC] gzio make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [DLINK] OhciDxe [SLINK] UsbBusDxe [CC] logging [DLINK] Ps2MouseDxe [SLINK] CsmVideo2Dxe [CC] FwVolRead [CC] grub_driver [CC] UhciSched [CC] NvmExpress [DLINK] UsbBusDxe [CC] device [OBJCOPY] GrubUFS2 [CC] AutoGen [CC] missing [DLINK] CsmVideo2Dxe [CC] AutoGen make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) [CC] FwVolWrite [CC] grub_file [OBJCOPY] AppleKeyFeeder [CXX] Hibernate [GENFW] GrubUFS2 [CC] UsbHcMem [CC] NvmExpressBlockIo [CC] disk [CC] EmuVariable [CC] path [GENFW] AppleKeyFeeder [CC] ComponentName [CC] FwVolBlock [CC] logging [OBJCOPY] GrubZFS [CC] AutoGen [SLINK] UhciDxe [CC] err [CC] NvmExpressDiskInfo [CC] utf8 [CC] AutoGen [CC] InitVariable [OBJCOPY] Ps2MouseDxe [GENFW] GrubZFS [CC] Ps2KbdCtrller [CC] missing [CC] Gcd [OBJCOPY] BiosVideo [DLINK] UhciDxe [CC] SmbiosDxe [CC] AptioInput [GENFW] Ps2MouseDxe [CC] list [CC] NvmExpressHci [OBJCOPY] Fat [OBJCOPY] OhciDxe [SLINK] GrubUFS [CC] OpenRuntime [SLINK] EmuVariableUefi [GENFW] BiosVideo [CC] AutoGen [CC] AutoGen [CC] Ps2KbdTextIn [CC] path [GENFW] Fat [CC] DriverSupport [GENFW] OhciDxe [CC] AutoGen [SLINK] SmbiosDxe [CC] misc [OBJCOPY] UsbBusDxe [CC] NvmExpressPassthru [DLINK] GrubUFS [DLINK] EmuVariableUefi [CC] UefiRuntimeServices [CC] ComponentName [CC] Expression [CC] ApfsDriverLoader [CC] utf8 [CC] Ps2Keyboard [GENFW] UsbBusDxe [DLINK] SmbiosDxe [CC] AIK [CC] grub_driver [CC] AutoGen [CC] Handle [OBJCOPY] CsmVideo2Dxe [SLINK] NvmExpressDxe [SLINK] OpenRuntime [CC] UsbHcMem [CC] AutoGen [SLINK] GrubUDF [CXX] Injectors [GENFW] CsmVideo2Dxe [SLINK] Ps2KeyboardDxe [CC] IfrParse [CC] AutoGen [CC] AIKData [CC] MonotonicCounter [CC] grub_file [DLINK] NvmExpressDxe [CC] Locate [DLINK] OpenRuntime [CC] Xhci [DLINK] GrubUDF [DLINK] Ps2KeyboardDxe [CC] EfiComponentName [CC] AutoGen [CC] DriverOverride [CC] Presentation [CC] AIKMap [SLINK] MonotonicCounterRuntimeDxe [CC] logging [OBJCOPY] UhciDxe [CC] Notify [SLINK] ApfsDriverLoader [CC] XhciReg [OBJCOPY] SmbiosDxe [CC] AutoGen [GENFW] UhciDxe [CC] Timer [SLINK] DriverOverride [DLINK] MonotonicCounterRuntimeDxe [CC] AIKShim [CC] missing [CC] AutoGen [CC] Setup [CC] Image [GENFW] SmbiosDxe [DLINK] ApfsDriverLoader [OBJCOPY] EmuVariableUefi [CC] AutoGen [CC] XhciSched [CC] CommPs2 [SLINK] Timer [DLINK] DriverOverride [CC] AIKSource [OBJCOPY] OpenRuntime [CC] Reset [GENFW] EmuVariableUefi [CC] path [CC] Library [CC] driver [SLINK] SetupBrowser [GENFW] OpenRuntime [DLINK] Timer [CC] ComponentName [CC] AutoGen [CXX] KERNEL_AND_KEXT_PATCHES [SLINK] XhciDxe [OBJCOPY] Ps2KeyboardDxe [CC] AIKTarget [CC] utf8 [SLINK] AcpiReset [OBJCOPY] GrubUFS [OBJCOPY] MonotonicCounterRuntimeDxe [CC] file [CC] MemData [DLINK] SetupBrowser [GENFW] Ps2KeyboardDxe [CC] ComponentName [CC] Ps2MouseAbsolutePointer [DLINK] XhciDxe [OBJCOPY] NvmExpressDxe [GENFW] GrubUFS [DLINK] AcpiReset [GENFW] MonotonicCounterRuntimeDxe [CC] AIKTranslate [SLINK] GrubHFSPLUS [CC] AutoGen [OBJCOPY] DriverOverride [OBJCOPY] ApfsDriverLoader [GENFW] NvmExpressDxe [CC] grub [CC] Page [CC] AutoGen [CC] MouseHid [SLINK] Ps2MouseAbsolutePointerDxe [GENFW] DriverOverride [GENFW] ApfsDriverLoader [CC] AIM [DLINK] GrubHFSPLUS [OBJCOPY] Timer [CC] fsw_core [CC] fshelp [CC] PcRtc [DLINK] Ps2MouseAbsolutePointerDxe [CC] Pool [GENFW] Timer [CC] UsbMouse [CC] AIT [OBJCOPY] GrubUDF [CC] fsw_efi [CXX] KextList [CC] ntfs [OBJCOPY] AcpiReset [CC] PcRtcEntry [CC] DebugImageInfo [SLINK] UsbMouseDxe [GENFW] GrubUDF [SLINK] AptioInputFix [GENFW] AcpiReset [CC] fsw_efi_lib [CC] ntfscomp [DLINK] UsbMouseDxe [SLINK] PcRtc [CC] InstallConfigurationTable [DLINK] AptioInputFix [CC] fsw_ext2 [OBJCOPY] XhciDxe [DLINK] PcRtc [CC] device [OBJCOPY] Ps2MouseAbsolutePointerDxe [CC] SetWatchdogTimer [GENFW] XhciDxe [GENFW] Ps2MouseAbsolutePointerDxe [CC] fsw_lib [OBJCOPY] GrubHFSPLUS [CC] disk [OBJCOPY] SetupBrowser [CXX] LegacyBiosThunk [CC] Stall [GENFW] GrubHFSPLUS [GENFW] SetupBrowser [SLINK] VBoxExt2 [OBJCOPY] UsbMouseDxe [CC] err [CC] CoreSectionExtraction [OBJCOPY] AptioInputFix [CXX] LegacyBoot [GENFW] UsbMouseDxe [DLINK] VBoxExt2 [OBJCOPY] PcRtc [GENFW] AptioInputFix [CC] list [SLINK] DxeCore [GENFW] PcRtc [CC] misc [CXX] MacOsVersion [DLINK] DxeCore [CC] grub_driver [CC] MemoryOperation [CC] grub_file [OBJCOPY] VBoxExt2 [CXX] Nvram [GENFW] VBoxExt2 [CC] logging [CC] missing [CC] path [CXX] PlatformDriverOverride [CC] utf8 [OBJCOPY] DxeCore [SLINK] GrubNTFS [GENFW] DxeCore [CXX] Settings [DLINK] GrubNTFS [CXX] SettingsUtils [OBJCOPY] GrubNTFS [CXX] SmbiosFillPatchingValues [GENFW] GrubNTFS [CXX] StartupSound [CXX] StateGenerator [CXX] Utils [CXX] UtilsEFI [CXX] VersionString [CXX] Volume [CXX] Volumes [CXX] ati [CXX] b64cdecode [CXX] card_vlist [CXX] cpu [CXX] device_inject [CXX] gma [CXX] guid [CXX] hda [CXX] kernel_patcher [CXX] kext_inject [CXX] kext_patcher [CXX] nvidia [CXX] platformdata [CXX] TagArray [CXX] TagBool [CXX] TagData [CXX] TagDate [CXX] TagDict [CXX] TagFloat [CXX] TagInt64 [CXX] TagKey [CXX] TagString8 [CXX] base64 [CXX] plist [CXX] xml [CXX] smbios [CXX] sound [CXX] spd [CXX] usbfix [CXX] BasicIO [CXX] BootLog [CXX] globals_ctor [CXX] globals_dtor [CXX] operatorNewDelete [CXX] pure_virtual [CXX] abort [CXX] assert [CXX] posix_additions [CXX] stdio [CXX] string [CXX] strings [CXX] strlen [CXX] wchar [CC] AppleKeyAggregator [CC] FirmwareVolume [CC] SMCHelper [CXX] ConfigManager [CXX] ConfigPlistAbstract [CXX] Config_ACPI_DSDT [CXX] Config_GUI [CXX] Config_Quirks [CXX] SMBIOSPlist [CXX] Self [CXX] SelfOem [CXX] XBuffer [CXX] XRBuffer [CXX] XString [CXX] XStringArray [CXX] shared_ptr [CXX] unicode_conversions [CXX] MemoryTracker [CXX] XmlLiteArrayTypes [CXX] XmlLiteCompositeTypes [CXX] XmlLiteDictTypes [CXX] XmlLiteParser [CXX] XmlLiteSimpleTypes [CXX] XmlLiteUnionTypes [CXX] bootscreen [CXX] common [CXX] legacy [CXX] loader [CXX] lockedgraphics [CXX] secureboot [CXX] securehash [CXX] securemenu [CXX] securevars [CXX] tool [CXX] REFIT_MAINMENU_SCREEN [CXX] REFIT_MENU_SCREEN [CXX] menu_items [CXX] shared_with_menu [CXX] AppleImageCodec [CXX] BmLib [CXX] FloatLib [CXX] VectorGraphics [CXX] XCinema [CXX] XIcon [CXX] XImage [CXX] XPointer [CXX] XTheme [CXX] egemb_font [CXX] egemb_icons [CXX] egemb_icons_dark [CXX] image [CXX] libscreen [CXX] load_bmp [CXX] load_icns [CXX] lodepng [CXX] nanosvg [CXX] nanosvgrast [CXX] scroll_images [CXX] text [CXX] icns [CXX] lib [CXX] main [CXX] menu [CXX] screen [SLINK] CLOVERX64 [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 [GENFW] CLOVERX64 Generating DUETEFIMAINFVX64 FV ### GUID cross reference file can be found at /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [24%Full] 2752512 (0x2a0000) total, 687392 (0xa7d20) used, 2065120 (0x1f82e0) free - Done - Build end time: 20:14:17, Aug.18 2025 Build total time: 00:02:14 -> CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi adding: Users/yitzhakbronstein/src/CloverBootloader/Build/CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi (deflated 53%) Compressing DUETEFIMainFv.FV ... Encoding Compressing DxeCore.efi ... Encoding Compressing DxeIpl.efi ... Encoding Generate Loader Image ... Created /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Efildr64 879+0 records in 879+0 records out 450048 bytes transferred in 0.003071 secs (146547704 bytes/sec) Copy CloverEFI: -> boot7 Changing byte at 0xa9 of boot7 to show 7 as init message: 1+0 records in 1+0 records out 1 bytes transferred in 0.000048 secs (20833 bytes/sec) -> BOOTX64.efi -> CLOVERX64.efi Copy Mandatory drivers: -> XhciDxe.efi -> EnglishDxe.efi -> ApfsDriverLoader.efi -> FSInject.efi -> EnglishDxe.efi -> GrubEXFAT.efi -> GrubISO9660.efi -> GrubNTFS.efi -> GrubUDF.efi -> GrubZFS.efi -> GrubUFS.efi -> GrubUFS2.efi -> CsmVideoDxe.efi -> EmuVariableUefi.efi -> NvmExpressDxe.efi -> OsxFatBinaryDrv.efi -> PartitionDxe.efi -> AudioDxe.efi -> Ps2MouseDxe.efi -> UsbKbDxe.efi -> UsbMouseDxe.efi -> AptioInputFix.efi -> ApfsDriverLoader.efi -> Fat.efi -> VBoxExt2.efi -> Ext4Dxe.efi -> VBoxIso9600.efi -> VBoxHfs.efi -> AppleKeyFeeder.efi -> HashServiceFix.efi -> OpenRuntime.efi Copy Applications: -> bdmesg.efi -> Shell64U.efi Done! Generating BootSectors make: Nothing to be done for `all'. Done! * Clover build process took 3m36s to complete... TOOLCHAIN_DIR: /Users/yitzhakbronstein/src/CloverBootloader/toolchain NASM_PREFIX: /Users/yitzhakbronstein/src/CloverBootloader/toolchain/bin/ NASM_VER: 2.16.01 Initializing workspace recreate Conf folder WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/yitzhakbronstein/src/CloverBootloader/Conf -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC151 -n 21 Build environment: macOS-15.6-x86_64-i386-64bit Build start time: 20:14:24, Aug.18 2025 WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 Processing meta-data . Architecture(s) = X64 Build target = RELEASE Toolchain = GCC151 Active Platform = /Users/yitzhakbronstein/src/CloverBootloader/Clover.dsc ... done! [CC] PciLib [CC] DriverEntryPoint [CC] Acpi [CC] PciCf8Lib [CC] DevicePathFromText [CC] UefiRuntimeServicesTableLib [CC] IoHighLevel [CC] MemoryAllocationLib [CC] PrintLib [CC] UefiBootServicesTableLib [CC] AlignedPages [CC] BaseMemoryProfileLibNull [CC] ARShiftU64 [CC] CompareMemWrapper [CC] DebugLib [CC] PcdLib [CC] BaseUefiDecompressLib [CC] HobLib [CC] DxeCoreEntryPoint [CC] MemoryAllocationLib [CC] OcConsoleControlEntryModeLib [SLINK] BasePciLibCf8 [SLINK] UefiDriverEntryPoint [SLINK] BasePciCf8Lib [SLINK] UefiRuntimeServicesTableLib [CC] IoLib [CC] PrintLibInternal [CC] Console [SLINK] UefiMemoryAllocationLib [CC] BitField [CC] CommonMemoryAllocationLib [SLINK] UefiBootServicesTableLib [CC] CopyMem [SLINK] BaseMemoryProfileLibNull [SLINK] BaseDebugLibNull [SLINK] BasePcdLibNull [CC] DevicePathToText [SLINK] BaseUefiDecompressLib [SLINK] DxeCoreHobLib [SLINK] DxeCoreMemoryAllocationLib [SLINK] DxeCoreEntryPoint [SLINK] OcConsoleControlEntryModeGenericLib [CC] IoLibGcc [CC] CopyMemWrapper [CC] CheckSum [CC] UefiDriverModel [CC] CommonMemoryAllocationLibEx [SLINK] BasePrintLib [CC] AutoGen [CC] BaseUcs2Utf8Lib [CC] BaseOrderedCollectionRedBlackTreeLib [CC] BdsPlatform [CC] AutoGen [CC] DevicePathUtilities [CC] GuidedSectionExtraction [CC] DxeExtractGuidedSectionLib [CC] VarCheckLib [CC] AuthVariableLibNull [CC] TpmMeasurementLibNull [CC] PeCoffExtraActionLib [CC] DxeCapsuleLibNull [CC] BasePeCoff [CC] RuntimeLib [CC] IoLibMmioBuffer [CC] IsZeroBufferWrapper [CC] ChkStkGcc [CC] CustomizedDisplayLib [SLINK] CommonMemoryAllocationLib [SLINK] BaseUcs2Utf8Lib [CC] UefiLib [CC] BdsBoot [SLINK] BaseOrderedCollectionRedBlackTreeLib [CC] DxeMpLib [CC] LzmaDecompress [CC] UefiDevicePathLib [SLINK] AuthVariableLibNull [SLINK] DxeExtractGuidedSectionLib [SLINK] VarCheckLib [SLINK] TpmMeasurementLibNull [SLINK] DxeCapsuleLibNull [SLINK] PeCoffExtraActionLibNull [CC] PlatformData [SLINK] UefiRuntimeLib [CC] PeCoffLoaderEx [CC] MemLibGeneric [NASM] IoFifo [CC] Cpu [CC] CustomizedDisplayLibInternal [SLINK] UefiDevicePathLib [CC] CpuExceptionHandlerLibNull [CC] LzFind [CC] BaseXApicLib [CC] UefiLibPrint [CC] Microcode [CC] DebugAgentLibNull [SLINK] VBoxPeCoffLib [CC] InternalGetSpinLockProperties [SLINK] DuetBds [ASM] InitializeFpu [CC] AutoGen [CC] AutoGen [CC] UefiShellInstall1CommandsLib [CC] AutoGen [CC] MemLibGuid [CC] BdsConnect [CC] CpuDeadLoop [CC] Alias [SLINK] CustomizedDisplayLib [SLINK] CpuExceptionHandlerLibNull [SLINK] DebugAgentLibNull [CC] LzmaDec [CC] UefiNotTiano [CC] MpLib [SLINK] BaseXApicLib [CC] AutoGen [CC] SynchronizationGcc [CC] ScanMem16Wrapper [CC] Ifconfig6 [SLINK] UefiShellInstall1CommandsLib [CC] DivS64x64Remainder [CC] Connect [CC] Comp [CC] Attrib [CC] AutoGen [CC] DxeNetLib [CC] BdsConsole [SLINK] BaseIoLibIntrinsic [CC] Exit [SLINK] UefiLib [CC] GccInline [CC] ConsistMapping [CC] AutoGen [CC] ScanMem32Wrapper [SLINK] LzmaDecompressLib [CC] BmBoot [CC] DivU64x32 [CC] AutoGen [CC] DevTree [NASM] MpFuncs [CC] Ping6 [CC] Compress [CC] Cls [CC] AutoGen [CC] UefiShellLib [SLINK] BaseUefiCpuLib [CC] BdsMisc [CC] NetBuffer [CC] PerformanceLib [SLINK] BaseSynchronizationLib [CC] UefiShellBcfgCommandLib [CC] For [CC] ScanMem64Wrapper [CC] DivU64x32Remainder [CC] UefiHandleParsingLib [CC] PeCoffGetEntryPoint [CC] Devices [CC] Cd [CC] UefiHiiServicesLib [CC] UefiShellCommandLib [CC] UefiShellNetwork2CommandsLib [CC] Echo [CC] Dblk [CC] BmBootDescription [CC] DxePcdLib [SLINK] BasePerformanceLibNull [CC] DevicePath [SLINK] DxeNetLib [SLINK] UefiShellLib [CC] ScanMem8Wrapper [CC] DivU64x64Remainder [SLINK] BasePeCoffGetEntryPointLib [CC] Goto [SLINK] UefiShellBcfgCommandLib [CC] DxeSecurityManagementLib [SLINK] UefiHiiServicesLib [SLINK] UefiShellNetwork2CommandsLib [CC] GetMtc [CC] Cp [CC] Dh [SLINK] UefiShellCommandLib [CC] Dmem [SLINK] DxeMpInitLib [CC] BmConnect [SLINK] DxePcdLib [SLINK] UefiHandleParsingLib [CC] FilePaths [CC] SetMem [CC] UefiScsiLib [CC] String [CC] If [SLINK] DxeSecurityManagementLib [CC] OpensslLibNull [CXX] memory [CC] Help [CC] DebugHelp [CC] OpenCoreAcpi [CC] DmpStore [CC] Load [CC] WaveLib [CC] HdaDevicesLib [CC] Disconnect [CC] ApplicationEntryPoint [CC] DataHub [CC] GetPowerOfTwo32 [CC] SetMem16Wrapper [CC] BmConsole [CC] AcpiDump [CC] AppleKeyMap [SLINK] UefiScsiLib [SLINK] OpensslLib [SLINK] CppMemLib [SLINK] GenericBdsLib [CC] DebugPrint [CC] Shift [CC] Pause [CC] AIK [CC] OpenCoreDevProps [CC] Ls [SLINK] WaveLib [SLINK] HdaDevicesLib [CC] Drivers [SLINK] UefiApplicationEntryPoint [CC] Edit [CC] SetMem32Wrapper [CC] GetPowerOfTwo64 [CC] OcDataHubLib [CC] AcpiParser [CC] EventQueue [CC] BmDriverHealth [CC] OcAppleImg4Lib [CC] CachelessContext [CC] OcAppleUserInterfaceThemeLib [CC] AppleHibernate [CC] OcAppleLog [CC] Stall [CC] Touch [CC] AIKData [CC] DrvCfg [CC] OpenCoreKernel [CC] FileBuffer [CC] HighBitSet32 [CC] Map [CC] SetMem64Wrapper [CC] OcDevicePropertyLib [CC] OcConfigurationLib [CC] OcHashServicesLib [SLINK] OcDataHubLib [CC] KeyHandler [CC] BmHotkey [CC] DER_CertCrl [CC] OcLog [CC] OcAcpiLib [SLINK] OcAppleUserInterfaceThemeLib [CC] UefiShellLevel1CommandsLib [CC] AIKMap [CC] Type [CC] ApplePanic [CC] HighBitSet64 [CC] SetMemWrapper [CC] CommonPatches [SLINK] OcDevicePropertyLib [CC] MkDir [CC] DrvDiag [CC] OpenCoreKernelPatch [SLINK] OcHashServicesLib [CC] MainTextEditor [SLINK] OcConfigurationLib [CC] OcAppleEventLib [CC] DER_Decode [CC] OcPciIoLib [SLINK] OcDebugLogLib [SLINK] UefiShellLevel1CommandsLib [CC] UefiShellLevel3CommandsLib [CC] LRotU32 [CC] AIKShim [CC] BmLoadOption [CC] ZeroMemWrapper [CC] AppleRecovery [CC] DebugSmbios [SLINK] OcAcpiLib [CC] Mv [CC] CpuidPatches [CC] OpenInfo [CC] OcUnicodeCollationEngCommon [CC] OpenCoreMisc [CC] Misc [CC] VirtualDir [CC] DER_Digest [CC] PointerHandler [CC] OcPciIoU [CC] OcOSInfoLib [CC] LRotU64 [SLINK] BaseMemoryLib [CC] Ver [CC] AIKSource [CC] OcDeviceTreeLib [CC] SmbiosDump [CC] BootArguments [CC] BmMisc [CC] OcRngLib [CC] Reconnect [CC] OcApfsConnect [CC] Parse [CC] OcUnicodeCollationEngGeneric [CC] DER_Keys [CC] EditInputBar [CC] KernelCollection [CC] VirtualFile [SLINK] OcPciIoLib [CC] LShiftU64 [CC] OpenCoreNvram [SLINK] OcOSInfoLib [SLINK] OcAppleEventLib [SLINK] UefiShellLevel3CommandsLib [CC] AIKTarget [SLINK] OcDeviceTreeLib [CC] OcAppleBootPolicyLib [SLINK] UefiBootManagerLib [CC] SmbiosInternal [NASM] RngDelay [CC] BootAudio [CC] oids [SLINK] OcUnicodeCollationEngGenericLib [CC] Reset [CC] UefiShellDriver1CommandsLib [CC] OcApfsFusion [CC] EditMenuBar [CC] KernelReader [CC] VirtualFs [CC] LinkedList [CC] OcAppleKeyMapLib [CC] AIKTranslate [CC] OpenCorePlatform [CC] OcAppleSecureBootLib [CC] ActivateHpetSupport [CC] SmbiosPatch [CC] CxxSymbols [SLINK] OcAppleBootPolicyLib [CC] DER_Img4Manifest [CC] BootEntryInfo [CC] CommonSupport [CC] OcAppleChunklistLib [CC] OcApfsIo [CC] Rm [CC] LongJump [CC] VirtualVolume [CC] Unload [CC] EditStatusBar [CC] KernelVersion [CC] OcAppleDiskImageBlockIo [CC] AIM [CC] UpDownDetection [SLINK] OcAppleSecureBootLib [CC] CpuInfoDump [CC] Header [CC] Img4oids [CC] ExecutionSupport [CC] OpenCoreUefi [SLINK] OcAppleChunklistLib [SLINK] OcRngLib [CC] BootEntryManagement [CC] OcApfsLib [CC] LowBitSet32 [CC] AsciiStringBuffer [SLINK] OcVirtualFsLib [CC] Set [CC] KextPatcher [SLINK] UefiShellDriver1CommandsLib [CC] EditTitleBar [CC] OcAppleDiskImageLib [SLINK] OcSmbiosLib [SLINK] OcAppleKeyMapLib [CC] ForgeUefi [CC] AIT [SLINK] OcAppleImg4Lib [CC] PeSupport [CC] UefiFileHandleLib [CC] Macho32 [CC] LowBitSet64 [SLINK] OcApfsLib [CC] FlexArray [CC] TimeDate [CC] OcResetSystemLib [CC] ConsoleControl [CC] OpenCoreUefiInOut [CC] EfiCompress [CC] KxldState [CC] OcAppleDiskImageLibInternal [CC] BootEntryProtocol [CC] DriverDisconnection [CC] OcPeCoffExtLib [CC] HandleParsingMin [CC] X86Cache [SLINK] OcInputLib [CC] UeImageLib [CC] Math64 [CC] UeSupport [SLINK] UefiFileHandleLib [CC] UefiImageExtraActionLib [CC] FlexString [CC] Macho64 [SLINK] OcResetSystemLib [CC] ConsoleFont [CC] EfiDecompress [SLINK] OcAppleDiskImageLib [CC] OcAppleRamDiskLib [CC] UefiShellLevel2CommandsLib [CC] Link [CC] BuiltinPicker [CC] OpenCoreVault [CC] OcDriverConnectionLib [SLINK] BaseCacheMaintenanceLib [CC] OcPeCoffFixupInit [CC] ModU64x32 [CC] PciInfoDump [CC] UefiImageLib [SLINK] UeImageLib [SLINK] UefiImageExtraActionLibNull [CC] X86TimerLib [SLINK] OcFlexArrayLib [CC] ConsoleFontLoader [CC] LegacyNvramSupport [CC] BufferImage [SLINK] OcAppleRamDiskLib [CC] Vol [CC] MachoFat [CC] OcAppleKeysLib [SLINK] OcMainLib [SLINK] OcDriverConnectionLib [CC] DefaultEntryChoice [CC] MkextContext [CC] PeCoffDebug [CC] MultS64x64 [SLINK] OcPeCoffExtLib [CC] LegacyRegionLock [CC] ReleaseUsbOwnership [SLINK] BaseUefiImageLibOnlyNonFv [SLINK] DuetTimerLib [CC] Aes [CC] ConsoleGop [CC] MtrrLib [CC] LegacyNvramWrapper [SLINK] UefiShellLevel2CommandsLib [CC] Relocations [CC] OcTemplateLib [CC] Clipboard [SLINK] OcAppleKeysLib [CC] PeCoffHash [NASM] CpuFlushTlb [CC] MultU64x32 [CC] ConsoleUtils [CC] PrelinkedContext [CC] OcAsciiLib [CC] LegacyRegionUnLock [CC] DmgBootSupport [CC] ReloadOptionRoms [CC] BaseAlignment [CC] BigNumMontgomery [CC] ExpandDevicePath [CC] Eg2Info [CC] UefiSortLib [CC] Symbols [SLINK] OcTemplateLib [CC] OcVariableLib [CC] DiskImage [CC] PeCoffHii [CC] MultU64x64 [CC] DataPatcher [CC] AppleCpuSupport [CC] DiskMisc [CC] OcUnicodeLib [SLINK] MtrrLib [CC] PrelinkedKext [CC] MemoryAlloc [CC] ResetAudioTrafficClass [CC] BaseBitOverflow [CC] HotKeySupport [SLINK] UefiSortLib [CC] BigNumPrimitives [CC] FramebufferInfo [SLINK] OcMachoLib [CC] OcDevicePathLib [CC] PeCoffInfo [CC] Shim [CC] RRotU32 [CC] ImageRunner [CC] FileImage [CC] DirectReset [CC] FrequencyDetect [SLINK] OcStringLib [CC] FileMisc [NASM] CpuSleep [CC] BaseMath [CC] SetResizableBar [CC] MemoryAttributes [CC] DxeServicesLib [CC] Vtables [CC] ImageLoader [CC] ChaCha [CC] GopInfoDump [CC] PeCoffInit [CC] RRotU64 [CC] Sip [SLINK] OcDevicePathLib [CC] HobLib [CC] PlatformInfo [SLINK] OcDirectResetLib [CC] OcXmlLib [CC] FileProtocol [CC] HexEdit [CC] BaseNativeOverflow [CC] OcCpuLib [SLINK] OcDeviceMiscLib [CC] AutoGen [CC] MemoryDebug [SLINK] OcAppleKernelLib [CC] Allocate [CC] RShiftU64 [CC] BigNumWordMul64 [CC] PeCoffLoad [CC] GopPassThrough [SLINK] DxeHobLib [CC] VariableManagement [CC] ProtocolSupport [CC] OcBootManagementLib [CC] FirmwareFile [CC] BaseTripleOverflow [CC] MainHexEditor [CC] Ubsan [SLINK] OcXmlLib [CC] CustomSlide [SLINK] BaseCpuLib [CC] Ifconfig [CC] MemoryMap [NASM] Atomic [SLINK] DxeServicesLib [CC] AppleRtcRam [CC] SafeString [CC] 915resolution [CC] PeCoffRelocate [CC] Md5 [CC] GopUtils [SLINK] OcMiscLib [SLINK] BaseOverflowLib [SLINK] OcVariableLib [CC] PolicyManagement [CC] GetFileInfo [CC] MemLogLib [CC] UbsanPrintf [CC] BaseDebugPrintErrorLevelLib [CC] KernelSupport [CC] MemImage [CC] UmmMalloc [CC] BaseSerialPortLibNull [CC] Ping [CC] OcTypingLib [SLINK] BasePeCoffLib2 [CC] VideoBiosPatchLib [CC] PasswordHash [CC] OcRtcLib [CC] SetJump [CC] OcConsoleLib [CC] GetVolumeLabel [CC] printf_lite [CC] OcSerializeLib [CC] AutoGenerated [CC] OcStorageLib [SLINK] OcGuardLib [SLINK] OcBootManagementLib [SLINK] BaseDebugPrintErrorLevelLib [CC] VirtualMemory [SLINK] BaseSerialPortLibNull [CC] Misc [CC] OcAfterBootCompatLib [CC] edid [CC] RsaDigitalSign [SLINK] OcRtcLib [SLINK] OcTypingLib [NASM] MeasureTicks [CC] UefiShellNetwork1CommandsLib [CC] String [CC] HiiLanguage [CC] OcMacInfoLib [CC] LocateFileSystem [SLINK] MemLogLibDefault [SLINK] OcSerializeLib [CC] ResolutionParsing [SLINK] OcStorageLib [SLINK] OcMemoryLib [CC] Hid [CC] LoadPciRom [CC] BaseReportStatusCodeLib [CC] UefiHiiServicesLib [CC] RelocationBlock [SLINK] VideoBiosPatchLib [CC] OcCompressionLib [CC] SecureMem [CC] SwapBytes16 [SLINK] UefiShellNetwork1CommandsLib [CC] DxeServicesTableLib [CC] BlitBufferToVideo [CC] HiiLib [CC] OpenFile [SLINK] OcMacInfoLib [CC] TextOutputBuiltin [SLINK] BaseReportStatusCodeLibNull [CC] UsbDxeLib [SLINK] UefiHiiServicesLib [CC] MemMap [CC] lzss [CC] Sha1 [CC] ServiceOverrides [CC] SwapBytes32 [NASM] Microcode [SLINK] DxeServicesTableLib [CC] BlitVideoToBuffer [CC] ReadFile [CC] HiiString [CC] TextOutputNull [SLINK] UefiUsbLib [CC] Mm [CC] Sha2 [CC] lzvn [CC] SwapBytes64 [SLINK] OcAfterBootCompatLib [CC] OcBlitLib [SLINK] OcFileLib [SLINK] UefiHiiLib [CC] TextOutputSystem [CC] adler32 [CC] SwitchStack [CC] Mode [NASM] Sha512Avx [SLINK] OcBlitLib [SLINK] OcCpuLib [CC] UgaPassThrough [CC] Unaligned [CC] compress [CC] Pci [SLINK] OcConsoleLib [NASM] CpuId [CC] crc32 [CC] SerMode [SLINK] OcCryptoLib [CC] deflate [CC] SetSize [NASM] CpuIdEx [CC] infback [CC] SetVar [CC] inffast [CC] EventLogInfo [NASM] DisableCache [CC] inflate [CC] LibSmbiosView [CC] inftrees [CC] PrintInfo [NASM] DisablePaging64 [CC] trees [CC] QueryTable [CC] uncompr [CC] SmbiosView [NASM] EnableCache [CC] zlib_uefi [CC] UefiShellDebug1CommandsLib [CC] zutil [SLINK] UefiShellDebug1CommandsLib [SLINK] OcCompressionLib [NASM] EnableDisableInterrupts [CC] GccInline [NASM] Lfence [NASM] LongJump [CC] Non-existing [NASM] RdRand [NASM] SetJump [NASM] SwitchStack [NASM] Thunk16 [NASM] WriteTr [CC] X86DisablePaging32 [CC] X86DisablePaging64 [CC] X86EnablePaging32 [CC] X86EnablePaging64 [CC] X86FxRestore [CC] X86FxSave [CC] X86GetInterruptState [CC] X86Msr [CC] X86PatchInstruction [CC] X86RdRand [CC] X86ReadGdtr [CC] X86ReadIdtr [CC] X86SpeculationBarrier [CC] X86Thunk [CC] X86WriteGdtr [CC] X86WriteIdtr [SLINK] BaseLib [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AppleKey [CC] 8259 [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] ComponentName [CC] ComponentName [CC] Dependency [CC] FormDisplay [CC] Reset [CC] BlockGroup [CC] BdsEntry [CC] ComponentName [CC] driver [CC] DevicePath [CC] Timer [CC] Debug [CC] ComponentName [CC] PcRtc [CC] ComponentName [CC] ComponentName [CC] AutoGen [CC] AutoGen [CC] fsw_core [CC] Metronome [CC] driver [CC] PciBus [CC] Uhci [SLINK] AcpiReset [CC] Dispatcher [CC] GraphicsConsole [CC] BlockMap [SLINK] DevicePathDxe [CC] file [CC] EfiLoader [SLINK] Timer [VFR] BdsDxe [CC] Ehci [SLINK] Legacy8259 [CC] ConSplitter [CC] ScsiDisk [CC] BiosKeyboard [CC] PcRtcEntry [SLINK] Metronome [CC] fsw_efi [CC] InputHandler [CC] file [DLINK] AcpiReset [CC] PciCommand [DLINK] DevicePathDxe [DLINK] Timer [CC] Collation [CC] UhciDebug [CC] PeLoader [CC] DxeMain [CC] grub [DLINK] Legacy8259 [CC] LaffStd [DLINK] Metronome [SLINK] PcRtc [CC] EhciDebug [CC] ComponentName [CC] Popup [SLINK] ScsiDisk [CC] fsw_efi_lib [CC] Bm [CC] ConSplitterGraphics [CC] grub [CC] PciDeviceSupport [CC] Support [CC] Directory [CC] UhciQueue [CC] fshelp [CC] DxeProtocolNotify [DLINK] PcRtc [SLINK] GraphicsConsoleDxe [DLINK] ScsiDisk [CC] EhciReg [CC] LegacyBiosThunk [CC] fsw_ext4 [CC] ProcessOptions [CC] BBSsupport [SLINK] ConSplitterDxe [CC] fshelp [SLINK] EfiLoader [DLINK] GraphicsConsoleDxe [CC] DiskUtil [CC] PciDriverOverride [CC] ntfs [CC] UhciReg [CC] Event [OBJCOPY] Timer [OBJCOPY] AcpiReset [CC] EhciSched [SLINK] KeyboardDxe [CC] fsw_lib [OBJCOPY] Legacy8259 [SLINK] DisplayEngine [DLINK] ConSplitterDxe [CC] BmLib [OBJCOPY] Metronome [CC] zfs [DLINK] EfiLoader [GENFW] Timer [GENFW] AcpiReset [CC] PciEnumerator [CC] Ext4Dxe [CC] ntfscomp [CC] UhciSched [GENFW] Legacy8259 [CC] Timer [GENFW] Metronome [DLINK] KeyboardDxe [DLINK] DisplayEngine [CC] EhciUrb [SLINK] VBoxExt4 [CC] BootMaint [OBJCOPY] PcRtc [CC] PciEnumeratorSupport [CC] Extents [CC] device [CC] UsbHcMem [CC] zfs_fletcher [CC] Tpl [DLINK] VBoxExt4 [CC] UsbHcMem [GENFW] PcRtc [CC] BootOption [OBJCOPY] ScsiDisk [CC] File [CC] PciIo [OBJCOPY] GraphicsConsoleDxe [CC] disk [SLINK] UhciDxe [CC] zfs_lz4 [CC] Ffs [SLINK] EhciDxe [GENFW] ScsiDisk [GENFW] GraphicsConsoleDxe [OBJCOPY] DevicePathDxe [CC] Data [CC] Inode [DLINK] UhciDxe [CC] err [CC] PciOptionRomSupport [CC] zfs_lzjb [CC] FwVol [DLINK] EhciDxe [GENFW] DevicePathDxe [CC] AutoGen [OBJCOPY] KeyboardDxe [CC] AudioDxe [OBJCOPY] EfiLoader [CC] AutoGen [CC] FileExplorer [OBJCOPY] ConSplitterDxe [CC] AtaBus [CC] Partition [CC] list [CC] PciPowerManagement [GENFW] KeyboardDxe [CC] zfs_sha256 [GENFW] EfiLoader [CC] FwVolAttrib [CC] SmbiosDxe [GENFW] ConSplitterDxe [CC] AutoGen [CC] ComponentName [CC] UpdatePage [CC] AtaPassThruExecute [CC] Superblock [CC] misc [CC] PciRomTable [CC] AutoGen [CC] zfscrypt [CC] FwVolRead [OBJCOPY] VBoxExt4 [SLINK] SmbiosDxe [CC] HdaCodec [CC] NvmExpress [CC] AutoGen [CC] Symlink [GENFW] VBoxExt4 [CC] Variable [CC] grub_driver [SLINK] PciBusNoEnumerationDxe [CC] bdmesg [CC] zfsinfo [CC] AutoGen [CC] AutoGen [CC] FwVolWrite [DLINK] SmbiosDxe [CC] HdaCodecAudioIo [CC] NvmExpressBlockIo [CC] ComponentName [OBJCOPY] UhciDxe [DLINK] PciBusNoEnumerationDxe [SLINK] Ext4Dxe [CC] grub_file [SLINK] bdmesg [CC] AutoGen [VFR] BdsDxe [CC] AutoGen [CC] gzio [CC] ComponentName [CC] BiosVideo2 [OBJCOPY] EhciDxe [CC] FwVolBlock [GENFW] UhciDxe [CC] AutoGen [CC] HdaCodecComponentName [DLINK] Ext4Dxe [SLINK] AtaBusDxe [DLINK] bdmesg [CC] NvmExpressDiskInfo [GENFW] EhciDxe [CC] AutoGen [OBJCOPY] DisplayEngine [CC] logging [CC] EmuVariable [CC] AptioInput [CC] DriverOverride [CC] SataController [CC] Gcd [CC] command [CC] ComponentName [GENFW] DisplayEngine [CC] BootManagerVfr [CC] ComponentName [DLINK] AtaBusDxe [CC] HdaCodecInfo [CC] NvmExpressHci [CC] ComponentName [CC] missing [SLINK] DriverOverride [CC] AutoGen [CC] InitVariable [SLINK] SataController [OBJCOPY] SmbiosDxe [CC] device [SLINK] CsmVideo2Dxe [CC] BootManager [CC] DriverSupport [CC] MouseHid [CC] HdaController [CC] UsbBus [CC] NvmExpressPassthru [CC] path [DLINK] DriverOverride [GENFW] SmbiosDxe [CC] AIK [DLINK] SataController [SLINK] EmuVariableUefi [DLINK] CsmVideo2Dxe [CC] disk [CC] Capsules [CC] UsbMouse [CC] Handle [CC] HdaControllerComponentName [CC] utf8 [CC] UsbDesc [SLINK] NvmExpressDxe [DLINK] EmuVariableUefi [CC] AIKData [OBJCOPY] PciBusNoEnumerationDxe make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) [CC] env [VFR] BdsDxe [SLINK] UsbMouseDxe [CC] HdaControllerHdaIo [CC] Locate [DLINK] NvmExpressDxe [GENFW] PciBusNoEnumerationDxe [SLINK] GrubNTFS [CC] UsbEnumer [OBJCOPY] bdmesg [CC] AutoGen [CC] AIKMap [OBJCOPY] Ext4Dxe [OBJCOPY] AtaBusDxe [OBJCOPY] DriverOverride [CC] err [DLINK] UsbMouseDxe [CC] AutoGen [GENFW] bdmesg [GENFW] Ext4Dxe [CC] HdaControllerInfo [DLINK] GrubNTFS [CC] Notify [GENFW] AtaBusDxe [GENFW] DriverOverride [CC] FSInject [CC] AIKShim [CC] UsbHub [OBJCOPY] SataController [CC] DeviceManagerVfr [CC] AutoGen [CC] file [CC] fsw_core [CC] AhciMode [GENFW] SataController [CC] HdaControllerMem [CC] Image [CC] Test [CC] AIKSource [CC] UsbUtility [CC] DeviceManager [CC] Measurement [CC] list [CC] fsw_efi [CC] AutoGen [CC] AtaAtapiPassThru [CC] AutoGen [SLINK] AudioDxe [CC] Library [SLINK] FSInject [CC] AIKTarget [SLINK] UsbBusDxe [OBJCOPY] CsmVideo2Dxe [VFR] BdsDxe [CC] Reclaim [OBJCOPY] EmuVariableUefi [CC] misc [OBJCOPY] UsbMouseDxe [CC] AutoGen [CC] fsw_efi_lib [CC] CpuIo2Dxe [DLINK] AudioDxe [CC] ComponentName [CC] AutoGen [GENFW] CsmVideo2Dxe [DLINK] FSInject [CC] MemData [DLINK] UsbBusDxe [GENFW] EmuVariableUefi [CC] AIKTranslate [GENFW] UsbMouseDxe [CC] SpeculationBarrierDxe [CC] ComponentName [CC] time [CC] AutoGen [CC] fsw_lib [SLINK] CpuIo2Dxe [CC] ComponentName [OBJCOPY] NvmExpressDxe [CC] UsbHcMem [CC] DriverHealthVfr [CC] Page [CC] AIM [CC] TcgMorLockDxe [GENFW] NvmExpressDxe [CC] UsbMassBoot [CC] crypto [DLINK] CpuIo2Dxe [CC] CommPs2 [CC] AutoGen [VFR] BdsDxe [CC] IdeMode [CC] fsw_reiserfs [CC] AutoGen [CC] Xhci [CC] AutoGen [CC] AIT [CC] Pool [OBJCOPY] GrubNTFS [CC] VarCheck [CC] AutoGen [CC] driver [CC] UsbMassBot [CC] ComponentName [CC] rijndael [SLINK] VBoxReiserFS [GENFW] GrubNTFS [CC] Expression [SLINK] AtaAtapiPassThruDxe [CC] MsgLog [SLINK] AptioInputFix [CC] XhciReg [CC] Variable [CC] FE [CC] DebugImageInfo [CC] OpenRuntime [CC] AutoGen [CC] file [CC] UsbMassCbi [CC] Ps2MouseAbsolutePointer [CC] grub_driver [DLINK] VBoxReiserFS [DLINK] AtaAtapiPassThruDxe [DLINK] AptioInputFix [OBJCOPY] CpuIo2Dxe [SLINK] MsgLog [OBJCOPY] FSInject [CC] IfrParse [CC] XhciSched [CC] FrontPage [OBJCOPY] UsbBusDxe [CC] InstallConfigurationTable [CC] DeviceIo [CC] UefiRuntimeServices [CC] UsbMassDiskInfo [CC] grub [SLINK] Ps2MouseAbsolutePointerDxe [GENFW] CpuIo2Dxe [GENFW] FSInject [CC] grub_file [OBJCOPY] AudioDxe [CC] AutoGen [CC] VariableDxe [DLINK] MsgLog [GENFW] UsbBusDxe [CC] AutoGen [SLINK] OpenRuntime [GENFW] AudioDxe [VFR] BdsDxe [CC] Presentation [CC] PcatIo [CC] SetWatchdogTimer [DLINK] Ps2MouseAbsolutePointerDxe [CC] UsbMassImpl [SLINK] XhciDxe [CC] fshelp [CC] UnicodeCollationEng [CC] CapsuleCache [CC] VariableExLib [CC] logging [DLINK] OpenRuntime [CC] PcatPciRootBridge [DLINK] XhciDxe [CC] Stall [SLINK] UsbMassStorageDxe [CC] Setup [CC] ufs [CC] AutoGen [CC] CapsuleReset [SLINK] EnglishDxe [SLINK] VariableRuntimeDxe [CC] missing [CC] FrontPageVfr [OBJCOPY] AptioInputFix [OBJCOPY] MsgLog [CC] AutoGen [CC] CoreSectionExtraction [DLINK] UsbMassStorageDxe [CC] PcatPciRootBridgeDevicePath [CC] device [GENFW] AptioInputFix [CC] ComponentName [DLINK] VariableRuntimeDxe [CC] CapsuleService [DLINK] EnglishDxe [CC] Hotkey [CC] path [GENFW] MsgLog [SLINK] SetupBrowser [OBJCOPY] VBoxReiserFS [CC] AutoGen [CC] PcatPciRootBridgeIo [CC] ComponentName [OBJCOPY] Ps2MouseAbsolutePointerDxe [OBJCOPY] AtaAtapiPassThruDxe [SLINK] DxeCore [CC] disk [CC] Data [GENFW] VBoxReiserFS [CC] SaveLongModeContext [DLINK] SetupBrowser [CC] utf8 [CC] HwErrRecSupport [GENFW] Ps2MouseAbsolutePointerDxe [GENFW] AtaAtapiPassThruDxe [OBJCOPY] OpenRuntime [CC] driver [CC] ConPlatform [SLINK] PcatPciRootBridge [DLINK] DxeCore [CC] AutoGen [CC] Delete [CC] AutoGen [SLINK] CapsuleRuntimeDxe [CC] err [GENFW] OpenRuntime [SLINK] GrubZFS [CC] Language [OBJCOPY] EnglishDxe [CC] file [DLINK] PcatPciRootBridge [SLINK] ConPlatformDxe [CC] HashServiceFix [CC] OsxFatBinaryDrv [CC] DirectoryCache [DLINK] CapsuleRuntimeDxe [CC] AutoGen [CC] list [DLINK] GrubZFS [OBJCOPY] UsbMassStorageDxe [GENFW] EnglishDxe [CC] MemoryTest [CC] AutoGen [CC] grub [DLINK] ConPlatformDxe [GENFW] UsbMassStorageDxe [CC] sha1 [CC] AutoGen [SLINK] OsxFatBinaryDrv [CC] DirectoryManage [CC] Debug [CC] misc [CC] AutoGen [CC] String [CC] fsw_core [OBJCOPY] XhciDxe [CC] fshelp [DLINK] OsxFatBinaryDrv [CC] Crc32 [SLINK] HashServiceFix [CC] DxeInit [CC] DiskCache [CC] grub_driver [CC] ComponentName [GENFW] XhciDxe [OBJCOPY] VariableRuntimeDxe [SLINK] BdsDxe [CC] fsw_efi [OBJCOPY] CapsuleRuntimeDxe [CC] udf [CC] Runtime [DLINK] HashServiceFix [GENFW] VariableRuntimeDxe [CC] HobGeneration [CC] Fat [CC] Ps2KbdCtrller [GENFW] CapsuleRuntimeDxe [CC] grub_file [CC] AutoGen [DLINK] BdsDxe [OBJCOPY] PcatPciRootBridge [CC] fsw_efi_lib [OBJCOPY] ConPlatformDxe [CC] device [SLINK] RuntimeDxe [CC] AutoGen [CC] LegacyTable [CC] FileName [GENFW] PcatPciRootBridge [CC] Ps2KbdTextIn [CC] logging [CC] AutoGen [CC] MonotonicCounter [GENFW] ConPlatformDxe [OBJCOPY] OsxFatBinaryDrv [CC] fsw_hfs [DLINK] RuntimeDxe [CC] disk [CC] CpuDxe [CC] EnterDxeCore [GENFW] OsxFatBinaryDrv [CC] FileSpace [CC] Cpu [CC] missing [CC] Ps2Keyboard [SLINK] MonotonicCounterRuntimeDxe [CC] AutoGen [CC] fsw_lib [CC] err [OBJCOPY] HashServiceFix [CC] Paging [CC] CpuGdt [CC] Flush [DLINK] MonotonicCounterRuntimeDxe [OBJCOPY] SetupBrowser [NASM] CpuInterrupt [CC] path [SLINK] Ps2KeyboardDxe [CC] driver [CC] AcpiTable [GENFW] HashServiceFix [GENFW] SetupBrowser [SLINK] VBoxHfs [CC] list [CC] AutoGen [SLINK] DxeIpl [CC] CpuMp [CC] AutoGen [DLINK] Ps2KeyboardDxe [CC] Hash [CC] utf8 [OBJCOPY] RuntimeDxe [OBJCOPY] DxeCore [CC] file [CC] AcpiTableProtocol [DLINK] VBoxHfs [CC] AppleKeyFeeder [CC] fsw_core [CC] misc [DLINK] DxeIpl [GENFW] RuntimeDxe [GENFW] DxeCore [CC] AutoGen [CC] CpuPageTable [CC] Info [CC] ConsoleLogger [OBJCOPY] GrubZFS [SLINK] GrubUFS [SLINK] Cpu [OBJCOPY] MonotonicCounterRuntimeDxe [CC] grub [CC] AutoGen [CC] AutoGen [CC] AppleKeyMapUtils [GENFW] GrubZFS [CC] fsw_efi [CC] grub_driver [CC] SmbiosGen [CC] Init [GENFW] MonotonicCounterRuntimeDxe [DLINK] GrubUFS [CC] ConsoleWrappers [NASM] CpuAsm [DLINK] Cpu [CC] fshelp [CC] Defer3rdPartyImageLoad [SLINK] AcpiTableDxe [CC] AutoGen [CC] AutoGen [CC] grub_file [CC] fsw_efi_lib [SLINK] SmbiosGenDxe [CC] Misc [CC] FileHandleWrappers [CC] AutoGen [DLINK] AcpiTableDxe [OBJCOPY] DxeIpl [CC] ufs2 [CC] SecurityStub [CC] SimpleTextExProxy [CC] AutoGen [OBJCOPY] Ps2KeyboardDxe [DLINK] SmbiosGenDxe [CC] LegacyRegion2 [CC] fsw_ext2 [CC] logging [GENFW] DxeIpl [CC] Open [CC] Shell [CC] BiosVideo [CC] PagingAttribute [GENFW] Ps2KeyboardDxe [CC] AutoGen [SLINK] SecurityStubDxe [CC] SimpleTextProxy [CC] device [CC] CommPs2 [OBJCOPY] BdsDxe [SLINK] LegacyRegion2Dxe [CC] fsw_lib [CC] missing [CC] OpenVolume [SLINK] CpuMpDxe [OBJCOPY] Cpu [DLINK] SecurityStubDxe [GENFW] BdsDxe [CC] ComponentName [CC] ComponentName [CC] ShellEnvVar [SLINK] AppleKeyFeeder [CC] disk [CC] ComponentName [CC] AutoGen [DLINK] LegacyRegion2Dxe [SLINK] VBoxExt2 [GENFW] Cpu [CC] path [CC] ReadWrite [CC] ApfsDriverLoader [DLINK] CpuMpDxe [OBJCOPY] AcpiTableDxe [CC] AutoGen [OBJCOPY] VBoxHfs [CC] ScsiBus [DLINK] AppleKeyFeeder [SLINK] CsmVideoDxe [OBJCOPY] SmbiosGenDxe [CC] ShellManParser [CC] driver [CC] err [CC] Ps2Mouse [DLINK] VBoxExt2 [GENFW] AcpiTableDxe [CC] utf8 [CC] UnicodeCollation [GENFW] VBoxHfs [GENFW] SmbiosGenDxe [CC] AutoGen [CXX] APFS [DLINK] CsmVideoDxe [SLINK] ScsiBus [CC] ShellParametersProtocol [CC] list [CC] file [SLINK] Ps2MouseDxe [SLINK] Fat [SLINK] GrubUDF [OBJCOPY] SecurityStubDxe [CC] EfiComponentName [DLINK] ScsiBus make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [DLINK] Ps2MouseDxe [CC] misc [CC] grub [GENFW] SecurityStubDxe [OBJCOPY] GrubUFS [CC] ShellProtocol [CXX] AcpiPatcher [DLINK] GrubUDF [DLINK] Fat [OBJCOPY] AppleKeyFeeder [SLINK] ApfsDriverLoader [GENFW] GrubUFS [OBJCOPY] CpuMpDxe [OBJCOPY] LegacyRegion2Dxe [CC] exfat [GENFW] AppleKeyFeeder [CC] AutoGen [CC] grub_driver [DLINK] ApfsDriverLoader [SLINK] Shell make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) [GENFW] CpuMpDxe [GENFW] LegacyRegion2Dxe [CC] AutoGen [CC] ComponentName [CC] AutoGen [CC] AutoGen [CC] grub_file [CC] fshelp [DLINK] Shell [OBJCOPY] VBoxExt2 [CC] Pcd [OBJCOPY] ScsiBus [CC] AutoGen [OBJCOPY] Ps2MouseDxe [CC] ConfigKeywordHandler [CC] ComponentName [CC] IsaAcpi [GENFW] VBoxExt2 [CC] Apple [CC] device [CC] logging [GENFW] ScsiBus [CC] AutoGen [GENFW] Ps2MouseDxe [CC] AutoGen [OBJCOPY] CsmVideoDxe [CC] AutoGen [CC] Service [CC] driver [CC] IsaBus [CC] PcatIsaAcpi [CC] AutoGen [CC] disk [CC] missing [CC] ConfigRouting [OBJCOPY] ApfsDriverLoader [GENFW] CsmVideoDxe [CC] fsw_core [CC] BiosVideoNew [CC] driver [CC] file [GENFW] ApfsDriverLoader [SLINK] PcdDxe [CC] AutoGen [CC] ComponentName [OBJCOPY] Fat [CC] IsaIo [CC] path [SLINK] IsaAcpi [CC] err [CC] AppleKey [CC] AutoGen [CC] fsw_efi [CC] file [DLINK] PcdDxe [CC] grub [GENFW] Fat [CC] WatchdogTimer [CC] ComponentName [CXX] AmlGenerator [CC] ElTorito [DLINK] IsaAcpi [CC] utf8 [CC] AutoGen [CC] Database [CC] list [CC] AutoGen [CC] driver [SLINK] IsaBusDxe [CC] fsw_efi_lib [CC] AutoGen [CC] grub [SLINK] WatchdogTimer [CC] fshelp [CC] LegacyBiosThunk [CC] ComponentName [CC] Gpt [CC] misc [SLINK] GrubUFS2 [CC] ComponentName [DLINK] IsaBusDxe [CC] file [CC] fsw_iso9660 [CC] NullMemoryTest [DLINK] WatchdogTimer [CC] fshelp [CC] AutoGen [SLINK] BiosVideo [CC] hfsplus [DLINK] GrubUFS2 [CC] Font [CC] DiskIo [CC] Mbr [CXX] BdsConnect [CC] EfiKey [CC] grub_driver [OBJCOPY] GrubUDF [SLINK] NullMemoryTestDxe [CC] grub [CC] fsw_lib [DLINK] BiosVideo [CC] iso9660 [CC] ComponentName [OBJCOPY] IsaAcpi [GENFW] GrubUDF [CC] hfspluscomp [CC] grub_file [CC] Partition [SLINK] DiskIoDxe [DLINK] NullMemoryTestDxe [CC] KeyBoard [GENFW] IsaAcpi [CC] HiiDatabaseEntry [CC] ext2 [SLINK] VBoxIso9600 [CC] Ohci [CC] device [OBJCOPY] WatchdogTimer [DLINK] DiskIoDxe [OBJCOPY] PcdDxe [CC] gzio [CC] logging [SLINK] PartitionDxe [CC] Image [DLINK] VBoxIso9600 [GENFW] WatchdogTimer [SLINK] UsbKbDxe [CC] fshelp [GENFW] PcdDxe [OBJCOPY] IsaBusDxe [CC] disk [CC] OhciDebug [CC] device [DLINK] PartitionDxe [CC] missing [GENFW] IsaBusDxe [DLINK] UsbKbDxe [CC] ImageEx [CC] device [OBJCOPY] NullMemoryTestDxe [CC] err [CC] OhciReg [CC] disk [CC] path [GENFW] NullMemoryTestDxe [CC] String [CC] disk [CC] list [CXX] BootOptions [CC] OhciSched [OBJCOPY] DiskIoDxe [CC] utf8 [OBJCOPY] Shell [CC] err [OBJCOPY] BiosVideo [GENFW] DiskIoDxe [OBJCOPY] VBoxIso9600 [SLINK] HiiDatabase [CC] err [OBJCOPY] GrubUFS2 [CC] misc [GENFW] BiosVideo [GENFW] Shell [CC] OhciUrb [SLINK] GrubEXFAT [CC] list [GENFW] VBoxIso9600 [GENFW] GrubUFS2 [DLINK] HiiDatabase [CC] list [CC] grub_driver [OBJCOPY] UsbKbDxe [OBJCOPY] PartitionDxe [DLINK] GrubEXFAT [CC] UsbHcMem [CC] misc [GENFW] UsbKbDxe [GENFW] PartitionDxe [CC] misc [CC] grub_file [SLINK] OhciDxe [CC] grub_driver [CXX] CloverVersion [CC] grub_driver [CC] logging [DLINK] OhciDxe [CC] grub_file [CXX] Console [CC] missing [CC] grub_file [CC] logging [CXX] DataHub [CC] path [CC] logging [CC] missing [OBJCOPY] GrubEXFAT [CC] utf8 [CC] missing [GENFW] GrubEXFAT [CXX] DataHubCpu [CC] path [OBJCOPY] HiiDatabase [SLINK] GrubISO9660 [CC] path [OBJCOPY] OhciDxe [CC] utf8 [GENFW] HiiDatabase [GENFW] OhciDxe [DLINK] GrubISO9660 [CC] utf8 [SLINK] GrubHFSPLUS [SLINK] GrubEXT4 [DLINK] GrubHFSPLUS [CXX] Edid [DLINK] GrubEXT4 [OBJCOPY] GrubISO9660 [GENFW] GrubISO9660 [CXX] Events [OBJCOPY] GrubHFSPLUS [GENFW] GrubHFSPLUS [OBJCOPY] GrubEXT4 [GENFW] GrubEXT4 [CXX] FixBiosDsdt [CXX] HdaCodecDump [CXX] Hibernate [CXX] Injectors [CXX] KERNEL_AND_KEXT_PATCHES [CXX] KextList [CXX] LegacyBiosThunk [CXX] LegacyBoot [CXX] MacOsVersion [CC] MemoryOperation [CXX] Nvram [CXX] PlatformDriverOverride [CXX] Settings [CXX] SettingsUtils [CXX] SmbiosFillPatchingValues [CXX] StartupSound [CXX] StateGenerator [CXX] Utils [CXX] UtilsEFI [CXX] VersionString [CXX] Volume [CXX] Volumes [CXX] ati [CXX] b64cdecode [CXX] card_vlist [CXX] cpu [CXX] device_inject [CXX] gma [CXX] guid [CXX] hda [CXX] kernel_patcher [CXX] kext_inject [CXX] kext_patcher [CXX] nvidia [CXX] platformdata [CXX] TagArray [CXX] TagBool [CXX] TagData [CXX] TagDate [CXX] TagDict [CXX] TagFloat [CXX] TagInt64 [CXX] TagKey [CXX] TagString8 [CXX] base64 [CXX] plist [CXX] xml [CXX] smbios [CXX] sound [CXX] spd [CXX] usbfix [CXX] BasicIO [CXX] BootLog [CXX] globals_ctor [CXX] globals_dtor [CXX] operatorNewDelete [CXX] pure_virtual [CXX] abort [CXX] assert [CXX] posix_additions [CXX] stdio [CXX] string [CXX] strings [CXX] strlen [CXX] wchar [CC] AppleKeyAggregator [CC] FirmwareVolume [CC] SMCHelper [CXX] ConfigManager [CXX] ConfigPlistAbstract [CXX] Config_ACPI_DSDT [CXX] Config_GUI [CXX] Config_Quirks [CXX] SMBIOSPlist [CXX] Self [CXX] SelfOem [CXX] XBuffer [CXX] XRBuffer [CXX] XString [CXX] XStringArray [CXX] shared_ptr [CXX] unicode_conversions [CXX] MemoryTracker [CXX] XmlLiteArrayTypes [CXX] XmlLiteCompositeTypes [CXX] XmlLiteDictTypes [CXX] XmlLiteParser [CXX] XmlLiteSimpleTypes [CXX] XmlLiteUnionTypes [CXX] bootscreen [CXX] common [CXX] legacy [CXX] loader [CXX] lockedgraphics [CXX] secureboot [CXX] securehash [CXX] securemenu [CXX] securevars [CXX] tool [CXX] REFIT_MAINMENU_SCREEN [CXX] REFIT_MENU_SCREEN [CXX] menu_items [CXX] shared_with_menu [CXX] AppleImageCodec [CXX] BmLib [CXX] FloatLib [CXX] VectorGraphics [CXX] XCinema [CXX] XIcon [CXX] XImage [CXX] XPointer [CXX] XTheme [CXX] egemb_font [CXX] egemb_icons [CXX] egemb_icons_dark [CXX] image [CXX] libscreen [CXX] load_bmp [CXX] load_icns [CXX] lodepng [CXX] nanosvg [CXX] nanosvgrast [CXX] scroll_images [CXX] text [CXX] icns [CXX] lib [CXX] main [CXX] menu [CXX] screen [SLINK] CLOVERX64 [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 [GENFW] CLOVERX64 Generating DUETEFIMAINFVX64 FV ## GUID cross reference file can be found at /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [29%Full] 2752512 (0x2a0000) total, 804088 (0xc44f8) used, 1948424 (0x1dbb08) free - Done - Build end time: 20:16:42, Aug.18 2025 Build total time: 00:02:18 -> CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi adding: Users/yitzhakbronstein/src/CloverBootloader/Build/CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi (deflated 53%) Compressing DUETEFIMainFv.FV ... Encoding Compressing DxeCore.efi ... Encoding Compressing DxeIpl.efi ... Encoding Generate Loader Image ... Created /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Efildr64 879+0 records in 879+0 records out 450048 bytes transferred in 0.004074 secs (110468336 bytes/sec) Copy CloverEFI: -> boot6 Changing byte at 0xa9 of boot6 to show 6 as init message: 1+0 records in 1+0 records out 1 bytes transferred in 0.000042 secs (23810 bytes/sec) -> BOOTX64.efi -> CLOVERX64.efi Copy Mandatory drivers: -> XhciDxe.efi -> EnglishDxe.efi -> ApfsDriverLoader.efi -> FSInject.efi -> EnglishDxe.efi -> GrubEXFAT.efi -> GrubISO9660.efi -> GrubNTFS.efi -> GrubUDF.efi -> GrubZFS.efi -> GrubUFS.efi -> GrubUFS2.efi -> CsmVideoDxe.efi -> EmuVariableUefi.efi -> NvmExpressDxe.efi -> OsxFatBinaryDrv.efi -> PartitionDxe.efi -> AudioDxe.efi -> Ps2MouseDxe.efi -> UsbKbDxe.efi -> UsbMouseDxe.efi -> AptioInputFix.efi -> ApfsDriverLoader.efi -> Fat.efi -> VBoxExt2.efi -> Ext4Dxe.efi -> VBoxIso9600.efi -> VBoxHfs.efi -> AppleKeyFeeder.efi -> HashServiceFix.efi -> OpenRuntime.efi Copy Applications: -> bdmesg.efi -> Shell64U.efi Done! Generating BootSectors make: Nothing to be done for `all'. Done! * Clover build process took 2m24s to complete... [BUILD PKG] [CHECK XCODE] Status: gettext-0.22.4.tar.xz not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9.7M 100 9.7M 0 0 56570 0 0:03:01 0:03:01 --:--:-- 55264 Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 300 MB case-insensitive HFS Plus volume - gettext-0.22.4 extract... - gettext-0.22.4 configure... - gettext-0.22.4 make... - gettext-0.22.4 installing... - gettext-0.22.4 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - Ejecting RAM disk "disk6" ejected. ========= Translating Resources ======== /Users/yitzhakbronstein/src/CloverBootloader/toolchain Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done Discard ../sym/Resources/Clover/Resources/es.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/hr.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/ja.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/lv.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/pl.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/pt-BR.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/tr.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/uk.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/uk_UA.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/vi.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/zh_TW.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). ================= Making all in boot1-install ================= [XCODE] boot1-install --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in partutil ================= [XCODE] partutil --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in bdmesg ================= [XCODE] bdmesg --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in nvram ================= [CLANG] nvram2 ------------------------------- Building Clover Install Package ------------------------------- ====================== Preinstall ====================== [BUILD] Pre ===================== Installation ===================== [BUILD] UEFI.only ================== Target ESP ========================== [BUILD] Target.ESP =================== BiosBoot =========================== [BUILD] BiosBoot ===================== Utils ============================ [BUILD] Utils ===================== EFI folder ======================= [BUILD] EFIFolder ===================== off drivers ====================== [BUILD] off ===================== BootLoaders ====================== [BUILD] AltBoot [BUILD] bootNo [BUILD] boot0af [BUILD] boot0ss ====================== CloverEFI ======================= [BUILD] cloverEFI.64.sata [BUILD] cloverEFI.64.blockio ================= drivers64 mandatory ================== [BUILD] EnglishDxe [BUILD] XhciDxe ===================== drivers64 ======================== =============== drivers64 FileSystem =================== [BUILD] ApfsDriverLoader [BUILD] FSInject [BUILD] GrubEXFAT [BUILD] GrubISO9660 [BUILD] GrubNTFS [BUILD] GrubUDF [BUILD] GrubUFS [BUILD] GrubUFS2 [BUILD] GrubZFS =============== drivers64 FileVault2 =================== =============== drivers64 UEFI mandatory =============== [BUILD] EnglishDxe.UEFI =================== drivers64 UEFI ===================== ============= drivers64 UEFI HID ======================== [BUILD] AptioInputFix.UEFI [BUILD] Ps2MouseDxe.UEFI [BUILD] UsbKbDxe.UEFI [BUILD] UsbMouseDxe.UEFI ============= drivers64 UEFI FileSystem ================= [BUILD] ApfsDriverLoader.UEFI [BUILD] Ext4Dxe.UEFI [BUILD] Fat.UEFI [BUILD] VBoxExt2.UEFI [BUILD] VBoxHfs.UEFI [BUILD] VBoxIso9600.UEFI ============= drivers64 UEFI MemoryFix ================= [BUILD] OpenRuntime.UEFI ============= drivers64 UEFI FileVault2 ================ [BUILD] AppleKeyFeeder.UEFI [BUILD] HashServiceFix.UEFI ============= drivers64 UEFI Other ====================== [BUILD] AudioDxe.UEFI [BUILD] CsmVideoDxe.UEFI [BUILD] EmuVariableUefi.UEFI [BUILD] NvmExpressDxe.UEFI [BUILD] OsxFatBinaryDrv.UEFI [BUILD] PartitionDxe.UEFI ===================== RC Scripts ======================= [BUILD] rc.scripts.on.target [BUILD] rc.scripts.on.all.volumes [BUILD] rc.scripts.core ================= Optional RC Scripts ================== [BUILD] disable_sleep_proxy_client ======================== Themes ======================== [BUILD] Purple_Swirl [BUILD] Clovy [BUILD] BGM [BUILD] cesium ===================== BootLoaderChooser ===================== [BUILD] BootLoaderChooser **** Option usable with buildme only **** ================= Post ================= [BUILD] Post -------------------------- Building process complete! -------------------------- Build info. =========== Package name: Clover_r5163.pkg MD5: 6413177edb5ef1c03ebac4933a3f0fd0 Revision: 5163 Stage: Date/Time: 2025-08-18 20:14:23 Built by: yitzhakbronstein Copyright 2012-2025 total 13008 drwxr-xr-x 9 yitzhakbronstein staff 288 Aug 18 20:46 . drwxr-xr-x 16 yitzhakbronstein staff 512 Aug 18 20:46 .. -rw-r--r--@ 1 yitzhakbronstein staff 6148 Aug 18 19:29 .DS_Store -rw-r--r--@ 1 yitzhakbronstein staff 6192158 Aug 18 20:46 Clover_r5163.pkg -rw-r--r-- 1 yitzhakbronstein staff 62 Aug 18 20:46 Clover_r5163.pkg.md5 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:44 Resources drwxr-xr-x 5 yitzhakbronstein staff 160 Aug 18 20:44 build drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 package drwxr-xr-x 6 yitzhakbronstein staff 192 Aug 18 20:44 utils [BUILD ISO] ================= Making all in boot1-install ================= make[2]: Nothing to be done for `all'. ================= Making all in partutil ================= make[2]: Nothing to be done for `all'. ================= Making all in bdmesg ================= make[2]: Nothing to be done for `all'. ================= Making all in nvram ================= make[2]: Nothing to be done for `all'. ====================== Creating cdboot ===================== Update cdboot with boot file size info ======================= Creating ISO ======================= [RM] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/standalone/i386 [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/BOOT [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/CLOVER/themes/ [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/bin [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/local/bin [CP] cdboot [CP] embedded [CP] BOOTX64 [CP] CLOVERX64 [CP] drivers/BIOS [CP] drivers/UEFI [CP] kexts and OEM [CP] tools [CP] drivers-off [CP] boot [HDIUTIL] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/Clover-5163-X64.iso [TAR] CloverISO-5163 a . a ./Clover-5163-X64.iso [LZMA] CloverISO-5163 Encoding total 18872 drwxr-xr-x 13 yitzhakbronstein staff 416 Aug 18 20:46 . drwxr-xr-x 16 yitzhakbronstein staff 512 Aug 18 20:46 .. -rw-r--r--@ 1 yitzhakbronstein staff 6148 Aug 18 19:29 .DS_Store drwxr-xr-x 4 yitzhakbronstein staff 128 Aug 18 20:46 CloverCD drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 CloverISO-5163 -rw-r--r-- 1 yitzhakbronstein staff 1956782 Aug 18 20:46 CloverISO-5163.tar.lzma -rw-r--r--@ 1 yitzhakbronstein staff 6192158 Aug 18 20:46 Clover_r5163.pkg -rw-r--r-- 1 yitzhakbronstein staff 62 Aug 18 20:46 Clover_r5163.pkg.md5 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:44 Resources drwxr-xr-x 5 yitzhakbronstein staff 160 Aug 18 20:44 build drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 i386 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 package drwxr-xr-x 6 yitzhakbronstein staff 192 Aug 18 20:44 utils [BUILD CloverV2] 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839442 Share on other sites More sharing options...
naiclub Posted August 18, 2025 Share Posted August 18, 2025 4 hours ago, MakAsrock said: I was able to compile Clover from Sequoia by editing the buildme script. I have written other defaults for X code 15 and GCC151 by setting them as default, and the rest I have written as an option. Try it. 1. Download and install Python 3.13 2. Put the ClovGit.zip archive in your home folder ($HOME). 3. Open the terminal and enter the command: xattr -rc ClovGit.zip 4. Without closing the terminal window, enter the command unzip ClovGit.zip 5. In the same terminal window, enter ./clovergit and when asked, enter the password. 6. When ./buildme starts, you can compile in the standard way. ClovGit.zip 6.94 kB · 8 downloads 2 hours ago, MakAsrock said: Hide contents Last compilation log Last login: Mon Aug 18 18:58:01 on ttys000 /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; yitzhakbronstein@Mac-Pro ~ % /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; Updating OpenCorePkg.... --------------------------------------------------------------------------------- 🍀 Clover r5163 (SHA: 50004e112) Default TOOLCHAIN: GCC151 Switch to XCODE select: build (with XCode) Depending on your XCODE version the Toolset will be automatically chosen ---------------------- Current Python version: Python 3.13.0 -------------------- 1) build Clover (Default Toolchain) 8) build Clover (with XCode) 2) build all (Default Toolchain) 9) build all (with XCode) 3) make Release (Default Toolchain) 10) make Release (with XCode) 4) update Clover 11) build Clover with HFSPlus 5) make pkg 12) Extra Options 6) make iso 13) Exit 7) make Clover_V2 Please enter your choice: 3 [CHECK XCODE] - Building GCC 15.1.0 toolchain for x64 - to /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross/bin/x86_64-clover-linux-gnu Running on Mac OS X 15.6, with x86_64 architecture. Using Xcode SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk Status: gmp-6.3.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2045k 100 2045k 0 0 868k 0 0:00:02 0:00:02 --:--:-- 868k Warning: Got more output options than URLs Status: mpfr-4.2.2 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1470k 100 1470k 0 0 868k 0 0:00:01 0:00:01 --:--:-- 868k Warning: Got more output options than URLs Status: mpc-1.3.1 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 755k 100 755k 0 0 468k 0 0:00:01 0:00:01 --:--:-- 468k Warning: Got more output options than URLs Status: isl-0.27 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2008k 100 2008k 0 0 840k 0 0:00:02 0:00:02 --:--:-- 840k Warning: Got more output options than URLs Status: binutils-2.45 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 26.5M 100 26.5M 0 0 606k 0 0:00:44 0:00:44 --:--:-- 674k Warning: Got more output options than URLs Status: gcc-15.1.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 93.7M 100 93.7M 0 0 570k 0 0:02:48 0:02:48 --:--:-- 556k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 2 GB case-insensitive HFS Plus volume - gmp-6.3.0 extracting... - gmp-6.3.0 extracted - gmp-6.3.0 configure... - gmp-6.3.0 make... - gmp-6.3.0 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - mpfr-4.2.2 extracting... - mpfr-4.2.2 extracted - mpfr-4.2.2 configure... - mpfr-4.2.2 make... - mpfr-4.2.2 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - mpc-1.3.1 extracting... - mpc-1.3.1 extracted - mpc-1.3.1 configure... - mpc-1.3.1 make... - mpc-1.3.1 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - isl-0.27 extracting... - isl-0.27 extracted - /Users/yitzhakbronstein/src/CloverBootloader/toolchain/tools/gcc/isl-0.27 - dir - isl-0.27 configure... - isl-0.27 make... - isl-0.27 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - binutils-2.45 extracting... - binutils-2.45 extracted - binutils-2.45 configure... - binutils-2.45 make... - binutils-2.45 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross - gcc-15.1.0 extracting... - gcc-15.1.0 extracted - gcc-15.1.0 configure... - gcc-15.1.0 make... - gcc-15.1.0 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross * GCC toolchain Build process took 29m16s to complete... - Ejecting RAM disk "disk6" ejected. WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt [BUILD CLOVER RELEASE] TOOLCHAIN_DIR: /Users/yitzhakbronstein/src/CloverBootloader/toolchain Status: nasm-2.16.01.tar.xz not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 993k 100 993k 0 0 169k 0 0:00:05 0:00:05 --:--:-- 264k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 300 MB case-insensitive HFS Plus volume - nasm-2.16.01 extract... - nasm-2.16.01 configure... - nasm-2.16.01 make... - nasm-2.16.01 installing... - nasm-2.16.01 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - Ejecting RAM disk "disk6" ejected. NASM_PREFIX: /Users/yitzhakbronstein/src/CloverBootloader/toolchain/bin/ NASM_VER: 2.16.01 Initializing workspace recreate Conf folder WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/yitzhakbronstein/src/CloverBootloader/Conf -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC151 -n 21 Build environment: macOS-15.6-x86_64-i386-64bit Build start time: 20:12:04, Aug.18 2025 WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 Processing meta-data .Architecture(s) = X64 Build target = RELEASE Toolchain = GCC151 Active Platform = /Users/yitzhakbronstein/src/CloverBootloader/Clover.dsc ... done! [CC] X86TimerLib [CC] DriverEntryPoint [CC] RuntimeLib [CC] IoHighLevel [CC] HobLib [CC] Acpi [CC] UefiRuntimeServicesTableLib [CC] DevicePathFromText [CC] PrintLib [CC] MemoryAllocationLib [CC] UefiBootServicesTableLib [CC] AlignedPages [CC] BaseMemoryProfileLibNull [CC] CompareMemWrapper [CC] DebugLib [CC] PcdLib [CC] ARShiftU64 [CC] UefiShellInstall1CommandsLib [CC] AutoGen [CC] AutoGen [CC] Alias [SLINK] DxeHobLib [SLINK] UefiDriverEntryPoint [SLINK] UefiRuntimeLib [CC] IoLib [SLINK] DuetTimerLib [SLINK] UefiRuntimeServicesTableLib [CC] PrintLibInternal [CC] Console [CC] CommonMemoryAllocationLib [SLINK] UefiMemoryAllocationLib [SLINK] UefiBootServicesTableLib [SLINK] BaseMemoryProfileLibNull [CC] CopyMem [SLINK] BaseDebugLibNull [CC] BitField [SLINK] BasePcdLibNull [SLINK] UefiShellInstall1CommandsLib [CC] Connect [CC] DevicePathToText [CC] Comp [CC] AutoGen [CC] IoLibGcc [CC] CommonMemoryAllocationLibEx [CC] CopyMemWrapper [CC] UefiDriverModel [SLINK] BasePrintLib [CC] AutoGen [CC] Attrib [CC] DxeNetLib [CC] AutoGen [CC] ConsistMapping [CC] CheckSum [CC] AutoGen [CC] UefiHiiServicesLib [CC] UefiShellLib [CC] OpensslLibNull [CC] DebugHelp [CC] Cls [CC] WaveLib [CC] DevTree [CC] DevicePathUtilities [CC] Compress [CC] IoLibMmioBuffer [CC] IsZeroBufferWrapper [CC] Exit [SLINK] CommonMemoryAllocationLib [CC] UefiShellBcfgCommandLib [CC] ChkStkGcc [CC] AutoGen [CC] UefiLib [CC] UefiHandleParsingLib [SLINK] OpensslLib [CC] ApplicationEntryPoint [SLINK] UefiHiiServicesLib [CC] DebugPrint [CC] NetBuffer [CC] UefiShellCommandLib [SLINK] WaveLib [CC] Devices [CC] Echo [CC] UefiDevicePathLib [CC] Dblk [NASM] IoFifo [SLINK] UefiShellLib [CC] MemLibGeneric [CC] Cpu [CC] For [CC] Cd [SLINK] UefiApplicationEntryPoint [CC] OcAppleImg4Lib [CC] UefiLibPrint [CC] OcAppleLog [SLINK] UefiShellBcfgCommandLib [CC] GetMtc [CC] CommonSupport [SLINK] UefiDevicePathLib [CC] OcAppleChunklistLib [CC] Dh [SLINK] DxeNetLib [SLINK] UefiShellCommandLib [CC] DriverDisconnection [CC] Dmem [CC] MemLibGuid [CC] CpuDeadLoop [CC] UeImageLib [SLINK] UefiHandleParsingLib [CC] Goto [CC] Cp [CC] DER_CertCrl [CC] OcLog [SLINK] OcAppleChunklistLib [CC] UefiImageExtraActionLib [CC] UefiNotTiano [CC] Help [CC] ExecutionSupport [CC] OcCompressionLib [CC] Disconnect [CC] PeCoffDebug [CC] OcDriverConnectionLib [CC] DmpStore [CC] BaseAlignment [CC] OcXmlLib [CC] ScanMem16Wrapper [CC] DivS64x64Remainder [SLINK] BaseIoLibIntrinsic [CC] DER_Decode [CC] DxeMpLib [SLINK] UeImageLib [CC] If [SLINK] UefiImageExtraActionLibNull [CC] Load [SLINK] OcDebugLogLib [SLINK] UefiLib [CC] PeSupport [CC] Pause [CC] lzss [CC] PeCoffHash [CC] MtrrLib [SLINK] OcDriverConnectionLib [CC] ScanMem32Wrapper [CC] BaseBitOverflow [CC] Drivers [CC] DivU64x32 [CC] Edit [SLINK] OcXmlLib [CC] DER_Digest [CC] BaseXApicLib [CC] Ls [NASM] CpuFlushTlb [CC] Microcode [CC] Shift [ASM] InitializeFpu [CC] UeSupport [CC] PeCoffHii [CC] OcTemplateLib [CC] lzvn [CC] Touch [CC] ScanMem64Wrapper [CC] BaseMath [CC] VirtualDir [CC] DivU64x32Remainder [CC] DrvCfg [CC] ExpandDevicePath [CC] FileBuffer [CC] DER_Keys [SLINK] MtrrLib [CC] OcAppleDiskImageBlockIo [SLINK] BaseXApicLib [CC] PeCoffInfo [CC] Stall [CC] BaseNativeOverflow [CC] ScanMem8Wrapper [CC] MpLib [SLINK] OcTemplateLib [CC] UefiImageLib [CC] Map [CC] adler32 [CC] Type [CC] VirtualFile [CC] DivU64x64Remainder [CC] oids [CC] OcDevicePathLib [CC] DrvDiag [CC] OcAppleDiskImageLib [CC] MainTextEditor [CC] AppleKeyMap [CC] BaseTripleOverflow [CC] SetMem [CC] PeCoffInit [NASM] CpuSleep [CC] UefiShellLevel1CommandsLib [CC] ConsoleControl [CC] compress [CC] FilePaths [SLINK] BaseUefiImageLibOnlyNonFv [CC] VirtualFs [CC] UefiShellLevel3CommandsLib [CC] OcSerializeLib [CC] MkDir [CC] DER_Img4Manifest [SLINK] BaseUefiCpuLib [NASM] MpFuncs [SLINK] OcDevicePathLib [CC] OpenInfo [CC] OcAppleDiskImageLibInternal [SLINK] BaseOverflowLib [CC] SetMem16Wrapper [CC] EventQueue [CC] PeCoffLoad [CC] GetPowerOfTwo32 [SLINK] UefiShellLevel1CommandsLib [CC] crc32 [CC] ConsoleFont [CC] Misc [CC] VirtualVolume [CC] Ver [CC] Img4oids [CC] Mv [SLINK] OcSerializeLib [CC] AsciiStringBuffer [CC] OcPciIoLib [SLINK] OcAppleDiskImageLib [CC] SetMem32Wrapper [CC] Reconnect [CC] PeCoffRelocate [CC] GetPowerOfTwo64 [CC] BdsPlatform [CC] KeyHandler [CC] deflate [CC] ConsoleFontLoader [CC] EditInputBar [CC] AutoGen [SLINK] OcVirtualFsLib [SLINK] OcAppleImg4Lib [SLINK] BaseCpuLib [CC] CachelessContext [SLINK] UefiShellLevel3CommandsLib [CC] FlexArray [CC] Parse [CC] AutoGen [CC] OcPciIoU [CC] SetMem64Wrapper [CC] HighBitSet32 [SLINK] DxeMpInitLib [SLINK] BasePeCoffLib2 [CC] UefiShellDriver1CommandsLib [CC] BmBoot [CC] BdsBoot [CC] OcAppleEventLib [CC] ConsoleGop [CC] PlatformData [CC] EditMenuBar [CC] infback [CC] FlexString [CC] UefiSortLib [CC] GuidedSectionExtraction [CC] DiskMisc [CC] CustomizedDisplayLib [CC] Reset [CC] VarCheckLib [CC] SetMemWrapper [CC] CommonPatches [SLINK] OcPciIoLib [CC] HighBitSet64 [CC] Unload [CC] PointerHandler [SLINK] DuetBds [CC] AuthVariableLibNull [CC] Eg2Info [CC] EditStatusBar [CC] TpmMeasurementLibNull [CC] BmBootDescription [SLINK] OcFlexArrayLib [SLINK] UefiSortLib [CC] LzmaDecompress [CC] inffast [CC] ZeroMemWrapper [CC] Rm [CC] FileMisc [CC] CustomizedDisplayLibInternal [SLINK] VarCheckLib [CC] BdsConnect [CC] LRotU32 [CC] CpuidPatches [CC] DxeServicesTableLib [SLINK] AuthVariableLibNull [SLINK] TpmMeasurementLibNull [CC] FramebufferInfo [CC] EditTitleBar [SLINK] UefiShellDriver1CommandsLib [SLINK] OcAppleEventLib [CC] OcApfsConnect [SLINK] BaseMemoryLib [CC] LzFind [CC] inflate [CC] BmConnect [CC] FileProtocol [CC] BlitBufferToVideo [CC] Set [SLINK] CustomizedDisplayLib [CC] OcUnicodeCollationEngCommon [CC] LRotU64 [CC] BdsConsole [CC] OcStorageLib [SLINK] DxeServicesTableLib [CC] GopInfoDump [CC] EfiCompress [CC] KernelCollection [CC] OcResetSystemLib [CC] DxeCapsuleLibNull [CC] OcHashServicesLib [CC] OcApfsFusion [CC] FirmwareFile [CC] LzmaDec [CC] BmConsole [CC] BaseUcs2Utf8Lib [CC] LShiftU64 [CC] TimeDate [CC] BlitVideoToBuffer [CC] OcUnicodeCollationEngGeneric [CC] inftrees [CC] BaseOrderedCollectionRedBlackTreeLib [SLINK] OcStorageLib [CC] OcTypingLib [CC] BdsMisc [CC] OcConsoleControlEntryModeLib [CC] EfiDecompress [CC] GopPassThrough [CC] KernelReader [SLINK] DxeCapsuleLibNull [SLINK] OcResetSystemLib [CC] OcApfsIo [SLINK] OcHashServicesLib [CC] LinkedList [CC] GetFileInfo [SLINK] BaseUcs2Utf8Lib [SLINK] OcUnicodeCollationEngGenericLib [CC] OcBlitLib [SLINK] LzmaDecompressLib [CC] BmDriverHealth [CC] trees [CC] UefiShellLevel2CommandsLib [SLINK] BaseOrderedCollectionRedBlackTreeLib [SLINK] OcTypingLib [CC] LegacyRegionLock [SLINK] OcConsoleControlEntryModeGenericLib [CC] DevicePath [CC] KernelVersion [CC] BufferImage [CC] GopUtils [CC] LongJump [CC] OcApfsLib [CC] GetVolumeLabel [CC] OcRngLib [CC] DxeSecurityManagementLib [SLINK] OcBlitLib [CC] Vol [CC] BmHotkey [CC] OcAppleKeysLib [CC] AppleRtcRam [CC] AutoGen [CC] uncompr [CC] UefiFileHandleLib [CC] HdaDevicesLib [CC] LegacyRegionUnLock [CC] InternalGetSpinLockProperties [CC] String [CC] KextPatcher [CC] LowBitSet32 [CC] OcConsoleLib [CC] DirectReset [SLINK] OcApfsLib [CC] Clipboard [CC] LocateFileSystem [NASM] RngDelay [SLINK] DxeSecurityManagementLib [SLINK] OcAppleKeysLib [SLINK] UefiShellLevel2CommandsLib [CC] Ifconfig6 [CC] zlib_uefi [CC] OcRtcLib [CC] DxePcdLib [SLINK] UefiFileHandleLib [CC] BmLoadOption [SLINK] HdaDevicesLib [CC] SynchronizationGcc [CC] MemoryAlloc [CC] LowBitSet64 [SLINK] GenericBdsLib [SLINK] OcDirectResetLib [CC] KxldState [CC] ResolutionParsing [CC] OpenFile [CC] DiskImage [CC] zutil [CC] OcDeviceTreeLib [SLINK] OcRtcLib [SLINK] DxePcdLib [CC] LegacyNvramSupport [CC] OcConfigurationLib [CC] Ping6 [CXX] memory [CC] GccInline [CC] BmMisc [CC] AppleHibernate [CC] Math64 [CC] OcOSInfoLib [CC] MemoryAttributes [CC] ReadFile [CC] TextOutputBuiltin [CC] Link [CC] CxxSymbols [CC] AIK [CC] FileImage [SLINK] OcCompressionLib [SLINK] OcRngLib [SLINK] OcDeviceTreeLib [SLINK] BaseSynchronizationLib [CC] LegacyNvramWrapper [CC] ActivateHpetSupport [SLINK] CppMemLib [CC] ModU64x32 [CC] OcAppleRamDiskLib [CC] UefiShellNetwork2CommandsLib [CC] ApplePanic [SLINK] UefiBootManagerLib [SLINK] OcOSInfoLib [SLINK] OcConfigurationLib [CC] MemoryDebug [SLINK] OcFileLib [CC] Header [CC] AIKData [CC] MkextContext [CC] TextOutputNull [CC] HexEdit [CC] MultS64x64 [CC] CpuExceptionHandlerLibNull [CC] CpuInfoDump [CC] OcVariableLib [SLINK] UefiShellNetwork2CommandsLib [CC] DebugAgentLibNull [CC] DxeServicesLib [SLINK] OcAppleRamDiskLib [CC] DxeExtractGuidedSectionLib [CC] PeCoffGetEntryPoint [CC] AppleRecovery [CC] BasePeCoff [CC] PerformanceLib [CC] MemoryMap [CC] BaseUefiDecompressLib [CC] X86Cache [CC] TextOutputSystem [CC] AIKMap [CC] Macho32 [CC] MainHexEditor [CC] PrelinkedContext [SLINK] CpuExceptionHandlerLibNull [CC] MultU64x32 [SLINK] DebugAgentLibNull [CC] ForgeUefi [CC] Shim [CC] Allocate [SLINK] BasePeCoffGetEntryPointLib [SLINK] DxeExtractGuidedSectionLib [CC] HobLib [CC] BootArguments [SLINK] BasePerformanceLibNull [CC] PeCoffExtraActionLib [CC] PeCoffLoaderEx [SLINK] BaseUefiDecompressLib [SLINK] BaseCacheMaintenanceLib [CC] UmmMalloc [CC] AIKShim [CC] UgaPassThrough [CC] MultU64x64 [CC] Macho64 [CC] PrelinkedKext [CC] MemImage [CC] HandleParsingMin [SLINK] DxeServicesLib [CC] DxeCoreEntryPoint [CC] Sip [CC] MemoryAllocationLib [SLINK] PeCoffExtraActionLibNull [SLINK] DxeCoreHobLib [SLINK] VBoxPeCoffLib [CC] OpenCoreAcpi [CC] AutoGenerated [CC] OcAsciiLib [CC] VirtualMemory [CC] BootAudio [CC] AIKSource [CC] RRotU32 [CC] DebugSmbios [SLINK] OcConsoleLib [CC] 915resolution [CC] Misc [CC] Vtables [CC] MachoFat [SLINK] DxeCoreEntryPoint [CC] PciInfoDump [SLINK] DxeCoreMemoryAllocationLib [CC] VariableManagement [CC] AutoGen [CC] OcMacInfoLib [CC] AcpiDump [CC] ConsoleUtils [CC] AIKTarget [CC] OcAppleKeyMapLib [CC] OcUnicodeLib [CC] RRotU64 [CC] OpenCoreDevProps [SLINK] OcMemoryLib [CC] BootEntryInfo [CC] SmbiosDump [CC] VideoBiosPatchLib [CC] Relocations [CC] LoadPciRom [CC] OcAppleSecureBootLib [SLINK] OcAppleKernelLib [CC] ReleaseUsbOwnership [SLINK] OcVariableLib [CC] Ifconfig [CC] OcAppleUserInterfaceThemeLib [CC] DataHub [CC] DataPatcher [CC] RShiftU64 [SLINK] OcMacInfoLib [CC] AIKTranslate [CC] AcpiParser [CC] UpDownDetection [SLINK] OcStringLib [CC] OpenCoreKernel [CC] BootEntryManagement [CC] SmbiosInternal [CC] Aes [CC] Symbols [CC] edid [SLINK] OcAppleSecureBootLib [CC] MemMap [CC] ReloadOptionRoms [CC] CustomSlide [SLINK] OcAppleUserInterfaceThemeLib [CC] OcDataHubLib [CC] SafeString [CC] Ping [CC] ImageRunner [CC] MemLogLib [CC] AIM [SLINK] OcAppleKeyMapLib [CC] BaseDebugPrintErrorLevelLib [CC] OcAcpiLib [CC] BaseSerialPortLibNull [SLINK] OcMachoLib [SLINK] VideoBiosPatchLib [CC] OpenCoreKernelPatch [CC] BigNumMontgomery [CC] SmbiosPatch [CC] BootEntryProtocol [CC] ResetAudioTrafficClass [CC] Mm [CC] HiiLanguage [CC] PlatformInfo [CC] printf_lite [CC] KernelSupport [CC] SetJump [SLINK] OcDataHubLib [CC] UefiShellNetwork1CommandsLib [CC] AIT [CC] UefiHiiServicesLib [SLINK] BaseDebugPrintErrorLevelLib [SLINK] BaseSerialPortLibNull [CC] Ubsan [CC] BigNumPrimitives [CC] OpenCoreMisc [CC] BuiltinPicker [SLINK] OcAcpiLib [CC] OcDevicePropertyLib [CC] SetResizableBar [CC] PciLib [CC] Mode [CC] HiiLib [CC] ProtocolSupport [CC] String [SLINK] MemLogLibDefault [SLINK] UefiShellNetwork1CommandsLib [SLINK] OcSmbiosLib [SLINK] UefiHiiServicesLib [CC] OcAfterBootCompatLib [SLINK] OcInputLib [CC] PciCf8Lib [CC] OcPeCoffExtLib [CC] UbsanPrintf [CC] ChaCha [CC] AppleCpuSupport [SLINK] BasePciLibCf8 [SLINK] OcDevicePropertyLib [SLINK] OcDeviceMiscLib [CC] Pci [CC] OpenCoreNvram [CC] OcAppleBootPolicyLib [SLINK] OcMiscLib [CC] DefaultEntryChoice [CC] SwapBytes16 [CC] RelocationBlock [CC] HiiString [CC] Hid [CC] BaseReportStatusCodeLib [SLINK] BasePciCf8Lib [SLINK] OcGuardLib [CC] OcPeCoffFixupInit [CC] FrequencyDetect [CC] BigNumWordMul64 [CC] OpenCorePlatform [SLINK] OcAppleBootPolicyLib [CC] SwapBytes32 [CC] SerMode [CC] DmgBootSupport [SLINK] UefiHiiLib [CC] UsbDxeLib [SLINK] BaseReportStatusCodeLibNull [CC] ServiceOverrides [SLINK] OcPeCoffExtLib [CC] Md5 [CC] OcCpuLib [CC] SwapBytes64 [CC] OpenCoreUefi [CC] SetSize [CC] HotKeySupport [SLINK] UefiUsbLib [SLINK] OcAfterBootCompatLib [CC] PasswordHash [NASM] Atomic [CC] SwitchStack [CC] SetVar [CC] ImageLoader [CC] OpenCoreUefiInOut [CC] RsaDigitalSign [CC] Unaligned [CC] EventLogInfo [CC] OcBootManagementLib [CC] OpenCoreVault [CC] SecureMem [NASM] CpuId [NASM] MeasureTicks [CC] LibSmbiosView [SLINK] OcMainLib [CC] PolicyManagement [CC] Sha1 [CC] PrintInfo [SLINK] OcBootManagementLib [CC] Sha2 [NASM] CpuIdEx [NASM] Microcode [CC] QueryTable [NASM] Sha512Avx [CC] SmbiosView [NASM] DisableCache [SLINK] OcCpuLib [CC] UefiShellDebug1CommandsLib [SLINK] OcCryptoLib [SLINK] UefiShellDebug1CommandsLib [NASM] DisablePaging64 [NASM] EnableCache [NASM] EnableDisableInterrupts [CC] GccInline [NASM] Lfence [NASM] LongJump [CC] Non-existing [NASM] RdRand [NASM] SetJump [NASM] SwitchStack [NASM] Thunk16 [NASM] WriteTr [CC] X86DisablePaging32 [CC] X86DisablePaging64 [CC] X86EnablePaging32 [CC] X86EnablePaging64 [CC] X86FxRestore [CC] X86FxSave [CC] X86GetInterruptState [CC] X86Msr [CC] X86PatchInstruction [CC] X86RdRand [CC] X86ReadGdtr [CC] X86ReadIdtr [CC] X86SpeculationBarrier [CC] X86Thunk [CC] X86WriteGdtr [CC] X86WriteIdtr [SLINK] BaseLib [CC] AutoGen [CC] AutoGen [CC] 8259 [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AcpiTable [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] NullMemoryTest [CC] AutoGen [CC] ComponentName [CC] ConsoleLogger [CC] bdmesg [CC] HashServiceFix [CC] UnicodeCollationEng [CC] CpuDxe [CC] Metronome [CC] Debug [CC] ConfigKeywordHandler [CXX] APFS [CC] MsgLog [CC] FormDisplay [CC] ComponentName [CC] Pcd [CC] AcpiTableProtocol [CC] fsw_core [CC] BdsEntry [CC] Crc32 [CC] Debug [SLINK] Legacy8259 [SLINK] NullMemoryTestDxe [CC] GraphicsConsole [SLINK] EnglishDxe [CC] sha1 [SLINK] bdmesg [SLINK] Metronome [CC] ConsoleWrappers [CC] DxeInit [SLINK] MsgLog [CC] CpuGdt [CC] ConPlatform [CC] Runtime [CC] Service [CC] fsw_efi [VFR] BdsDxe [CC] AutoGen [CC] EfiLoader [CC] ConfigRouting [DLINK] Legacy8259 [DLINK] NullMemoryTestDxe [CC] InputHandler [DLINK] EnglishDxe [DLINK] bdmesg [DLINK] Metronome [CC] LaffStd [CXX] AcpiPatcher [DLINK] MsgLog [CC] FileHandleWrappers [SLINK] HashServiceFix [CC] HobGeneration [SLINK] AcpiTableDxe [CC] PeLoader [SLINK] RuntimeDxe [CC] CpuMp [SLINK] ConPlatformDxe [CC] fsw_efi_lib [SLINK] PcdDxe [CC] Popup [SLINK] GraphicsConsoleDxe [CC] Bm [DLINK] HashServiceFix [CC] Database [CC] LegacyTable [DLINK] AcpiTableDxe [DLINK] ConPlatformDxe [DLINK] RuntimeDxe [CC] Shell [DLINK] PcdDxe [CC] Support [CC] fsw_hfs [CC] CpuPageTable [DLINK] GraphicsConsoleDxe [CC] ProcessOptions [CC] BBSsupport [CC] EnterDxeCore [OBJCOPY] NullMemoryTestDxe [OBJCOPY] Legacy8259 [OBJCOPY] EnglishDxe [SLINK] EfiLoader [OBJCOPY] Metronome [CC] Font [OBJCOPY] MsgLog [CC] ShellEnvVar [CC] fsw_lib [NASM] CpuAsm [GENFW] NullMemoryTestDxe [GENFW] Legacy8259 [SLINK] DisplayEngine [GENFW] EnglishDxe [CC] BmLib [GENFW] Metronome [GENFW] MsgLog [DLINK] EfiLoader [CC] Paging [CC] ShellManParser [CC] HiiDatabaseEntry [SLINK] VBoxHfs [DLINK] DisplayEngine [OBJCOPY] RuntimeDxe [OBJCOPY] AcpiTableDxe [CC] BootMaint [OBJCOPY] HashServiceFix [SLINK] DxeIpl [OBJCOPY] bdmesg [OBJCOPY] ConPlatformDxe [GENFW] RuntimeDxe [DLINK] VBoxHfs [CC] Image [GENFW] AcpiTableDxe [CC] ShellParametersProtocol [GENFW] HashServiceFix [CC] PagingAttribute [GENFW] ConPlatformDxe [GENFW] bdmesg [OBJCOPY] PcdDxe [OBJCOPY] GraphicsConsoleDxe [DLINK] DxeIpl [CC] BootOption [GENFW] PcdDxe [GENFW] GraphicsConsoleDxe [CC] ImageEx [SLINK] CpuMpDxe [CC] ShellProtocol [CXX] AmlGenerator [CC] Data [DLINK] CpuMpDxe [CC] AutoGen [CC] String [CC] Apple [SLINK] Shell [CC] FileExplorer [CXX] BdsConnect [OBJCOPY] EfiLoader [CC] AutoGen [OBJCOPY] DxeIpl [CC] Measurement [CC] AutoGen [CC] AutoGen [SLINK] HiiDatabase [DLINK] Shell [GENFW] EfiLoader [GENFW] DxeIpl [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] UpdatePage [CC] LegacyRegion2 [CC] Reclaim [CC] driver [CC] ComponentName [DLINK] HiiDatabase [CC] CapsuleCache [CC] driver [CC] ComponentName [CC] AutoGen [CC] Variable [SLINK] LegacyRegion2Dxe [CC] SpeculationBarrierDxe [CC] ElTorito [CC] file [OBJCOPY] CpuMpDxe [CC] AutoGen [CC] AppleKey [OBJCOPY] VBoxHfs [CC] CapsuleReset [CC] AutoGen [CC] AutoGen [CC] UsbMassBoot [CC] file [CC] AutoGen [GENFW] CpuMpDxe [DLINK] LegacyRegion2Dxe [CC] Cpu [GENFW] VBoxHfs [CC] TcgMorLockDxe [CC] BlockGroup [CC] Gpt [VFR] BdsDxe [CC] CapsuleService [CC] grub [CC] ComponentName [CC] FSInject [CC] AutoGen [CC] ComponentName [CC] UsbMassBot [CC] grub [NASM] CpuInterrupt [CC] AutoGen [CC] VarCheck [CC] BlockMap [CC] Mbr [CC] SaveLongModeContext [CC] BiosKeyboard [CC] PciBus [CC] fshelp [CC] IsaAcpi [CC] AutoGen [CC] Test [OBJCOPY] DisplayEngine [CC] UsbMassCbi [CC] BootManagerVfr [CC] ext2 [CC] BiosBlkIo [CC] Variable [CC] Collation [CC] Partition [GENFW] DisplayEngine [SLINK] CapsuleRuntimeDxe [CC] PciCommand [CXX] BootOptions [CC] zfs [CC] Defer3rdPartyImageLoad [CC] PcatIsaAcpi [CC] BootManager [CC] UsbMassDiskInfo [SLINK] FSInject [CC] ComponentName [CC] BiosInt13 [CC] fshelp [DLINK] CapsuleRuntimeDxe [CC] Directory [SLINK] Cpu [SLINK] PartitionDxe [CC] SecurityStub [DLINK] FSInject [CC] PciDeviceSupport [SLINK] IsaAcpi [CC] UsbMassImpl [CC] Capsules [CC] LegacyBiosThunk [CC] VariableDxe [CC] device [DLINK] Cpu [DLINK] PartitionDxe [CC] DiskUtil [CC] ComponentName [DLINK] IsaAcpi [CC] AutoGen [SLINK] SecurityStubDxe [OBJCOPY] LegacyRegion2Dxe [CC] PciDriverOverride [SLINK] UsbMassStorageDxe [CC] zfs_fletcher [CC] VariableExLib [VFR] BdsDxe [SLINK] KeyboardDxe [CC] disk [CC] Ext4Dxe [GENFW] LegacyRegion2Dxe [CC] LegacyBiosThunk [CC] driver [DLINK] SecurityStubDxe [DLINK] UsbMassStorageDxe [DLINK] KeyboardDxe [CC] PciEnumerator [OBJCOPY] CapsuleRuntimeDxe [CC] zfs_lz4 [SLINK] VariableRuntimeDxe make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) [CC] Extents [CC] err [SLINK] BiosBlockIoDxe [CC] DeviceManagerVfr [CC] file [GENFW] CapsuleRuntimeDxe [CC] PciEnumeratorSupport [DLINK] VariableRuntimeDxe [CC] zfs_lzjb [OBJCOPY] IsaAcpi [DLINK] BiosBlockIoDxe [CC] File [CC] list [CC] DeviceManager [CC] grub [OBJCOPY] Cpu [GENFW] IsaAcpi [CC] PciIo [CC] zfs_sha256 [GENFW] Cpu [OBJCOPY] FSInject [OBJCOPY] SecurityStubDxe [CC] Inode [CC] misc [CXX] CloverVersion [CC] fshelp [OBJCOPY] PartitionDxe [VFR] BdsDxe [OBJCOPY] HiiDatabase [OBJCOPY] Shell [GENFW] SecurityStubDxe [GENFW] FSInject [CC] AutoGen [OBJCOPY] UsbMassStorageDxe [CC] zfscrypt [CC] PciOptionRomSupport [GENFW] PartitionDxe [OBJCOPY] KeyboardDxe [GENFW] HiiDatabase [GENFW] Shell [CC] Partition [CC] iso9660 [CC] grub_driver [GENFW] UsbMassStorageDxe [CXX] Console [GENFW] KeyboardDxe [CC] ComponentName [CC] PciPowerManagement [CC] DriverHealthVfr [CC] zfsinfo [CC] Superblock [CC] device [CC] grub_file [CC] AutoGen [CC] AudioDxe [CC] Ehci [CC] PciRomTable [VFR] BdsDxe [CC] gzio [CXX] DataHub [CC] AutoGen [CC] Symlink [CC] disk [CC] logging [CC] AutoGen [CC] fsw_core [CC] AutoGen [OBJCOPY] VariableRuntimeDxe [CC] EhciDebug [CC] AutoGen [SLINK] PciBusNoEnumerationDxe [CC] driver [CC] command [CC] AutoGen [SLINK] Ext4Dxe [OBJCOPY] BiosBlockIoDxe [GENFW] VariableRuntimeDxe [CC] FE [CC] err [CC] ComponentName [CC] missing [CC] HdaCodec [CC] fsw_efi [DLINK] PciBusNoEnumerationDxe [CXX] DataHubCpu [CC] DeviceIo [CC] EhciReg [GENFW] BiosBlockIoDxe [DLINK] Ext4Dxe [CC] driver [CC] file [CC] device [CC] path [CC] FrontPage [CC] AutoGen [CC] list [CC] ConSplitter [CC] AutoGen [CC] fsw_efi_lib [CC] HdaCodecAudioIo [CC] EhciSched [CC] PcatIo [CC] AutoGen [CC] file [CC] disk [CC] grub [CC] CpuIo2Dxe [CC] utf8 [CC] misc [CC] AutoGen [VFR] BdsDxe [CC] fsw_core [CC] AutoGen [CC] fsw_ext4 [CC] HdaCodecComponentName [CC] ConSplitterGraphics [CC] PcatPciRootBridge [CC] EhciUrb [CC] OsxFatBinaryDrv [CC] exfat [CC] env [CC] grub [SLINK] CpuIo2Dxe [SLINK] GrubEXT4 [CC] grub_driver [CC] fsw_core [CC] ComponentName [CC] fsw_efi [CC] HdaCodecInfo [CC] fsw_lib [SLINK] ConSplitterDxe [CC] PcatPciRootBridgeDevicePath [CC] UsbHcMem [CC] FrontPageVfr [SLINK] OsxFatBinaryDrv [DLINK] CpuIo2Dxe [CC] err [CC] fshelp [DLINK] GrubEXT4 [CC] fshelp [CC] grub_file [CC] fsw_efi [CC] Data [CC] fsw_efi_lib [DLINK] ConSplitterDxe [CC] HdaController [DLINK] OsxFatBinaryDrv [CC] PcatPciRootBridgeIo [SLINK] VBoxExt4 [CC] Hotkey [SLINK] EhciDxe [OBJCOPY] PciBusNoEnumerationDxe [CC] file [CC] device [CC] logging [CC] ufs2 [CC] AutoGen [CC] Delete [CC] fsw_efi_lib [CC] fsw_iso9660 [DLINK] VBoxExt4 [GENFW] PciBusNoEnumerationDxe [CC] AutoGen [DLINK] EhciDxe [CC] HdaControllerComponentName [OBJCOPY] Ext4Dxe [SLINK] PcatPciRootBridge [CC] HwErrRecSupport [CXX] Edid [CC] disk [CC] list [CC] missing [CC] device [CC] WatchdogTimer [GENFW] Ext4Dxe [CC] DirectoryCache [CC] fsw_lib [OBJCOPY] CpuIo2Dxe [CC] fsw_lib [CC] ComponentName [DLINK] PcatPciRootBridge [CC] HdaControllerHdaIo [CC] Language [CC] misc [GENFW] CpuIo2Dxe [CC] err [CC] path [CC] disk [OBJCOPY] OsxFatBinaryDrv [SLINK] WatchdogTimer [CC] DirectoryManage [CC] fsw_reiserfs [SLINK] VBoxIso9600 [CC] IsaBus [CC] HdaControllerInfo [GENFW] OsxFatBinaryDrv [CC] MemoryTest [DLINK] WatchdogTimer [CC] utf8 [CC] list [CC] time [CC] err [CC] AppleKey [CC] DiskCache [DLINK] VBoxIso9600 [SLINK] VBoxReiserFS [CC] IsaIo [CC] HdaControllerMem [OBJCOPY] ConSplitterDxe [CC] String [CC] misc [CC] crypto [SLINK] GrubISO9660 [CC] list [CC] AutoGen [DLINK] VBoxReiserFS [CC] Fat [GENFW] ConSplitterDxe [OBJCOPY] VBoxExt4 [OBJCOPY] EhciDxe [SLINK] IsaBusDxe [SLINK] AudioDxe [CC] AutoGen [SLINK] BdsDxe [DLINK] GrubISO9660 [OBJCOPY] PcatPciRootBridge [CXX] Events [GENFW] EhciDxe [GENFW] VBoxExt4 [CC] grub_driver [CC] misc [CC] rijndael [CC] ComponentName [CC] AutoGen [OBJCOPY] WatchdogTimer [CC] FileName [OBJCOPY] GrubEXT4 [DLINK] IsaBusDxe [DLINK] AudioDxe [GENFW] PcatPciRootBridge [CC] ComponentName [DLINK] BdsDxe [GENFW] WatchdogTimer [GENFW] GrubEXT4 [CC] grub_file [CC] EfiKey [CC] driver [CC] grub_driver [CC] grub_driver [CC] FileSpace [CC] DiskIo [CC] AutoGen [OBJCOPY] VBoxIso9600 [CC] AutoGen [CC] logging [CC] file [CC] KeyBoard [CC] grub_file [CC] grub_file [CC] Flush [CC] AutoGen [GENFW] VBoxIso9600 [SLINK] DiskIoDxe [CC] AutoGen [CC] Dependency [CC] DevicePath [CC] missing [CC] grub [OBJCOPY] IsaBusDxe [SLINK] UsbKbDxe [CC] logging [CC] logging [CC] driver [OBJCOPY] VBoxReiserFS [CC] Hash [DLINK] DiskIoDxe [GENFW] IsaBusDxe [CC] BiosVideo [SLINK] DevicePathDxe [CC] AutoGen [CC] path [GENFW] VBoxReiserFS [CC] Dispatcher [DLINK] UsbKbDxe [CC] fshelp [CC] missing [CC] missing [CXX] FixBiosDsdt [CC] Info [CC] file [OBJCOPY] GrubISO9660 [CC] AutoGen [DLINK] DevicePathDxe [CC] ComponentName [CC] utf8 [CC] DxeMain [CC] ufs [CC] path [GENFW] GrubISO9660 [CC] path [CC] ComponentName [OBJCOPY] AudioDxe [CC] Init [CC] grub [CC] SmbiosGen [GENFW] AudioDxe [CC] Ohci [CC] AutoGen [SLINK] GrubEXFAT [CC] AutoGen [CC] utf8 [CC] utf8 [SLINK] CsmVideoDxe [CC] device [CC] DxeProtocolNotify [CC] Misc [CC] AppleKeyFeeder [CC] fshelp [OBJCOPY] DiskIoDxe [SLINK] SmbiosGenDxe [CC] ComponentName [DLINK] GrubEXFAT [CC] driver [DLINK] CsmVideoDxe [CC] OhciDebug [SLINK] GrubUFS2 [CC] AutoGen [SLINK] GrubZFS [CC] disk [CC] Event [GENFW] DiskIoDxe [CC] AppleKeyMapUtils [CC] Open [CC] udf [DLINK] SmbiosGenDxe [OBJCOPY] UsbKbDxe [CC] UsbBus [CC] AutoGen [CC] file [CC] OhciReg [DLINK] GrubUFS2 [CC] BiosVideoNew [DLINK] GrubZFS [CC] err [GENFW] UsbKbDxe [CC] Timer [CC] OpenVolume [CC] AutoGen [CC] AutoGen [CC] device [OBJCOPY] BdsDxe [CC] ComponentName [CC] UsbDesc [CC] grub [CC] OhciSched [CC] list [GENFW] BdsDxe [CC] ComponentName [CC] Tpl [CC] SimpleTextExProxy [CC] ReadWrite [CC] CommPs2 [CC] disk [CC] Uhci [CC] UsbEnumer [CC] fshelp [CC] OhciUrb [CC] misc [CC] LegacyBiosThunk [OBJCOPY] DevicePathDxe [OBJCOPY] SmbiosGenDxe [CC] AutoGen [CC] Ffs [CXX] HdaCodecDump [CC] SimpleTextProxy [CC] UnicodeCollation [CC] ComponentName [CC] err [CC] UhciDebug [GENFW] SmbiosGenDxe [CC] hfsplus [GENFW] DevicePathDxe [CC] UsbHub [CC] UsbHcMem [SLINK] BiosVideo [CC] BiosVideo2 [CC] grub_driver [SLINK] AppleKeyFeeder [CC] FwVol [SLINK] Fat [CC] Ps2Mouse [CC] list [OBJCOPY] GrubEXFAT [OBJCOPY] CsmVideoDxe [CC] UhciQueue [CC] hfspluscomp [CC] AutoGen [CC] UsbUtility [DLINK] BiosVideo [SLINK] OhciDxe [DLINK] AppleKeyFeeder [CC] grub_file [DLINK] Fat [GENFW] GrubEXFAT [CC] ComponentName [SLINK] Ps2MouseDxe [CC] FwVolAttrib [GENFW] CsmVideoDxe [CC] misc [CC] UhciReg [CC] ComponentName [CC] gzio make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [DLINK] OhciDxe [SLINK] UsbBusDxe [CC] logging [DLINK] Ps2MouseDxe [SLINK] CsmVideo2Dxe [CC] FwVolRead [CC] grub_driver [CC] UhciSched [CC] NvmExpress [DLINK] UsbBusDxe [CC] device [OBJCOPY] GrubUFS2 [CC] AutoGen [CC] missing [DLINK] CsmVideo2Dxe [CC] AutoGen make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) [CC] FwVolWrite [CC] grub_file [OBJCOPY] AppleKeyFeeder [CXX] Hibernate [GENFW] GrubUFS2 [CC] UsbHcMem [CC] NvmExpressBlockIo [CC] disk [CC] EmuVariable [CC] path [GENFW] AppleKeyFeeder [CC] ComponentName [CC] FwVolBlock [CC] logging [OBJCOPY] GrubZFS [CC] AutoGen [SLINK] UhciDxe [CC] err [CC] NvmExpressDiskInfo [CC] utf8 [CC] AutoGen [CC] InitVariable [OBJCOPY] Ps2MouseDxe [GENFW] GrubZFS [CC] Ps2KbdCtrller [CC] missing [CC] Gcd [OBJCOPY] BiosVideo [DLINK] UhciDxe [CC] SmbiosDxe [CC] AptioInput [GENFW] Ps2MouseDxe [CC] list [CC] NvmExpressHci [OBJCOPY] Fat [OBJCOPY] OhciDxe [SLINK] GrubUFS [CC] OpenRuntime [SLINK] EmuVariableUefi [GENFW] BiosVideo [CC] AutoGen [CC] AutoGen [CC] Ps2KbdTextIn [CC] path [GENFW] Fat [CC] DriverSupport [GENFW] OhciDxe [CC] AutoGen [SLINK] SmbiosDxe [CC] misc [OBJCOPY] UsbBusDxe [CC] NvmExpressPassthru [DLINK] GrubUFS [DLINK] EmuVariableUefi [CC] UefiRuntimeServices [CC] ComponentName [CC] Expression [CC] ApfsDriverLoader [CC] utf8 [CC] Ps2Keyboard [GENFW] UsbBusDxe [DLINK] SmbiosDxe [CC] AIK [CC] grub_driver [CC] AutoGen [CC] Handle [OBJCOPY] CsmVideo2Dxe [SLINK] NvmExpressDxe [SLINK] OpenRuntime [CC] UsbHcMem [CC] AutoGen [SLINK] GrubUDF [CXX] Injectors [GENFW] CsmVideo2Dxe [SLINK] Ps2KeyboardDxe [CC] IfrParse [CC] AutoGen [CC] AIKData [CC] MonotonicCounter [CC] grub_file [DLINK] NvmExpressDxe [CC] Locate [DLINK] OpenRuntime [CC] Xhci [DLINK] GrubUDF [DLINK] Ps2KeyboardDxe [CC] EfiComponentName [CC] AutoGen [CC] DriverOverride [CC] Presentation [CC] AIKMap [SLINK] MonotonicCounterRuntimeDxe [CC] logging [OBJCOPY] UhciDxe [CC] Notify [SLINK] ApfsDriverLoader [CC] XhciReg [OBJCOPY] SmbiosDxe [CC] AutoGen [GENFW] UhciDxe [CC] Timer [SLINK] DriverOverride [DLINK] MonotonicCounterRuntimeDxe [CC] AIKShim [CC] missing [CC] AutoGen [CC] Setup [CC] Image [GENFW] SmbiosDxe [DLINK] ApfsDriverLoader [OBJCOPY] EmuVariableUefi [CC] AutoGen [CC] XhciSched [CC] CommPs2 [SLINK] Timer [DLINK] DriverOverride [CC] AIKSource [OBJCOPY] OpenRuntime [CC] Reset [GENFW] EmuVariableUefi [CC] path [CC] Library [CC] driver [SLINK] SetupBrowser [GENFW] OpenRuntime [DLINK] Timer [CC] ComponentName [CC] AutoGen [CXX] KERNEL_AND_KEXT_PATCHES [SLINK] XhciDxe [OBJCOPY] Ps2KeyboardDxe [CC] AIKTarget [CC] utf8 [SLINK] AcpiReset [OBJCOPY] GrubUFS [OBJCOPY] MonotonicCounterRuntimeDxe [CC] file [CC] MemData [DLINK] SetupBrowser [GENFW] Ps2KeyboardDxe [CC] ComponentName [CC] Ps2MouseAbsolutePointer [DLINK] XhciDxe [OBJCOPY] NvmExpressDxe [GENFW] GrubUFS [DLINK] AcpiReset [GENFW] MonotonicCounterRuntimeDxe [CC] AIKTranslate [SLINK] GrubHFSPLUS [CC] AutoGen [OBJCOPY] DriverOverride [OBJCOPY] ApfsDriverLoader [GENFW] NvmExpressDxe [CC] grub [CC] Page [CC] AutoGen [CC] MouseHid [SLINK] Ps2MouseAbsolutePointerDxe [GENFW] DriverOverride [GENFW] ApfsDriverLoader [CC] AIM [DLINK] GrubHFSPLUS [OBJCOPY] Timer [CC] fsw_core [CC] fshelp [CC] PcRtc [DLINK] Ps2MouseAbsolutePointerDxe [CC] Pool [GENFW] Timer [CC] UsbMouse [CC] AIT [OBJCOPY] GrubUDF [CC] fsw_efi [CXX] KextList [CC] ntfs [OBJCOPY] AcpiReset [CC] PcRtcEntry [CC] DebugImageInfo [SLINK] UsbMouseDxe [GENFW] GrubUDF [SLINK] AptioInputFix [GENFW] AcpiReset [CC] fsw_efi_lib [CC] ntfscomp [DLINK] UsbMouseDxe [SLINK] PcRtc [CC] InstallConfigurationTable [DLINK] AptioInputFix [CC] fsw_ext2 [OBJCOPY] XhciDxe [DLINK] PcRtc [CC] device [OBJCOPY] Ps2MouseAbsolutePointerDxe [CC] SetWatchdogTimer [GENFW] XhciDxe [GENFW] Ps2MouseAbsolutePointerDxe [CC] fsw_lib [OBJCOPY] GrubHFSPLUS [CC] disk [OBJCOPY] SetupBrowser [CXX] LegacyBiosThunk [CC] Stall [GENFW] GrubHFSPLUS [GENFW] SetupBrowser [SLINK] VBoxExt2 [OBJCOPY] UsbMouseDxe [CC] err [CC] CoreSectionExtraction [OBJCOPY] AptioInputFix [CXX] LegacyBoot [GENFW] UsbMouseDxe [DLINK] VBoxExt2 [OBJCOPY] PcRtc [GENFW] AptioInputFix [CC] list [SLINK] DxeCore [GENFW] PcRtc [CC] misc [CXX] MacOsVersion [DLINK] DxeCore [CC] grub_driver [CC] MemoryOperation [CC] grub_file [OBJCOPY] VBoxExt2 [CXX] Nvram [GENFW] VBoxExt2 [CC] logging [CC] missing [CC] path [CXX] PlatformDriverOverride [CC] utf8 [OBJCOPY] DxeCore [SLINK] GrubNTFS [GENFW] DxeCore [CXX] Settings [DLINK] GrubNTFS [CXX] SettingsUtils [OBJCOPY] GrubNTFS [CXX] SmbiosFillPatchingValues [GENFW] GrubNTFS [CXX] StartupSound [CXX] StateGenerator [CXX] Utils [CXX] UtilsEFI [CXX] VersionString [CXX] Volume [CXX] Volumes [CXX] ati [CXX] b64cdecode [CXX] card_vlist [CXX] cpu [CXX] device_inject [CXX] gma [CXX] guid [CXX] hda [CXX] kernel_patcher [CXX] kext_inject [CXX] kext_patcher [CXX] nvidia [CXX] platformdata [CXX] TagArray [CXX] TagBool [CXX] TagData [CXX] TagDate [CXX] TagDict [CXX] TagFloat [CXX] TagInt64 [CXX] TagKey [CXX] TagString8 [CXX] base64 [CXX] plist [CXX] xml [CXX] smbios [CXX] sound [CXX] spd [CXX] usbfix [CXX] BasicIO [CXX] BootLog [CXX] globals_ctor [CXX] globals_dtor [CXX] operatorNewDelete [CXX] pure_virtual [CXX] abort [CXX] assert [CXX] posix_additions [CXX] stdio [CXX] string [CXX] strings [CXX] strlen [CXX] wchar [CC] AppleKeyAggregator [CC] FirmwareVolume [CC] SMCHelper [CXX] ConfigManager [CXX] ConfigPlistAbstract [CXX] Config_ACPI_DSDT [CXX] Config_GUI [CXX] Config_Quirks [CXX] SMBIOSPlist [CXX] Self [CXX] SelfOem [CXX] XBuffer [CXX] XRBuffer [CXX] XString [CXX] XStringArray [CXX] shared_ptr [CXX] unicode_conversions [CXX] MemoryTracker [CXX] XmlLiteArrayTypes [CXX] XmlLiteCompositeTypes [CXX] XmlLiteDictTypes [CXX] XmlLiteParser [CXX] XmlLiteSimpleTypes [CXX] XmlLiteUnionTypes [CXX] bootscreen [CXX] common [CXX] legacy [CXX] loader [CXX] lockedgraphics [CXX] secureboot [CXX] securehash [CXX] securemenu [CXX] securevars [CXX] tool [CXX] REFIT_MAINMENU_SCREEN [CXX] REFIT_MENU_SCREEN [CXX] menu_items [CXX] shared_with_menu [CXX] AppleImageCodec [CXX] BmLib [CXX] FloatLib [CXX] VectorGraphics [CXX] XCinema [CXX] XIcon [CXX] XImage [CXX] XPointer [CXX] XTheme [CXX] egemb_font [CXX] egemb_icons [CXX] egemb_icons_dark [CXX] image [CXX] libscreen [CXX] load_bmp [CXX] load_icns [CXX] lodepng [CXX] nanosvg [CXX] nanosvgrast [CXX] scroll_images [CXX] text [CXX] icns [CXX] lib [CXX] main [CXX] menu [CXX] screen [SLINK] CLOVERX64 [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 [GENFW] CLOVERX64 Generating DUETEFIMAINFVX64 FV ### GUID cross reference file can be found at /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [24%Full] 2752512 (0x2a0000) total, 687392 (0xa7d20) used, 2065120 (0x1f82e0) free - Done - Build end time: 20:14:17, Aug.18 2025 Build total time: 00:02:14 -> CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi adding: Users/yitzhakbronstein/src/CloverBootloader/Build/CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi (deflated 53%) Compressing DUETEFIMainFv.FV ... Encoding Compressing DxeCore.efi ... Encoding Compressing DxeIpl.efi ... Encoding Generate Loader Image ... Created /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Efildr64 879+0 records in 879+0 records out 450048 bytes transferred in 0.003071 secs (146547704 bytes/sec) Copy CloverEFI: -> boot7 Changing byte at 0xa9 of boot7 to show 7 as init message: 1+0 records in 1+0 records out 1 bytes transferred in 0.000048 secs (20833 bytes/sec) -> BOOTX64.efi -> CLOVERX64.efi Copy Mandatory drivers: -> XhciDxe.efi -> EnglishDxe.efi -> ApfsDriverLoader.efi -> FSInject.efi -> EnglishDxe.efi -> GrubEXFAT.efi -> GrubISO9660.efi -> GrubNTFS.efi -> GrubUDF.efi -> GrubZFS.efi -> GrubUFS.efi -> GrubUFS2.efi -> CsmVideoDxe.efi -> EmuVariableUefi.efi -> NvmExpressDxe.efi -> OsxFatBinaryDrv.efi -> PartitionDxe.efi -> AudioDxe.efi -> Ps2MouseDxe.efi -> UsbKbDxe.efi -> UsbMouseDxe.efi -> AptioInputFix.efi -> ApfsDriverLoader.efi -> Fat.efi -> VBoxExt2.efi -> Ext4Dxe.efi -> VBoxIso9600.efi -> VBoxHfs.efi -> AppleKeyFeeder.efi -> HashServiceFix.efi -> OpenRuntime.efi Copy Applications: -> bdmesg.efi -> Shell64U.efi Done! Generating BootSectors make: Nothing to be done for `all'. Done! * Clover build process took 3m36s to complete... TOOLCHAIN_DIR: /Users/yitzhakbronstein/src/CloverBootloader/toolchain NASM_PREFIX: /Users/yitzhakbronstein/src/CloverBootloader/toolchain/bin/ NASM_VER: 2.16.01 Initializing workspace recreate Conf folder WORKSPACE: /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH: /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH: /Users/yitzhakbronstein/src/CloverBootloader/Conf Copying $EDK_TOOLS_PATH/Conf/build_rule.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/build_rule.txt Copying $EDK_TOOLS_PATH/Conf/tools_def.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/tools_def.txt Copying $EDK_TOOLS_PATH/Conf/target.template to /Users/yitzhakbronstein/src/CloverBootloader/Conf/target.txt Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/yitzhakbronstein/src/CloverBootloader/Conf -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t GCC151 -n 21 Build environment: macOS-15.6-x86_64-i386-64bit Build start time: 20:14:24, Aug.18 2025 WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 Processing meta-data . Architecture(s) = X64 Build target = RELEASE Toolchain = GCC151 Active Platform = /Users/yitzhakbronstein/src/CloverBootloader/Clover.dsc ... done! [CC] PciLib [CC] DriverEntryPoint [CC] Acpi [CC] PciCf8Lib [CC] DevicePathFromText [CC] UefiRuntimeServicesTableLib [CC] IoHighLevel [CC] MemoryAllocationLib [CC] PrintLib [CC] UefiBootServicesTableLib [CC] AlignedPages [CC] BaseMemoryProfileLibNull [CC] ARShiftU64 [CC] CompareMemWrapper [CC] DebugLib [CC] PcdLib [CC] BaseUefiDecompressLib [CC] HobLib [CC] DxeCoreEntryPoint [CC] MemoryAllocationLib [CC] OcConsoleControlEntryModeLib [SLINK] BasePciLibCf8 [SLINK] UefiDriverEntryPoint [SLINK] BasePciCf8Lib [SLINK] UefiRuntimeServicesTableLib [CC] IoLib [CC] PrintLibInternal [CC] Console [SLINK] UefiMemoryAllocationLib [CC] BitField [CC] CommonMemoryAllocationLib [SLINK] UefiBootServicesTableLib [CC] CopyMem [SLINK] BaseMemoryProfileLibNull [SLINK] BaseDebugLibNull [SLINK] BasePcdLibNull [CC] DevicePathToText [SLINK] BaseUefiDecompressLib [SLINK] DxeCoreHobLib [SLINK] DxeCoreMemoryAllocationLib [SLINK] DxeCoreEntryPoint [SLINK] OcConsoleControlEntryModeGenericLib [CC] IoLibGcc [CC] CopyMemWrapper [CC] CheckSum [CC] UefiDriverModel [CC] CommonMemoryAllocationLibEx [SLINK] BasePrintLib [CC] AutoGen [CC] BaseUcs2Utf8Lib [CC] BaseOrderedCollectionRedBlackTreeLib [CC] BdsPlatform [CC] AutoGen [CC] DevicePathUtilities [CC] GuidedSectionExtraction [CC] DxeExtractGuidedSectionLib [CC] VarCheckLib [CC] AuthVariableLibNull [CC] TpmMeasurementLibNull [CC] PeCoffExtraActionLib [CC] DxeCapsuleLibNull [CC] BasePeCoff [CC] RuntimeLib [CC] IoLibMmioBuffer [CC] IsZeroBufferWrapper [CC] ChkStkGcc [CC] CustomizedDisplayLib [SLINK] CommonMemoryAllocationLib [SLINK] BaseUcs2Utf8Lib [CC] UefiLib [CC] BdsBoot [SLINK] BaseOrderedCollectionRedBlackTreeLib [CC] DxeMpLib [CC] LzmaDecompress [CC] UefiDevicePathLib [SLINK] AuthVariableLibNull [SLINK] DxeExtractGuidedSectionLib [SLINK] VarCheckLib [SLINK] TpmMeasurementLibNull [SLINK] DxeCapsuleLibNull [SLINK] PeCoffExtraActionLibNull [CC] PlatformData [SLINK] UefiRuntimeLib [CC] PeCoffLoaderEx [CC] MemLibGeneric [NASM] IoFifo [CC] Cpu [CC] CustomizedDisplayLibInternal [SLINK] UefiDevicePathLib [CC] CpuExceptionHandlerLibNull [CC] LzFind [CC] BaseXApicLib [CC] UefiLibPrint [CC] Microcode [CC] DebugAgentLibNull [SLINK] VBoxPeCoffLib [CC] InternalGetSpinLockProperties [SLINK] DuetBds [ASM] InitializeFpu [CC] AutoGen [CC] AutoGen [CC] UefiShellInstall1CommandsLib [CC] AutoGen [CC] MemLibGuid [CC] BdsConnect [CC] CpuDeadLoop [CC] Alias [SLINK] CustomizedDisplayLib [SLINK] CpuExceptionHandlerLibNull [SLINK] DebugAgentLibNull [CC] LzmaDec [CC] UefiNotTiano [CC] MpLib [SLINK] BaseXApicLib [CC] AutoGen [CC] SynchronizationGcc [CC] ScanMem16Wrapper [CC] Ifconfig6 [SLINK] UefiShellInstall1CommandsLib [CC] DivS64x64Remainder [CC] Connect [CC] Comp [CC] Attrib [CC] AutoGen [CC] DxeNetLib [CC] BdsConsole [SLINK] BaseIoLibIntrinsic [CC] Exit [SLINK] UefiLib [CC] GccInline [CC] ConsistMapping [CC] AutoGen [CC] ScanMem32Wrapper [SLINK] LzmaDecompressLib [CC] BmBoot [CC] DivU64x32 [CC] AutoGen [CC] DevTree [NASM] MpFuncs [CC] Ping6 [CC] Compress [CC] Cls [CC] AutoGen [CC] UefiShellLib [SLINK] BaseUefiCpuLib [CC] BdsMisc [CC] NetBuffer [CC] PerformanceLib [SLINK] BaseSynchronizationLib [CC] UefiShellBcfgCommandLib [CC] For [CC] ScanMem64Wrapper [CC] DivU64x32Remainder [CC] UefiHandleParsingLib [CC] PeCoffGetEntryPoint [CC] Devices [CC] Cd [CC] UefiHiiServicesLib [CC] UefiShellCommandLib [CC] UefiShellNetwork2CommandsLib [CC] Echo [CC] Dblk [CC] BmBootDescription [CC] DxePcdLib [SLINK] BasePerformanceLibNull [CC] DevicePath [SLINK] DxeNetLib [SLINK] UefiShellLib [CC] ScanMem8Wrapper [CC] DivU64x64Remainder [SLINK] BasePeCoffGetEntryPointLib [CC] Goto [SLINK] UefiShellBcfgCommandLib [CC] DxeSecurityManagementLib [SLINK] UefiHiiServicesLib [SLINK] UefiShellNetwork2CommandsLib [CC] GetMtc [CC] Cp [CC] Dh [SLINK] UefiShellCommandLib [CC] Dmem [SLINK] DxeMpInitLib [CC] BmConnect [SLINK] DxePcdLib [SLINK] UefiHandleParsingLib [CC] FilePaths [CC] SetMem [CC] UefiScsiLib [CC] String [CC] If [SLINK] DxeSecurityManagementLib [CC] OpensslLibNull [CXX] memory [CC] Help [CC] DebugHelp [CC] OpenCoreAcpi [CC] DmpStore [CC] Load [CC] WaveLib [CC] HdaDevicesLib [CC] Disconnect [CC] ApplicationEntryPoint [CC] DataHub [CC] GetPowerOfTwo32 [CC] SetMem16Wrapper [CC] BmConsole [CC] AcpiDump [CC] AppleKeyMap [SLINK] UefiScsiLib [SLINK] OpensslLib [SLINK] CppMemLib [SLINK] GenericBdsLib [CC] DebugPrint [CC] Shift [CC] Pause [CC] AIK [CC] OpenCoreDevProps [CC] Ls [SLINK] WaveLib [SLINK] HdaDevicesLib [CC] Drivers [SLINK] UefiApplicationEntryPoint [CC] Edit [CC] SetMem32Wrapper [CC] GetPowerOfTwo64 [CC] OcDataHubLib [CC] AcpiParser [CC] EventQueue [CC] BmDriverHealth [CC] OcAppleImg4Lib [CC] CachelessContext [CC] OcAppleUserInterfaceThemeLib [CC] AppleHibernate [CC] OcAppleLog [CC] Stall [CC] Touch [CC] AIKData [CC] DrvCfg [CC] OpenCoreKernel [CC] FileBuffer [CC] HighBitSet32 [CC] Map [CC] SetMem64Wrapper [CC] OcDevicePropertyLib [CC] OcConfigurationLib [CC] OcHashServicesLib [SLINK] OcDataHubLib [CC] KeyHandler [CC] BmHotkey [CC] DER_CertCrl [CC] OcLog [CC] OcAcpiLib [SLINK] OcAppleUserInterfaceThemeLib [CC] UefiShellLevel1CommandsLib [CC] AIKMap [CC] Type [CC] ApplePanic [CC] HighBitSet64 [CC] SetMemWrapper [CC] CommonPatches [SLINK] OcDevicePropertyLib [CC] MkDir [CC] DrvDiag [CC] OpenCoreKernelPatch [SLINK] OcHashServicesLib [CC] MainTextEditor [SLINK] OcConfigurationLib [CC] OcAppleEventLib [CC] DER_Decode [CC] OcPciIoLib [SLINK] OcDebugLogLib [SLINK] UefiShellLevel1CommandsLib [CC] UefiShellLevel3CommandsLib [CC] LRotU32 [CC] AIKShim [CC] BmLoadOption [CC] ZeroMemWrapper [CC] AppleRecovery [CC] DebugSmbios [SLINK] OcAcpiLib [CC] Mv [CC] CpuidPatches [CC] OpenInfo [CC] OcUnicodeCollationEngCommon [CC] OpenCoreMisc [CC] Misc [CC] VirtualDir [CC] DER_Digest [CC] PointerHandler [CC] OcPciIoU [CC] OcOSInfoLib [CC] LRotU64 [SLINK] BaseMemoryLib [CC] Ver [CC] AIKSource [CC] OcDeviceTreeLib [CC] SmbiosDump [CC] BootArguments [CC] BmMisc [CC] OcRngLib [CC] Reconnect [CC] OcApfsConnect [CC] Parse [CC] OcUnicodeCollationEngGeneric [CC] DER_Keys [CC] EditInputBar [CC] KernelCollection [CC] VirtualFile [SLINK] OcPciIoLib [CC] LShiftU64 [CC] OpenCoreNvram [SLINK] OcOSInfoLib [SLINK] OcAppleEventLib [SLINK] UefiShellLevel3CommandsLib [CC] AIKTarget [SLINK] OcDeviceTreeLib [CC] OcAppleBootPolicyLib [SLINK] UefiBootManagerLib [CC] SmbiosInternal [NASM] RngDelay [CC] BootAudio [CC] oids [SLINK] OcUnicodeCollationEngGenericLib [CC] Reset [CC] UefiShellDriver1CommandsLib [CC] OcApfsFusion [CC] EditMenuBar [CC] KernelReader [CC] VirtualFs [CC] LinkedList [CC] OcAppleKeyMapLib [CC] AIKTranslate [CC] OpenCorePlatform [CC] OcAppleSecureBootLib [CC] ActivateHpetSupport [CC] SmbiosPatch [CC] CxxSymbols [SLINK] OcAppleBootPolicyLib [CC] DER_Img4Manifest [CC] BootEntryInfo [CC] CommonSupport [CC] OcAppleChunklistLib [CC] OcApfsIo [CC] Rm [CC] LongJump [CC] VirtualVolume [CC] Unload [CC] EditStatusBar [CC] KernelVersion [CC] OcAppleDiskImageBlockIo [CC] AIM [CC] UpDownDetection [SLINK] OcAppleSecureBootLib [CC] CpuInfoDump [CC] Header [CC] Img4oids [CC] ExecutionSupport [CC] OpenCoreUefi [SLINK] OcAppleChunklistLib [SLINK] OcRngLib [CC] BootEntryManagement [CC] OcApfsLib [CC] LowBitSet32 [CC] AsciiStringBuffer [SLINK] OcVirtualFsLib [CC] Set [CC] KextPatcher [SLINK] UefiShellDriver1CommandsLib [CC] EditTitleBar [CC] OcAppleDiskImageLib [SLINK] OcSmbiosLib [SLINK] OcAppleKeyMapLib [CC] ForgeUefi [CC] AIT [SLINK] OcAppleImg4Lib [CC] PeSupport [CC] UefiFileHandleLib [CC] Macho32 [CC] LowBitSet64 [SLINK] OcApfsLib [CC] FlexArray [CC] TimeDate [CC] OcResetSystemLib [CC] ConsoleControl [CC] OpenCoreUefiInOut [CC] EfiCompress [CC] KxldState [CC] OcAppleDiskImageLibInternal [CC] BootEntryProtocol [CC] DriverDisconnection [CC] OcPeCoffExtLib [CC] HandleParsingMin [CC] X86Cache [SLINK] OcInputLib [CC] UeImageLib [CC] Math64 [CC] UeSupport [SLINK] UefiFileHandleLib [CC] UefiImageExtraActionLib [CC] FlexString [CC] Macho64 [SLINK] OcResetSystemLib [CC] ConsoleFont [CC] EfiDecompress [SLINK] OcAppleDiskImageLib [CC] OcAppleRamDiskLib [CC] UefiShellLevel2CommandsLib [CC] Link [CC] BuiltinPicker [CC] OpenCoreVault [CC] OcDriverConnectionLib [SLINK] BaseCacheMaintenanceLib [CC] OcPeCoffFixupInit [CC] ModU64x32 [CC] PciInfoDump [CC] UefiImageLib [SLINK] UeImageLib [SLINK] UefiImageExtraActionLibNull [CC] X86TimerLib [SLINK] OcFlexArrayLib [CC] ConsoleFontLoader [CC] LegacyNvramSupport [CC] BufferImage [SLINK] OcAppleRamDiskLib [CC] Vol [CC] MachoFat [CC] OcAppleKeysLib [SLINK] OcMainLib [SLINK] OcDriverConnectionLib [CC] DefaultEntryChoice [CC] MkextContext [CC] PeCoffDebug [CC] MultS64x64 [SLINK] OcPeCoffExtLib [CC] LegacyRegionLock [CC] ReleaseUsbOwnership [SLINK] BaseUefiImageLibOnlyNonFv [SLINK] DuetTimerLib [CC] Aes [CC] ConsoleGop [CC] MtrrLib [CC] LegacyNvramWrapper [SLINK] UefiShellLevel2CommandsLib [CC] Relocations [CC] OcTemplateLib [CC] Clipboard [SLINK] OcAppleKeysLib [CC] PeCoffHash [NASM] CpuFlushTlb [CC] MultU64x32 [CC] ConsoleUtils [CC] PrelinkedContext [CC] OcAsciiLib [CC] LegacyRegionUnLock [CC] DmgBootSupport [CC] ReloadOptionRoms [CC] BaseAlignment [CC] BigNumMontgomery [CC] ExpandDevicePath [CC] Eg2Info [CC] UefiSortLib [CC] Symbols [SLINK] OcTemplateLib [CC] OcVariableLib [CC] DiskImage [CC] PeCoffHii [CC] MultU64x64 [CC] DataPatcher [CC] AppleCpuSupport [CC] DiskMisc [CC] OcUnicodeLib [SLINK] MtrrLib [CC] PrelinkedKext [CC] MemoryAlloc [CC] ResetAudioTrafficClass [CC] BaseBitOverflow [CC] HotKeySupport [SLINK] UefiSortLib [CC] BigNumPrimitives [CC] FramebufferInfo [SLINK] OcMachoLib [CC] OcDevicePathLib [CC] PeCoffInfo [CC] Shim [CC] RRotU32 [CC] ImageRunner [CC] FileImage [CC] DirectReset [CC] FrequencyDetect [SLINK] OcStringLib [CC] FileMisc [NASM] CpuSleep [CC] BaseMath [CC] SetResizableBar [CC] MemoryAttributes [CC] DxeServicesLib [CC] Vtables [CC] ImageLoader [CC] ChaCha [CC] GopInfoDump [CC] PeCoffInit [CC] RRotU64 [CC] Sip [SLINK] OcDevicePathLib [CC] HobLib [CC] PlatformInfo [SLINK] OcDirectResetLib [CC] OcXmlLib [CC] FileProtocol [CC] HexEdit [CC] BaseNativeOverflow [CC] OcCpuLib [SLINK] OcDeviceMiscLib [CC] AutoGen [CC] MemoryDebug [SLINK] OcAppleKernelLib [CC] Allocate [CC] RShiftU64 [CC] BigNumWordMul64 [CC] PeCoffLoad [CC] GopPassThrough [SLINK] DxeHobLib [CC] VariableManagement [CC] ProtocolSupport [CC] OcBootManagementLib [CC] FirmwareFile [CC] BaseTripleOverflow [CC] MainHexEditor [CC] Ubsan [SLINK] OcXmlLib [CC] CustomSlide [SLINK] BaseCpuLib [CC] Ifconfig [CC] MemoryMap [NASM] Atomic [SLINK] DxeServicesLib [CC] AppleRtcRam [CC] SafeString [CC] 915resolution [CC] PeCoffRelocate [CC] Md5 [CC] GopUtils [SLINK] OcMiscLib [SLINK] BaseOverflowLib [SLINK] OcVariableLib [CC] PolicyManagement [CC] GetFileInfo [CC] MemLogLib [CC] UbsanPrintf [CC] BaseDebugPrintErrorLevelLib [CC] KernelSupport [CC] MemImage [CC] UmmMalloc [CC] BaseSerialPortLibNull [CC] Ping [CC] OcTypingLib [SLINK] BasePeCoffLib2 [CC] VideoBiosPatchLib [CC] PasswordHash [CC] OcRtcLib [CC] SetJump [CC] OcConsoleLib [CC] GetVolumeLabel [CC] printf_lite [CC] OcSerializeLib [CC] AutoGenerated [CC] OcStorageLib [SLINK] OcGuardLib [SLINK] OcBootManagementLib [SLINK] BaseDebugPrintErrorLevelLib [CC] VirtualMemory [SLINK] BaseSerialPortLibNull [CC] Misc [CC] OcAfterBootCompatLib [CC] edid [CC] RsaDigitalSign [SLINK] OcRtcLib [SLINK] OcTypingLib [NASM] MeasureTicks [CC] UefiShellNetwork1CommandsLib [CC] String [CC] HiiLanguage [CC] OcMacInfoLib [CC] LocateFileSystem [SLINK] MemLogLibDefault [SLINK] OcSerializeLib [CC] ResolutionParsing [SLINK] OcStorageLib [SLINK] OcMemoryLib [CC] Hid [CC] LoadPciRom [CC] BaseReportStatusCodeLib [CC] UefiHiiServicesLib [CC] RelocationBlock [SLINK] VideoBiosPatchLib [CC] OcCompressionLib [CC] SecureMem [CC] SwapBytes16 [SLINK] UefiShellNetwork1CommandsLib [CC] DxeServicesTableLib [CC] BlitBufferToVideo [CC] HiiLib [CC] OpenFile [SLINK] OcMacInfoLib [CC] TextOutputBuiltin [SLINK] BaseReportStatusCodeLibNull [CC] UsbDxeLib [SLINK] UefiHiiServicesLib [CC] MemMap [CC] lzss [CC] Sha1 [CC] ServiceOverrides [CC] SwapBytes32 [NASM] Microcode [SLINK] DxeServicesTableLib [CC] BlitVideoToBuffer [CC] ReadFile [CC] HiiString [CC] TextOutputNull [SLINK] UefiUsbLib [CC] Mm [CC] Sha2 [CC] lzvn [CC] SwapBytes64 [SLINK] OcAfterBootCompatLib [CC] OcBlitLib [SLINK] OcFileLib [SLINK] UefiHiiLib [CC] TextOutputSystem [CC] adler32 [CC] SwitchStack [CC] Mode [NASM] Sha512Avx [SLINK] OcBlitLib [SLINK] OcCpuLib [CC] UgaPassThrough [CC] Unaligned [CC] compress [CC] Pci [SLINK] OcConsoleLib [NASM] CpuId [CC] crc32 [CC] SerMode [SLINK] OcCryptoLib [CC] deflate [CC] SetSize [NASM] CpuIdEx [CC] infback [CC] SetVar [CC] inffast [CC] EventLogInfo [NASM] DisableCache [CC] inflate [CC] LibSmbiosView [CC] inftrees [CC] PrintInfo [NASM] DisablePaging64 [CC] trees [CC] QueryTable [CC] uncompr [CC] SmbiosView [NASM] EnableCache [CC] zlib_uefi [CC] UefiShellDebug1CommandsLib [CC] zutil [SLINK] UefiShellDebug1CommandsLib [SLINK] OcCompressionLib [NASM] EnableDisableInterrupts [CC] GccInline [NASM] Lfence [NASM] LongJump [CC] Non-existing [NASM] RdRand [NASM] SetJump [NASM] SwitchStack [NASM] Thunk16 [NASM] WriteTr [CC] X86DisablePaging32 [CC] X86DisablePaging64 [CC] X86EnablePaging32 [CC] X86EnablePaging64 [CC] X86FxRestore [CC] X86FxSave [CC] X86GetInterruptState [CC] X86Msr [CC] X86PatchInstruction [CC] X86RdRand [CC] X86ReadGdtr [CC] X86ReadIdtr [CC] X86SpeculationBarrier [CC] X86Thunk [CC] X86WriteGdtr [CC] X86WriteIdtr [SLINK] BaseLib [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AppleKey [CC] 8259 [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] ComponentName [CC] ComponentName [CC] Dependency [CC] FormDisplay [CC] Reset [CC] BlockGroup [CC] BdsEntry [CC] ComponentName [CC] driver [CC] DevicePath [CC] Timer [CC] Debug [CC] ComponentName [CC] PcRtc [CC] ComponentName [CC] ComponentName [CC] AutoGen [CC] AutoGen [CC] fsw_core [CC] Metronome [CC] driver [CC] PciBus [CC] Uhci [SLINK] AcpiReset [CC] Dispatcher [CC] GraphicsConsole [CC] BlockMap [SLINK] DevicePathDxe [CC] file [CC] EfiLoader [SLINK] Timer [VFR] BdsDxe [CC] Ehci [SLINK] Legacy8259 [CC] ConSplitter [CC] ScsiDisk [CC] BiosKeyboard [CC] PcRtcEntry [SLINK] Metronome [CC] fsw_efi [CC] InputHandler [CC] file [DLINK] AcpiReset [CC] PciCommand [DLINK] DevicePathDxe [DLINK] Timer [CC] Collation [CC] UhciDebug [CC] PeLoader [CC] DxeMain [CC] grub [DLINK] Legacy8259 [CC] LaffStd [DLINK] Metronome [SLINK] PcRtc [CC] EhciDebug [CC] ComponentName [CC] Popup [SLINK] ScsiDisk [CC] fsw_efi_lib [CC] Bm [CC] ConSplitterGraphics [CC] grub [CC] PciDeviceSupport [CC] Support [CC] Directory [CC] UhciQueue [CC] fshelp [CC] DxeProtocolNotify [DLINK] PcRtc [SLINK] GraphicsConsoleDxe [DLINK] ScsiDisk [CC] EhciReg [CC] LegacyBiosThunk [CC] fsw_ext4 [CC] ProcessOptions [CC] BBSsupport [SLINK] ConSplitterDxe [CC] fshelp [SLINK] EfiLoader [DLINK] GraphicsConsoleDxe [CC] DiskUtil [CC] PciDriverOverride [CC] ntfs [CC] UhciReg [CC] Event [OBJCOPY] Timer [OBJCOPY] AcpiReset [CC] EhciSched [SLINK] KeyboardDxe [CC] fsw_lib [OBJCOPY] Legacy8259 [SLINK] DisplayEngine [DLINK] ConSplitterDxe [CC] BmLib [OBJCOPY] Metronome [CC] zfs [DLINK] EfiLoader [GENFW] Timer [GENFW] AcpiReset [CC] PciEnumerator [CC] Ext4Dxe [CC] ntfscomp [CC] UhciSched [GENFW] Legacy8259 [CC] Timer [GENFW] Metronome [DLINK] KeyboardDxe [DLINK] DisplayEngine [CC] EhciUrb [SLINK] VBoxExt4 [CC] BootMaint [OBJCOPY] PcRtc [CC] PciEnumeratorSupport [CC] Extents [CC] device [CC] UsbHcMem [CC] zfs_fletcher [CC] Tpl [DLINK] VBoxExt4 [CC] UsbHcMem [GENFW] PcRtc [CC] BootOption [OBJCOPY] ScsiDisk [CC] File [CC] PciIo [OBJCOPY] GraphicsConsoleDxe [CC] disk [SLINK] UhciDxe [CC] zfs_lz4 [CC] Ffs [SLINK] EhciDxe [GENFW] ScsiDisk [GENFW] GraphicsConsoleDxe [OBJCOPY] DevicePathDxe [CC] Data [CC] Inode [DLINK] UhciDxe [CC] err [CC] PciOptionRomSupport [CC] zfs_lzjb [CC] FwVol [DLINK] EhciDxe [GENFW] DevicePathDxe [CC] AutoGen [OBJCOPY] KeyboardDxe [CC] AudioDxe [OBJCOPY] EfiLoader [CC] AutoGen [CC] FileExplorer [OBJCOPY] ConSplitterDxe [CC] AtaBus [CC] Partition [CC] list [CC] PciPowerManagement [GENFW] KeyboardDxe [CC] zfs_sha256 [GENFW] EfiLoader [CC] FwVolAttrib [CC] SmbiosDxe [GENFW] ConSplitterDxe [CC] AutoGen [CC] ComponentName [CC] UpdatePage [CC] AtaPassThruExecute [CC] Superblock [CC] misc [CC] PciRomTable [CC] AutoGen [CC] zfscrypt [CC] FwVolRead [OBJCOPY] VBoxExt4 [SLINK] SmbiosDxe [CC] HdaCodec [CC] NvmExpress [CC] AutoGen [CC] Symlink [GENFW] VBoxExt4 [CC] Variable [CC] grub_driver [SLINK] PciBusNoEnumerationDxe [CC] bdmesg [CC] zfsinfo [CC] AutoGen [CC] AutoGen [CC] FwVolWrite [DLINK] SmbiosDxe [CC] HdaCodecAudioIo [CC] NvmExpressBlockIo [CC] ComponentName [OBJCOPY] UhciDxe [DLINK] PciBusNoEnumerationDxe [SLINK] Ext4Dxe [CC] grub_file [SLINK] bdmesg [CC] AutoGen [VFR] BdsDxe [CC] AutoGen [CC] gzio [CC] ComponentName [CC] BiosVideo2 [OBJCOPY] EhciDxe [CC] FwVolBlock [GENFW] UhciDxe [CC] AutoGen [CC] HdaCodecComponentName [DLINK] Ext4Dxe [SLINK] AtaBusDxe [DLINK] bdmesg [CC] NvmExpressDiskInfo [GENFW] EhciDxe [CC] AutoGen [OBJCOPY] DisplayEngine [CC] logging [CC] EmuVariable [CC] AptioInput [CC] DriverOverride [CC] SataController [CC] Gcd [CC] command [CC] ComponentName [GENFW] DisplayEngine [CC] BootManagerVfr [CC] ComponentName [DLINK] AtaBusDxe [CC] HdaCodecInfo [CC] NvmExpressHci [CC] ComponentName [CC] missing [SLINK] DriverOverride [CC] AutoGen [CC] InitVariable [SLINK] SataController [OBJCOPY] SmbiosDxe [CC] device [SLINK] CsmVideo2Dxe [CC] BootManager [CC] DriverSupport [CC] MouseHid [CC] HdaController [CC] UsbBus [CC] NvmExpressPassthru [CC] path [DLINK] DriverOverride [GENFW] SmbiosDxe [CC] AIK [DLINK] SataController [SLINK] EmuVariableUefi [DLINK] CsmVideo2Dxe [CC] disk [CC] Capsules [CC] UsbMouse [CC] Handle [CC] HdaControllerComponentName [CC] utf8 [CC] UsbDesc [SLINK] NvmExpressDxe [DLINK] EmuVariableUefi [CC] AIKData [OBJCOPY] PciBusNoEnumerationDxe make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) [CC] env [VFR] BdsDxe [SLINK] UsbMouseDxe [CC] HdaControllerHdaIo [CC] Locate [DLINK] NvmExpressDxe [GENFW] PciBusNoEnumerationDxe [SLINK] GrubNTFS [CC] UsbEnumer [OBJCOPY] bdmesg [CC] AutoGen [CC] AIKMap [OBJCOPY] Ext4Dxe [OBJCOPY] AtaBusDxe [OBJCOPY] DriverOverride [CC] err [DLINK] UsbMouseDxe [CC] AutoGen [GENFW] bdmesg [GENFW] Ext4Dxe [CC] HdaControllerInfo [DLINK] GrubNTFS [CC] Notify [GENFW] AtaBusDxe [GENFW] DriverOverride [CC] FSInject [CC] AIKShim [CC] UsbHub [OBJCOPY] SataController [CC] DeviceManagerVfr [CC] AutoGen [CC] file [CC] fsw_core [CC] AhciMode [GENFW] SataController [CC] HdaControllerMem [CC] Image [CC] Test [CC] AIKSource [CC] UsbUtility [CC] DeviceManager [CC] Measurement [CC] list [CC] fsw_efi [CC] AutoGen [CC] AtaAtapiPassThru [CC] AutoGen [SLINK] AudioDxe [CC] Library [SLINK] FSInject [CC] AIKTarget [SLINK] UsbBusDxe [OBJCOPY] CsmVideo2Dxe [VFR] BdsDxe [CC] Reclaim [OBJCOPY] EmuVariableUefi [CC] misc [OBJCOPY] UsbMouseDxe [CC] AutoGen [CC] fsw_efi_lib [CC] CpuIo2Dxe [DLINK] AudioDxe [CC] ComponentName [CC] AutoGen [GENFW] CsmVideo2Dxe [DLINK] FSInject [CC] MemData [DLINK] UsbBusDxe [GENFW] EmuVariableUefi [CC] AIKTranslate [GENFW] UsbMouseDxe [CC] SpeculationBarrierDxe [CC] ComponentName [CC] time [CC] AutoGen [CC] fsw_lib [SLINK] CpuIo2Dxe [CC] ComponentName [OBJCOPY] NvmExpressDxe [CC] UsbHcMem [CC] DriverHealthVfr [CC] Page [CC] AIM [CC] TcgMorLockDxe [GENFW] NvmExpressDxe [CC] UsbMassBoot [CC] crypto [DLINK] CpuIo2Dxe [CC] CommPs2 [CC] AutoGen [VFR] BdsDxe [CC] IdeMode [CC] fsw_reiserfs [CC] AutoGen [CC] Xhci [CC] AutoGen [CC] AIT [CC] Pool [OBJCOPY] GrubNTFS [CC] VarCheck [CC] AutoGen [CC] driver [CC] UsbMassBot [CC] ComponentName [CC] rijndael [SLINK] VBoxReiserFS [GENFW] GrubNTFS [CC] Expression [SLINK] AtaAtapiPassThruDxe [CC] MsgLog [SLINK] AptioInputFix [CC] XhciReg [CC] Variable [CC] FE [CC] DebugImageInfo [CC] OpenRuntime [CC] AutoGen [CC] file [CC] UsbMassCbi [CC] Ps2MouseAbsolutePointer [CC] grub_driver [DLINK] VBoxReiserFS [DLINK] AtaAtapiPassThruDxe [DLINK] AptioInputFix [OBJCOPY] CpuIo2Dxe [SLINK] MsgLog [OBJCOPY] FSInject [CC] IfrParse [CC] XhciSched [CC] FrontPage [OBJCOPY] UsbBusDxe [CC] InstallConfigurationTable [CC] DeviceIo [CC] UefiRuntimeServices [CC] UsbMassDiskInfo [CC] grub [SLINK] Ps2MouseAbsolutePointerDxe [GENFW] CpuIo2Dxe [GENFW] FSInject [CC] grub_file [OBJCOPY] AudioDxe [CC] AutoGen [CC] VariableDxe [DLINK] MsgLog [GENFW] UsbBusDxe [CC] AutoGen [SLINK] OpenRuntime [GENFW] AudioDxe [VFR] BdsDxe [CC] Presentation [CC] PcatIo [CC] SetWatchdogTimer [DLINK] Ps2MouseAbsolutePointerDxe [CC] UsbMassImpl [SLINK] XhciDxe [CC] fshelp [CC] UnicodeCollationEng [CC] CapsuleCache [CC] VariableExLib [CC] logging [DLINK] OpenRuntime [CC] PcatPciRootBridge [DLINK] XhciDxe [CC] Stall [SLINK] UsbMassStorageDxe [CC] Setup [CC] ufs [CC] AutoGen [CC] CapsuleReset [SLINK] EnglishDxe [SLINK] VariableRuntimeDxe [CC] missing [CC] FrontPageVfr [OBJCOPY] AptioInputFix [OBJCOPY] MsgLog [CC] AutoGen [CC] CoreSectionExtraction [DLINK] UsbMassStorageDxe [CC] PcatPciRootBridgeDevicePath [CC] device [GENFW] AptioInputFix [CC] ComponentName [DLINK] VariableRuntimeDxe [CC] CapsuleService [DLINK] EnglishDxe [CC] Hotkey [CC] path [GENFW] MsgLog [SLINK] SetupBrowser [OBJCOPY] VBoxReiserFS [CC] AutoGen [CC] PcatPciRootBridgeIo [CC] ComponentName [OBJCOPY] Ps2MouseAbsolutePointerDxe [OBJCOPY] AtaAtapiPassThruDxe [SLINK] DxeCore [CC] disk [CC] Data [GENFW] VBoxReiserFS [CC] SaveLongModeContext [DLINK] SetupBrowser [CC] utf8 [CC] HwErrRecSupport [GENFW] Ps2MouseAbsolutePointerDxe [GENFW] AtaAtapiPassThruDxe [OBJCOPY] OpenRuntime [CC] driver [CC] ConPlatform [SLINK] PcatPciRootBridge [DLINK] DxeCore [CC] AutoGen [CC] Delete [CC] AutoGen [SLINK] CapsuleRuntimeDxe [CC] err [GENFW] OpenRuntime [SLINK] GrubZFS [CC] Language [OBJCOPY] EnglishDxe [CC] file [DLINK] PcatPciRootBridge [SLINK] ConPlatformDxe [CC] HashServiceFix [CC] OsxFatBinaryDrv [CC] DirectoryCache [DLINK] CapsuleRuntimeDxe [CC] AutoGen [CC] list [DLINK] GrubZFS [OBJCOPY] UsbMassStorageDxe [GENFW] EnglishDxe [CC] MemoryTest [CC] AutoGen [CC] grub [DLINK] ConPlatformDxe [GENFW] UsbMassStorageDxe [CC] sha1 [CC] AutoGen [SLINK] OsxFatBinaryDrv [CC] DirectoryManage [CC] Debug [CC] misc [CC] AutoGen [CC] String [CC] fsw_core [OBJCOPY] XhciDxe [CC] fshelp [DLINK] OsxFatBinaryDrv [CC] Crc32 [SLINK] HashServiceFix [CC] DxeInit [CC] DiskCache [CC] grub_driver [CC] ComponentName [GENFW] XhciDxe [OBJCOPY] VariableRuntimeDxe [SLINK] BdsDxe [CC] fsw_efi [OBJCOPY] CapsuleRuntimeDxe [CC] udf [CC] Runtime [DLINK] HashServiceFix [GENFW] VariableRuntimeDxe [CC] HobGeneration [CC] Fat [CC] Ps2KbdCtrller [GENFW] CapsuleRuntimeDxe [CC] grub_file [CC] AutoGen [DLINK] BdsDxe [OBJCOPY] PcatPciRootBridge [CC] fsw_efi_lib [OBJCOPY] ConPlatformDxe [CC] device [SLINK] RuntimeDxe [CC] AutoGen [CC] LegacyTable [CC] FileName [GENFW] PcatPciRootBridge [CC] Ps2KbdTextIn [CC] logging [CC] AutoGen [CC] MonotonicCounter [GENFW] ConPlatformDxe [OBJCOPY] OsxFatBinaryDrv [CC] fsw_hfs [DLINK] RuntimeDxe [CC] disk [CC] CpuDxe [CC] EnterDxeCore [GENFW] OsxFatBinaryDrv [CC] FileSpace [CC] Cpu [CC] missing [CC] Ps2Keyboard [SLINK] MonotonicCounterRuntimeDxe [CC] AutoGen [CC] fsw_lib [CC] err [OBJCOPY] HashServiceFix [CC] Paging [CC] CpuGdt [CC] Flush [DLINK] MonotonicCounterRuntimeDxe [OBJCOPY] SetupBrowser [NASM] CpuInterrupt [CC] path [SLINK] Ps2KeyboardDxe [CC] driver [CC] AcpiTable [GENFW] HashServiceFix [GENFW] SetupBrowser [SLINK] VBoxHfs [CC] list [CC] AutoGen [SLINK] DxeIpl [CC] CpuMp [CC] AutoGen [DLINK] Ps2KeyboardDxe [CC] Hash [CC] utf8 [OBJCOPY] RuntimeDxe [OBJCOPY] DxeCore [CC] file [CC] AcpiTableProtocol [DLINK] VBoxHfs [CC] AppleKeyFeeder [CC] fsw_core [CC] misc [DLINK] DxeIpl [GENFW] RuntimeDxe [GENFW] DxeCore [CC] AutoGen [CC] CpuPageTable [CC] Info [CC] ConsoleLogger [OBJCOPY] GrubZFS [SLINK] GrubUFS [SLINK] Cpu [OBJCOPY] MonotonicCounterRuntimeDxe [CC] grub [CC] AutoGen [CC] AutoGen [CC] AppleKeyMapUtils [GENFW] GrubZFS [CC] fsw_efi [CC] grub_driver [CC] SmbiosGen [CC] Init [GENFW] MonotonicCounterRuntimeDxe [DLINK] GrubUFS [CC] ConsoleWrappers [NASM] CpuAsm [DLINK] Cpu [CC] fshelp [CC] Defer3rdPartyImageLoad [SLINK] AcpiTableDxe [CC] AutoGen [CC] AutoGen [CC] grub_file [CC] fsw_efi_lib [SLINK] SmbiosGenDxe [CC] Misc [CC] FileHandleWrappers [CC] AutoGen [DLINK] AcpiTableDxe [OBJCOPY] DxeIpl [CC] ufs2 [CC] SecurityStub [CC] SimpleTextExProxy [CC] AutoGen [OBJCOPY] Ps2KeyboardDxe [DLINK] SmbiosGenDxe [CC] LegacyRegion2 [CC] fsw_ext2 [CC] logging [GENFW] DxeIpl [CC] Open [CC] Shell [CC] BiosVideo [CC] PagingAttribute [GENFW] Ps2KeyboardDxe [CC] AutoGen [SLINK] SecurityStubDxe [CC] SimpleTextProxy [CC] device [CC] CommPs2 [OBJCOPY] BdsDxe [SLINK] LegacyRegion2Dxe [CC] fsw_lib [CC] missing [CC] OpenVolume [SLINK] CpuMpDxe [OBJCOPY] Cpu [DLINK] SecurityStubDxe [GENFW] BdsDxe [CC] ComponentName [CC] ComponentName [CC] ShellEnvVar [SLINK] AppleKeyFeeder [CC] disk [CC] ComponentName [CC] AutoGen [DLINK] LegacyRegion2Dxe [SLINK] VBoxExt2 [GENFW] Cpu [CC] path [CC] ReadWrite [CC] ApfsDriverLoader [DLINK] CpuMpDxe [OBJCOPY] AcpiTableDxe [CC] AutoGen [OBJCOPY] VBoxHfs [CC] ScsiBus [DLINK] AppleKeyFeeder [SLINK] CsmVideoDxe [OBJCOPY] SmbiosGenDxe [CC] ShellManParser [CC] driver [CC] err [CC] Ps2Mouse [DLINK] VBoxExt2 [GENFW] AcpiTableDxe [CC] utf8 [CC] UnicodeCollation [GENFW] VBoxHfs [GENFW] SmbiosGenDxe [CC] AutoGen [CXX] APFS [DLINK] CsmVideoDxe [SLINK] ScsiBus [CC] ShellParametersProtocol [CC] list [CC] file [SLINK] Ps2MouseDxe [SLINK] Fat [SLINK] GrubUDF [OBJCOPY] SecurityStubDxe [CC] EfiComponentName [DLINK] ScsiBus make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [DLINK] Ps2MouseDxe [CC] misc [CC] grub [GENFW] SecurityStubDxe [OBJCOPY] GrubUFS [CC] ShellProtocol [CXX] AcpiPatcher [DLINK] GrubUDF [DLINK] Fat [OBJCOPY] AppleKeyFeeder [SLINK] ApfsDriverLoader [GENFW] GrubUFS [OBJCOPY] CpuMpDxe [OBJCOPY] LegacyRegion2Dxe [CC] exfat [GENFW] AppleKeyFeeder [CC] AutoGen [CC] grub_driver [DLINK] ApfsDriverLoader [SLINK] Shell make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) [GENFW] CpuMpDxe [GENFW] LegacyRegion2Dxe [CC] AutoGen [CC] ComponentName [CC] AutoGen [CC] AutoGen [CC] grub_file [CC] fshelp [DLINK] Shell [OBJCOPY] VBoxExt2 [CC] Pcd [OBJCOPY] ScsiBus [CC] AutoGen [OBJCOPY] Ps2MouseDxe [CC] ConfigKeywordHandler [CC] ComponentName [CC] IsaAcpi [GENFW] VBoxExt2 [CC] Apple [CC] device [CC] logging [GENFW] ScsiBus [CC] AutoGen [GENFW] Ps2MouseDxe [CC] AutoGen [OBJCOPY] CsmVideoDxe [CC] AutoGen [CC] Service [CC] driver [CC] IsaBus [CC] PcatIsaAcpi [CC] AutoGen [CC] disk [CC] missing [CC] ConfigRouting [OBJCOPY] ApfsDriverLoader [GENFW] CsmVideoDxe [CC] fsw_core [CC] BiosVideoNew [CC] driver [CC] file [GENFW] ApfsDriverLoader [SLINK] PcdDxe [CC] AutoGen [CC] ComponentName [OBJCOPY] Fat [CC] IsaIo [CC] path [SLINK] IsaAcpi [CC] err [CC] AppleKey [CC] AutoGen [CC] fsw_efi [CC] file [DLINK] PcdDxe [CC] grub [GENFW] Fat [CC] WatchdogTimer [CC] ComponentName [CXX] AmlGenerator [CC] ElTorito [DLINK] IsaAcpi [CC] utf8 [CC] AutoGen [CC] Database [CC] list [CC] AutoGen [CC] driver [SLINK] IsaBusDxe [CC] fsw_efi_lib [CC] AutoGen [CC] grub [SLINK] WatchdogTimer [CC] fshelp [CC] LegacyBiosThunk [CC] ComponentName [CC] Gpt [CC] misc [SLINK] GrubUFS2 [CC] ComponentName [DLINK] IsaBusDxe [CC] file [CC] fsw_iso9660 [CC] NullMemoryTest [DLINK] WatchdogTimer [CC] fshelp [CC] AutoGen [SLINK] BiosVideo [CC] hfsplus [DLINK] GrubUFS2 [CC] Font [CC] DiskIo [CC] Mbr [CXX] BdsConnect [CC] EfiKey [CC] grub_driver [OBJCOPY] GrubUDF [SLINK] NullMemoryTestDxe [CC] grub [CC] fsw_lib [DLINK] BiosVideo [CC] iso9660 [CC] ComponentName [OBJCOPY] IsaAcpi [GENFW] GrubUDF [CC] hfspluscomp [CC] grub_file [CC] Partition [SLINK] DiskIoDxe [DLINK] NullMemoryTestDxe [CC] KeyBoard [GENFW] IsaAcpi [CC] HiiDatabaseEntry [CC] ext2 [SLINK] VBoxIso9600 [CC] Ohci [CC] device [OBJCOPY] WatchdogTimer [DLINK] DiskIoDxe [OBJCOPY] PcdDxe [CC] gzio [CC] logging [SLINK] PartitionDxe [CC] Image [DLINK] VBoxIso9600 [GENFW] WatchdogTimer [SLINK] UsbKbDxe [CC] fshelp [GENFW] PcdDxe [OBJCOPY] IsaBusDxe [CC] disk [CC] OhciDebug [CC] device [DLINK] PartitionDxe [CC] missing [GENFW] IsaBusDxe [DLINK] UsbKbDxe [CC] ImageEx [CC] device [OBJCOPY] NullMemoryTestDxe [CC] err [CC] OhciReg [CC] disk [CC] path [GENFW] NullMemoryTestDxe [CC] String [CC] disk [CC] list [CXX] BootOptions [CC] OhciSched [OBJCOPY] DiskIoDxe [CC] utf8 [OBJCOPY] Shell [CC] err [OBJCOPY] BiosVideo [GENFW] DiskIoDxe [OBJCOPY] VBoxIso9600 [SLINK] HiiDatabase [CC] err [OBJCOPY] GrubUFS2 [CC] misc [GENFW] BiosVideo [GENFW] Shell [CC] OhciUrb [SLINK] GrubEXFAT [CC] list [GENFW] VBoxIso9600 [GENFW] GrubUFS2 [DLINK] HiiDatabase [CC] list [CC] grub_driver [OBJCOPY] UsbKbDxe [OBJCOPY] PartitionDxe [DLINK] GrubEXFAT [CC] UsbHcMem [CC] misc [GENFW] UsbKbDxe [GENFW] PartitionDxe [CC] misc [CC] grub_file [SLINK] OhciDxe [CC] grub_driver [CXX] CloverVersion [CC] grub_driver [CC] logging [DLINK] OhciDxe [CC] grub_file [CXX] Console [CC] missing [CC] grub_file [CC] logging [CXX] DataHub [CC] path [CC] logging [CC] missing [OBJCOPY] GrubEXFAT [CC] utf8 [CC] missing [GENFW] GrubEXFAT [CXX] DataHubCpu [CC] path [OBJCOPY] HiiDatabase [SLINK] GrubISO9660 [CC] path [OBJCOPY] OhciDxe [CC] utf8 [GENFW] HiiDatabase [GENFW] OhciDxe [DLINK] GrubISO9660 [CC] utf8 [SLINK] GrubHFSPLUS [SLINK] GrubEXT4 [DLINK] GrubHFSPLUS [CXX] Edid [DLINK] GrubEXT4 [OBJCOPY] GrubISO9660 [GENFW] GrubISO9660 [CXX] Events [OBJCOPY] GrubHFSPLUS [GENFW] GrubHFSPLUS [OBJCOPY] GrubEXT4 [GENFW] GrubEXT4 [CXX] FixBiosDsdt [CXX] HdaCodecDump [CXX] Hibernate [CXX] Injectors [CXX] KERNEL_AND_KEXT_PATCHES [CXX] KextList [CXX] LegacyBiosThunk [CXX] LegacyBoot [CXX] MacOsVersion [CC] MemoryOperation [CXX] Nvram [CXX] PlatformDriverOverride [CXX] Settings [CXX] SettingsUtils [CXX] SmbiosFillPatchingValues [CXX] StartupSound [CXX] StateGenerator [CXX] Utils [CXX] UtilsEFI [CXX] VersionString [CXX] Volume [CXX] Volumes [CXX] ati [CXX] b64cdecode [CXX] card_vlist [CXX] cpu [CXX] device_inject [CXX] gma [CXX] guid [CXX] hda [CXX] kernel_patcher [CXX] kext_inject [CXX] kext_patcher [CXX] nvidia [CXX] platformdata [CXX] TagArray [CXX] TagBool [CXX] TagData [CXX] TagDate [CXX] TagDict [CXX] TagFloat [CXX] TagInt64 [CXX] TagKey [CXX] TagString8 [CXX] base64 [CXX] plist [CXX] xml [CXX] smbios [CXX] sound [CXX] spd [CXX] usbfix [CXX] BasicIO [CXX] BootLog [CXX] globals_ctor [CXX] globals_dtor [CXX] operatorNewDelete [CXX] pure_virtual [CXX] abort [CXX] assert [CXX] posix_additions [CXX] stdio [CXX] string [CXX] strings [CXX] strlen [CXX] wchar [CC] AppleKeyAggregator [CC] FirmwareVolume [CC] SMCHelper [CXX] ConfigManager [CXX] ConfigPlistAbstract [CXX] Config_ACPI_DSDT [CXX] Config_GUI [CXX] Config_Quirks [CXX] SMBIOSPlist [CXX] Self [CXX] SelfOem [CXX] XBuffer [CXX] XRBuffer [CXX] XString [CXX] XStringArray [CXX] shared_ptr [CXX] unicode_conversions [CXX] MemoryTracker [CXX] XmlLiteArrayTypes [CXX] XmlLiteCompositeTypes [CXX] XmlLiteDictTypes [CXX] XmlLiteParser [CXX] XmlLiteSimpleTypes [CXX] XmlLiteUnionTypes [CXX] bootscreen [CXX] common [CXX] legacy [CXX] loader [CXX] lockedgraphics [CXX] secureboot [CXX] securehash [CXX] securemenu [CXX] securevars [CXX] tool [CXX] REFIT_MAINMENU_SCREEN [CXX] REFIT_MENU_SCREEN [CXX] menu_items [CXX] shared_with_menu [CXX] AppleImageCodec [CXX] BmLib [CXX] FloatLib [CXX] VectorGraphics [CXX] XCinema [CXX] XIcon [CXX] XImage [CXX] XPointer [CXX] XTheme [CXX] egemb_font [CXX] egemb_icons [CXX] egemb_icons_dark [CXX] image [CXX] libscreen [CXX] load_bmp [CXX] load_icns [CXX] lodepng [CXX] nanosvg [CXX] nanosvgrast [CXX] scroll_images [CXX] text [CXX] icns [CXX] lib [CXX] main [CXX] menu [CXX] screen [SLINK] CLOVERX64 [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 [GENFW] CLOVERX64 Generating DUETEFIMAINFVX64 FV ## GUID cross reference file can be found at /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [29%Full] 2752512 (0x2a0000) total, 804088 (0xc44f8) used, 1948424 (0x1dbb08) free - Done - Build end time: 20:16:42, Aug.18 2025 Build total time: 00:02:18 -> CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi adding: Users/yitzhakbronstein/src/CloverBootloader/Build/CloverX64-RELEASE_GCC151-20250813221556-50004e1-dirty.efi (deflated 53%) Compressing DUETEFIMainFv.FV ... Encoding Compressing DxeCore.efi ... Encoding Compressing DxeIpl.efi ... Encoding Generate Loader Image ... Created /Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC151/FV/Efildr64 879+0 records in 879+0 records out 450048 bytes transferred in 0.004074 secs (110468336 bytes/sec) Copy CloverEFI: -> boot6 Changing byte at 0xa9 of boot6 to show 6 as init message: 1+0 records in 1+0 records out 1 bytes transferred in 0.000042 secs (23810 bytes/sec) -> BOOTX64.efi -> CLOVERX64.efi Copy Mandatory drivers: -> XhciDxe.efi -> EnglishDxe.efi -> ApfsDriverLoader.efi -> FSInject.efi -> EnglishDxe.efi -> GrubEXFAT.efi -> GrubISO9660.efi -> GrubNTFS.efi -> GrubUDF.efi -> GrubZFS.efi -> GrubUFS.efi -> GrubUFS2.efi -> CsmVideoDxe.efi -> EmuVariableUefi.efi -> NvmExpressDxe.efi -> OsxFatBinaryDrv.efi -> PartitionDxe.efi -> AudioDxe.efi -> Ps2MouseDxe.efi -> UsbKbDxe.efi -> UsbMouseDxe.efi -> AptioInputFix.efi -> ApfsDriverLoader.efi -> Fat.efi -> VBoxExt2.efi -> Ext4Dxe.efi -> VBoxIso9600.efi -> VBoxHfs.efi -> AppleKeyFeeder.efi -> HashServiceFix.efi -> OpenRuntime.efi Copy Applications: -> bdmesg.efi -> Shell64U.efi Done! Generating BootSectors make: Nothing to be done for `all'. Done! * Clover build process took 2m24s to complete... [BUILD PKG] [CHECK XCODE] Status: gettext-0.22.4.tar.xz not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9.7M 100 9.7M 0 0 56570 0 0:03:01 0:03:01 --:--:-- 55264 Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk6 as a 300 MB case-insensitive HFS Plus volume - gettext-0.22.4 extract... - gettext-0.22.4 configure... - gettext-0.22.4 make... - gettext-0.22.4 installing... - gettext-0.22.4 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - Ejecting RAM disk "disk6" ejected. ========= Translating Resources ======== /Users/yitzhakbronstein/src/CloverBootloader/toolchain Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done Discard ../sym/Resources/Clover/Resources/es.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/hr.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/ja.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/lv.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/pl.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/pt-BR.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/tr.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/uk.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/uk_UA.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/vi.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). Discard ../sym/Resources/Clover/Resources/zh_TW.lproj/Localizable.strings (97 of 135 strings; only 71.85% translated; need 74%). ================= Making all in boot1-install ================= [XCODE] boot1-install --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in partutil ================= [XCODE] partutil --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in bdmesg ================= [XCODE] bdmesg --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:27733F16-8305-54DE-899C-76CE7BE77E69, name:My Mac } { platform:macOS, name:Any Mac } ================= Making all in nvram ================= [CLANG] nvram2 ------------------------------- Building Clover Install Package ------------------------------- ====================== Preinstall ====================== [BUILD] Pre ===================== Installation ===================== [BUILD] UEFI.only ================== Target ESP ========================== [BUILD] Target.ESP =================== BiosBoot =========================== [BUILD] BiosBoot ===================== Utils ============================ [BUILD] Utils ===================== EFI folder ======================= [BUILD] EFIFolder ===================== off drivers ====================== [BUILD] off ===================== BootLoaders ====================== [BUILD] AltBoot [BUILD] bootNo [BUILD] boot0af [BUILD] boot0ss ====================== CloverEFI ======================= [BUILD] cloverEFI.64.sata [BUILD] cloverEFI.64.blockio ================= drivers64 mandatory ================== [BUILD] EnglishDxe [BUILD] XhciDxe ===================== drivers64 ======================== =============== drivers64 FileSystem =================== [BUILD] ApfsDriverLoader [BUILD] FSInject [BUILD] GrubEXFAT [BUILD] GrubISO9660 [BUILD] GrubNTFS [BUILD] GrubUDF [BUILD] GrubUFS [BUILD] GrubUFS2 [BUILD] GrubZFS =============== drivers64 FileVault2 =================== =============== drivers64 UEFI mandatory =============== [BUILD] EnglishDxe.UEFI =================== drivers64 UEFI ===================== ============= drivers64 UEFI HID ======================== [BUILD] AptioInputFix.UEFI [BUILD] Ps2MouseDxe.UEFI [BUILD] UsbKbDxe.UEFI [BUILD] UsbMouseDxe.UEFI ============= drivers64 UEFI FileSystem ================= [BUILD] ApfsDriverLoader.UEFI [BUILD] Ext4Dxe.UEFI [BUILD] Fat.UEFI [BUILD] VBoxExt2.UEFI [BUILD] VBoxHfs.UEFI [BUILD] VBoxIso9600.UEFI ============= drivers64 UEFI MemoryFix ================= [BUILD] OpenRuntime.UEFI ============= drivers64 UEFI FileVault2 ================ [BUILD] AppleKeyFeeder.UEFI [BUILD] HashServiceFix.UEFI ============= drivers64 UEFI Other ====================== [BUILD] AudioDxe.UEFI [BUILD] CsmVideoDxe.UEFI [BUILD] EmuVariableUefi.UEFI [BUILD] NvmExpressDxe.UEFI [BUILD] OsxFatBinaryDrv.UEFI [BUILD] PartitionDxe.UEFI ===================== RC Scripts ======================= [BUILD] rc.scripts.on.target [BUILD] rc.scripts.on.all.volumes [BUILD] rc.scripts.core ================= Optional RC Scripts ================== [BUILD] disable_sleep_proxy_client ======================== Themes ======================== [BUILD] Purple_Swirl [BUILD] Clovy [BUILD] BGM [BUILD] cesium ===================== BootLoaderChooser ===================== [BUILD] BootLoaderChooser **** Option usable with buildme only **** ================= Post ================= [BUILD] Post -------------------------- Building process complete! -------------------------- Build info. =========== Package name: Clover_r5163.pkg MD5: 6413177edb5ef1c03ebac4933a3f0fd0 Revision: 5163 Stage: Date/Time: 2025-08-18 20:14:23 Built by: yitzhakbronstein Copyright 2012-2025 total 13008 drwxr-xr-x 9 yitzhakbronstein staff 288 Aug 18 20:46 . drwxr-xr-x 16 yitzhakbronstein staff 512 Aug 18 20:46 .. -rw-r--r--@ 1 yitzhakbronstein staff 6148 Aug 18 19:29 .DS_Store -rw-r--r--@ 1 yitzhakbronstein staff 6192158 Aug 18 20:46 Clover_r5163.pkg -rw-r--r-- 1 yitzhakbronstein staff 62 Aug 18 20:46 Clover_r5163.pkg.md5 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:44 Resources drwxr-xr-x 5 yitzhakbronstein staff 160 Aug 18 20:44 build drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 package drwxr-xr-x 6 yitzhakbronstein staff 192 Aug 18 20:44 utils [BUILD ISO] ================= Making all in boot1-install ================= make[2]: Nothing to be done for `all'. ================= Making all in partutil ================= make[2]: Nothing to be done for `all'. ================= Making all in bdmesg ================= make[2]: Nothing to be done for `all'. ================= Making all in nvram ================= make[2]: Nothing to be done for `all'. ====================== Creating cdboot ===================== Update cdboot with boot file size info ======================= Creating ISO ======================= [RM] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/standalone/i386 [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/BOOT [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/CLOVER/themes/ [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/bin [MKDIR] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/local/bin [CP] cdboot [CP] embedded [CP] BOOTX64 [CP] CLOVERX64 [CP] drivers/BIOS [CP] drivers/UEFI [CP] kexts and OEM [CP] tools [CP] drivers-off [CP] boot [HDIUTIL] /Users/yitzhakbronstein/src/CloverBootloader/CloverPackage/sym/Clover-5163-X64.iso [TAR] CloverISO-5163 a . a ./Clover-5163-X64.iso [LZMA] CloverISO-5163 Encoding total 18872 drwxr-xr-x 13 yitzhakbronstein staff 416 Aug 18 20:46 . drwxr-xr-x 16 yitzhakbronstein staff 512 Aug 18 20:46 .. -rw-r--r--@ 1 yitzhakbronstein staff 6148 Aug 18 19:29 .DS_Store drwxr-xr-x 4 yitzhakbronstein staff 128 Aug 18 20:46 CloverCD drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 CloverISO-5163 -rw-r--r-- 1 yitzhakbronstein staff 1956782 Aug 18 20:46 CloverISO-5163.tar.lzma -rw-r--r--@ 1 yitzhakbronstein staff 6192158 Aug 18 20:46 Clover_r5163.pkg -rw-r--r-- 1 yitzhakbronstein staff 62 Aug 18 20:46 Clover_r5163.pkg.md5 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:44 Resources drwxr-xr-x 5 yitzhakbronstein staff 160 Aug 18 20:44 build drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 i386 drwxr-xr-x 3 yitzhakbronstein staff 96 Aug 18 20:46 package drwxr-xr-x 6 yitzhakbronstein staff 192 Aug 18 20:44 utils [BUILD CloverV2] Spoiler Colver.txt Thank you for sharing your knowledge. But at the end, after completing the process, it didn't stop running, just like when I did it in Xcode. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839459 Share on other sites More sharing options...
MakAsrock Posted August 18, 2025 Share Posted August 18, 2025 (edited) 3 hours ago, naiclub said: Hide contents Colver.txt 4.11 MB · 0 downloads Thank you for sharing your knowledge. But at the end, after completing the process, it didn't stop running, just like when I did it in Xcode. Yes, this happens to me too if I select the build all option, but if I do everything one by one, then everything is fine. This behavior started a long time ago. While I was fixing Clover compilation, Slice released a new commit that compiles without any crutches. I'm writing from it now. Edited August 18, 2025 by MakAsrock 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839477 Share on other sites More sharing options...
naiclub Posted August 18, 2025 Share Posted August 18, 2025 9 minutes ago, MakAsrock said: Yes, this happens to me too if I select the build all option, but if I do everything one by one, then everything is fine. This behavior started a long time ago. While I was fixing Clover compilation, Slice released a new commit that compiles without any crutches. I'm writing from it now. Thanks again, I got the MacTahoe compiler working perfectly using the app you provided. 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839479 Share on other sites More sharing options...
MakAsrock Posted August 23, 2025 Share Posted August 23, 2025 (edited) Unfortunately, the Clover creation script: 2) build all (Default Toolchain), 3) make Release (Default Toolchain) and 5) make pkg do not stop working after all build is complete. This does not affect the package build, but you have to forcefully interrupt the script. I found that if you run the script like this: ./buildme > buildlog.txt, then this bug does not occur. I have already managed to make a simplified script for building Clover_r516х.pkg that completes itself. Now I just need to write three more scripts and combine them into one with a redesigned menu. If I am not too lazy to do this further, I will post a new buildme file. Why this happens in Sequoia, while everything works fine in Ventura, I could not figure out, but the new script works in both OS. Edited August 23, 2025 by MakAsrock 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839678 Share on other sites More sharing options...
naiclub Posted August 24, 2025 Share Posted August 24, 2025 (edited) 4 hours ago, MakAsrock said: Unfortunately, the Clover creation script: 2) build all (Default Toolchain), 3) make Release (Default Toolchain) and 5) make pkg do not stop working after all build is complete. This does not affect the package build, but you have to forcefully interrupt the script. I found that if you run the script like this: ./buildme > buildlog.txt, then this bug does not occur. I have already managed to make a simplified script for building Clover_r516х.pkg that completes itself. Now I just need to write three more scripts and combine them into one with a redesigned menu. If I am not too lazy to do this further, I will post a new buildme file. Why this happens in Sequoia, while everything works fine in Ventura, I could not figure out, but the new script works in both OS. Hello. If you're done with the script, please send it to me so I can try it out. Thank you very much, my friend. Edit.. I tried to build it without using your app but with the information you provided. It works fine. Tahoe Clover5163.txt Edited August 24, 2025 by naiclub 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839679 Share on other sites More sharing options...
naiclub Posted August 24, 2025 Share Posted August 24, 2025 2 hours ago, Max.1974 said: Here compiled fine Xcode 16.4 macOS Tahoe beta 7 v2 CloverV2-5163-build-24.08.2025.zip 7.4 MB · 1 download pkg Clover_r5163-pkg.zip 5.93 MB · 0 downloads Hello, dear friend. I'm using Xcode_26_beta_6 Tahoe. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839703 Share on other sites More sharing options...
MakAsrock Posted August 25, 2025 Share Posted August 25, 2025 I made a fully working script file for building Clover. It should work on all current versions of MacOS, but I don't have all of them installed. Try it yourself. buildme.zip 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839730 Share on other sites More sharing options...
Matgen84 Posted August 25, 2025 Share Posted August 25, 2025 17 minutes ago, MakAsrock said: I made a fully working script file for building Clover. It should work on all current versions of MacOS, but I don't have all of them installed. Try it yourself. buildme.zip 6.74 kB · 0 downloads Thanks @MakAsrock I can't test immediately. Sorry. I just take a look of the script: about macOS detection, Tahoe is 16.* or 26.* Is it possible to have a building script, that can be launch outside src/cloverbootloader directory ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839732 Share on other sites More sharing options...
MakAsrock Posted August 25, 2025 Share Posted August 25, 2025 24 minutes ago, Matgen84 said: Thanks @MakAsrock I can't test immediately. Sorry. I just take a look of the script: about macOS detection, Tahoe is 16.* or 26.* Is it possible to have a building script, that can be launch outside src/cloverbootloader directory ? You can name this file as you wish, so as not to overwrite the old one and add it to the CloverBootloader directory. It works regardless of the file name. For example, I named it ybuildme using the first letter of my real name and everything works fine. 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839735 Share on other sites More sharing options...
MakAsrock Posted August 26, 2025 Share Posted August 26, 2025 (edited) So let's get started: Slice yesterday posted a commit based on my buldme. However, the checks showed the following bugs: 1. Everything related to XCODE didn't work - fixed it. 2. Lots of extra code - trying to fix it. 3. Removed all sorts of compilation conditions like if XCODE is less, if XCODE is equal and set up reading the version directly with export to the MYTOOLCHAIN variable and substituting it as an argument for compilation. 4. Now I'll do some optimization. 5. List of errors: A. Error: local can only be used inside functions in Bash. B. Bash can't compare strings like "14.*" the way it was in the code. This condition won't work: if [[ "$xrel" < "14.*" ]]; then Here is a working version: xrel="$(defaults read /Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString | cut -d. -f1)" if [[ "$xrel" -lt 14 ]]; then B. There was an error in the path to Xcode.app: locfl xrel="$(defaults read ~/Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString" Extra tilde. But it doesn't matter anymore since the whole algorithm has been fixed. What was reworked: 1. Work in Tahoe and Sequoia. The toolchain version is read directly from Xcode's version.plist and substituted automatically. xrel="XCODE$(defaults read /Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString | cut -d. -f1)" ./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $xrel and in two more places: ./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t $xrel ./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -t $xrel A still slightly raw, but fully working buildme file is attached. Try it at your own risk. buildme.zip Edited August 26, 2025 by MakAsrock 6 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839811 Share on other sites More sharing options...
MakAsrock Posted August 26, 2025 Share Posted August 26, 2025 3 hours ago, MakAsrock said: So let's get started: Slice yesterday posted a commit based on my buldme. However, the checks showed the following bugs: 1. Everything related to XCODE didn't work - fixed it. 2. Lots of extra code - trying to fix it. 3. Removed all sorts of compilation conditions like if XCODE is less, if XCODE is equal and set up reading the version directly with export to the MYTOOLCHAIN variable and substituting it as an argument for compilation. 4. Now I'll do some optimization. 5. List of errors: A. Error: local can only be used inside functions in Bash. B. Bash can't compare strings like "14.*" the way it was in the code. This condition won't work: if [[ "$xrel" < "14.*" ]]; then Here is a working version: xrel="$(defaults read /Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString | cut -d. -f1)" if [[ "$xrel" -lt 14 ]]; then B. There was an error in the path to Xcode.app: locfl xrel="$(defaults read ~/Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString" Extra tilde. But it doesn't matter anymore since the whole algorithm has been fixed. What was reworked: 1. Work in Tahoe and Sequoia. The toolchain version is read directly from Xcode's version.plist and substituted automatically. xrel="XCODE$(defaults read /Applications/Xcode.app/Contents/version.plist CFBundleShortVersionString | cut -d. -f1)" ./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -D USE_APPLE_HFSPLUS_DRIVER -t $xrel and in two more places: ./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t $xrel ./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -t $xrel A still slightly raw, but fully working buildme file is attached. Try it at your own risk. buildme.zip 6.44 kB · 0 downloads Solved the problem with non-stop output to the screen by adding (make pkg | tee mpkg.log). I won't re-upload the file. I'll upload it when I'm sure that I can't improve anything else. 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1210/#findComment-2839818 Share on other sites More sharing options...
Recommended Posts