Slice Posted December 2, 2023 Share Posted December 2, 2023 just now I compiled fresh Clover under Sonoma with gcc-13.1.0 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814159 Share on other sites More sharing options...
MakAsrock Posted December 2, 2023 Share Posted December 2, 2023 (edited) 9 minutes ago, Slice said: just now I compiled fresh Clover under Sonoma with gcc-13.1.0 8 hours ago, Slice said: The file CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp lines 2649... if (fs == 0 && da > 0) da -= 2 * NSVG_PI; else if (fs == 1 && da < 0) da += 2 * NSVG_PI; Try to change 2 -> 2.0f so if (fs == 0 && da > 0) da -= 2.0f * NSVG_PI; else if (fs == 1 && da < 0) da += 2.0f * NSVG_PI; Is the compiler errors escape? I just replaced the specified piece of code, but it crashed again Spoiler Last login: Sat Dec 2 10:02:05 on console /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; yitzhakbronstein@Mac-Pro ~ % /Users/yitzhakbronstein/src/CloverBootloader/buildme ; exit; Updating OpenCorePkg.... remote: Enumerating objects: 11, done. remote: Counting objects: 100% (11/11), done. remote: Compressing objects: 100% (1/1), done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 100% (6/6), 998 bytes | 124.00 KiB/s, done. From https://github.com/CloverHackyColor/CloverBootloader 09938d410..153691ace master -> origin/master ------------------------------------------------------------------------------ 🍀 Clover r5156 (SHA: 09938d410) TOOLCHAIN: GCC131 (override example: './buildme XCODE8') ------------------- Installed Python version: Python 3.10.7 ------------------ 1) build Clover 9) test Clover 2) update Clover 10) check status 3) build Clover with HFSPlus 11) show diff 4) make pkg 12) open CloverV2/EFI/CLOVER directory 5) make iso 13) update Clover (reset changes) 6) make app 14) clean BaseTools 7) build all 15) Utilities 8) make Release 16) quit Please enter your choice: 1 [CHECK XCODE] - Building GCC 13.1.0 toolchain for x64 - to /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross/bin/x86_64-clover-linux-gnu Running on Mac OS X 14.1, with x86_64 architecture. Using Xcode SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk Status: gmp-6.2.1 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1979k 100 1979k 0 0 311k 0 0:00:06 0:00:06 --:--:-- 411k Warning: Got more output options than URLs Status: mpfr-4.2.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1442k 100 1442k 0 0 946k 0 0:00:01 0:00:01 --:--:-- 948k 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 625k 0 0:00:01 0:00:01 --:--:-- 626k 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 783k 0 0:00:02 0:00:02 --:--:-- 783k Warning: Got more output options than URLs Status: binutils-2.40 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 24.0M 100 24.0M 0 0 4386k 0 0:00:05 0:00:05 --:--:-- 5168k Warning: Got more output options than URLs Status: gcc-13.1.0 not found. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 83.3M 100 83.3M 0 0 1880k 0 0:00:45 0:00:45 --:--:-- 1525k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk5 as a 2 GB case-insensitive HFS Plus volume - gmp-6.2.1 extracting... - gmp-6.2.1 extracted - gmp-6.2.1 configure... - gmp-6.2.1 make... - gmp-6.2.1 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - mpfr-4.2.0 extracting... - mpfr-4.2.0 extracted - mpfr-4.2.0 configure... - mpfr-4.2.0 make... - mpfr-4.2.0 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.26 extracting... - isl-0.26 extracted - /Users/yitzhakbronstein/src/CloverBootloader/toolchain/tools/gcc/isl-0.26 - dir - isl-0.26 configure... - isl-0.26 make... - isl-0.26 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain - binutils-2.40 extracting... - binutils-2.40 extracted - binutils-2.40 configure... - binutils-2.40 make... - binutils-2.40 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross - gcc-13.1.0 extracting... - gcc-13.1.0 extracted - gcc-13.1.0 configure... - gcc-13.1.0 make... - gcc-13.1.0 installed in /Users/yitzhakbronstein/src/CloverBootloader/toolchain/cross * GCC toolchain Build process took 5m57s to complete... - Ejecting RAM disk "disk5" 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] 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 126k 0 0:00:07 0:00:07 --:--:-- 202k Warning: Got more output options than URLs - Creating new RAM disk Initialized /dev/rdisk5 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 "disk5" 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 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 C2x [-Wdeprecated-non-prototype] (*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 C2x [-Wdeprecated-non-prototype] (*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 antlr.c -o antlr.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 scan.c -o scan.o 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 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 C2x [-Wdeprecated-non-prototype] REACH(r, 1, &rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ 1 warning generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 build.c -o build.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] TRAV(p->p1, k, rk, tail); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;} ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(alt->p1, k, rk, tail->right); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] /* M14 */ TRAV(p->guess_analysis_point, k, rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->p1, k, rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] /* M14 */ TRAV(p->guess_analysis_point, k, rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->p1, k, rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] if ( p->jtype!=RuleBlk && /* MR14 */ !p->guess) TRAV(p->p2, k, rk, u); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->next, k, rk_out, t);/* ignore undefined rules */ ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(r, k, &rk, t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->next, k2, &rk2, u); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->next, k-1, rk, t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->guardNodes,k,rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->next,k,rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p->next,k,rk,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p, LL_k, &rk, *t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p, LL_k, &rk, *u); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(p, hmax, &rk, t); /* MR10 was LL_k */ ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] REACH(p, 1, &rk, scontext); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] TRAV(p, pred->k, &rk, t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] REACH(p, 1, &rk, scontext); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] TRAV(MR_AmbSourceSearchJ[i],maxk,&incomplete,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] REACH(p[i],depth,&incomplete,tokensUsed); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ 23 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] /* MR14 */ REACH(p->guess_analysis_point, k, rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->p1, k, rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->p2, k, rk, b); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->next, k, rk_out, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(r, k, &rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->next, k2, &rk2, b); /* MR11 by changing the value of k */ ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->next, k-1, rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] /* MR11 */ REACH(p->guardNodes,k,rk,a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->next, k, rk, a); /* ignore actions */ ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p, k, &rk, alt1->fset[k]); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p, k, &rk, alt1->fset[k]); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(q, k, &rk, alt2->fset[k]); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ 12 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] TRANS(q->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(alt->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(p->next) ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(p->next) ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS( a->next ); /* MR30 */ ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS( p->next ); /* MR30 */ ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(p->next); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if (q->end->p1 != NULL) TRANS(q->end->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(q->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if (q->end->p1 != NULL) TRANS(q->end->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(q->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if (q->end->p1 != NULL) TRANS(q->end->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if (q->end->p1 != NULL) TRANS(q->end->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if (q->end->p1 != NULL) TRANS(q->end->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] REACH(q->end, 1, &rk, follow); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] if ( q->p1 != NULL ) TRANS(q->p1); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] if ( q->p2 != NULL ) TRANS(q->p2); ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] REACH(alt1->p1, k, &rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(p->next, 1, &rk, a); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ 35 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 globals.c -o globals.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 hash.c -o hash.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 lex.c -o lex.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] TRANS(SynDiag); /* Translate to the target language */ ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] TRANS(SynDiag); /* Translate to the target language */ ^ ./syn.h:166:76: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] ./syn.h:167:35: note: expanded from macro 'TRANS' 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 C2x [-Wdeprecated-non-prototype] else PRINT(SynDiag); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] (*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 C2x [-Wdeprecated-non-prototype] (*p->process)( *argv ); ^ 7 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] PRINT(q->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] PRINT(alt->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( alt->p1 != NULL ) PRINT(alt->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->end->p1 != NULL ) PRINT(q->end->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->end->p1 != NULL ) PRINT(q->end->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->end->p1 != NULL ) PRINT(q->end->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->end->p1 != NULL ) PRINT(q->end->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] PRINT(q->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->p2 != NULL ) PRINT(q->p2); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->p1 != NULL ) PRINT(q->p1); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] if ( q->p2 != NULL ) PRINT(q->p2); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] PRINT(p->next); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] PRINT(p->next); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(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 C2x [-Wdeprecated-non-prototype] PRINT(p->next); ^ ./syn.h:170:30: note: expanded from macro 'PRINT' (*(fpPrint[(p)->ntype]))( p );} ^ 14 warnings generated. gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 pred.c -o pred.o pred.c:416:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /* MR11 */ TRAV(p, ^ ./syn.h:179:44: note: expanded from macro 'TRAV' else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} ^ pred.c:420:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TRAV(p->next, ^ ./syn.h:179:44: note: expanded from macro 'TRAV' else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} ^ pred.c:446:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] REACH((Junction *)p->next, ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ pred.c:629:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] REACH(p->next, k2, &rk2, b); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (a) = (*(fpReach[(p)->ntype]))( p, k, rk );} ^ pred.c:680:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TRAV(p->next, k2, &rk2, u); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} ^ 5 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 egman.c -o egman.o gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 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 C2x [-Wdeprecated-non-prototype] REACH(p,ck,incomplete,tokensUsed); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] REACH(ruleRef->next,k2,&rk2,b); ^ ./syn.h:173:36: note: expanded from macro 'REACH' (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 C2x [-Wdeprecated-non-prototype] TRAV(ruleRef->next,k2,&rk2,u); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' 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 C2x [-Wdeprecated-non-prototype] TRAV(suppressNode,maxk,&incomplete,t); ^ ./syn.h:179:44: note: expanded from macro 'TRAV' else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );} ^ 4 warnings generated. gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 fcache.c -o fcache.o gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -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:653:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(eMsgBuffer, err, d); // dangerous, but I don't care ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Pccts/h/AParser.cpp:660:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(eMsgBuffer, err, s); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ Pccts/h/AParser.cpp:667:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(eMsgBuffer, err, s, t); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 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 Pccts/h/DLexerBase.cpp -o DLexerBase.o 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:60:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf((char *)ebuf,"Invalid automaton mode = %d ",m); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 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 VfrSyntax.cpp -o VfrSyntax.o VfrSyntax.cpp:11198:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (Str, "%d", Value); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrSyntax.cpp:11231:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(ErrorMsg, "Overflow: Value %s is too large to store in a UINT8", OrigString); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrSyntax.cpp:11268:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(ErrorMsg, "Overflow: Value %s is too large to store in a UINT16", OrigString); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrSyntax.cpp:11305:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(ErrorMsg, "Overflow: Value %s is too large to store in a UINT32", OrigString); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrSyntax.cpp:11341:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(ErrorMsg, "Overflow: Value %s is too large to store in a UINT64", OrigString); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 5 warnings generated. 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 VfrFormPkg.cpp:1494:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (ErrorMsg, "Inconsistent OpCode Record list invalid QuestionId is 0x%X", QuestionId); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrFormPkg.cpp:1546:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (ErrorMsg, "QuestionId required by Inconsistent OpCode is not found. QuestionId is 0x%X", QuestionId); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrFormPkg.cpp:2204:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (Msg, "The question misses %d default, the question's opcode is %d", MissingDefaultCount, pOpHead->OpCode); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 3 warnings generated. 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 VfrUtilityLib.cpp:991:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (Msg, "value of pragma pack(show) == %d", mPackAlign); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ VfrUtilityLib.cpp:2460:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf (NewAltCfg, "%04x", pNode->mDefaultId); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 2 warnings generated. 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 0.847s OK 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 GCC131 -n 21 Build environment: macOS-14.1.2-x86_64-i386-64bit Build start time: 18:29:24, Dec.02 2023 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 = GCC131 Active Platform = /Users/yitzhakbronstein/src/CloverBootloader/Clover.dsc .. done! [CC] OcAppleImg4Lib [CC] BdsPlatform [CC] AutoGen [CC] DxeSecurityManagementLib [CC] BaseUefiDecompressLib [CC] HobLib [CC] DxeCoreEntryPoint [CC] DxeCoreMemoryProfileLibNull [CC] BdsBoot [CC] AutoGen [SLINK] BaseUefiDecompressLib [CC] DER_CertCrl [CC] BasePeCoff [SLINK] DxeSecurityManagementLib [CC] PeCoffExtraActionLib [CC] GuidedSectionExtraction [SLINK] DxeCoreHobLib [CC] DxeExtractGuidedSectionLib [CC] DER_Decode [SLINK] DxeCoreEntryPoint [CXX] memory [SLINK] PeCoffExtraActionLibNull [CC] MemoryAllocationLib [CC] DebugHelp [CC] WaveLib [CC] CustomizedDisplayLib [CC] PlatformData [CC] PeCoffLoaderEx [CC] 915resolution [CC] LzmaDecompress [CC] HdaDevicesLib [CC] DER_Digest [CC] DataHub [CC] AcpiDump [SLINK] VBoxPeCoffLib [SLINK] CppMemLib [CC] CustomSlide [SLINK] DxeExtractGuidedSectionLib [CC] AIK [CC] DER_Keys [CC] DebugPrint [CC] CachelessContext [SLINK] DxeCoreMemoryAllocationLib [CC] OcAppleUserInterfaceThemeLib [CC] OcConfigurationLib [CC] OcStorageLib [CC] LzFind [SLINK] WaveLib [CC] oids [CC] VideoBiosPatchLib [CC] VirtualDir [CC] AutoGenerated [CC] CustomizedDisplayLibInternal [CC] OcAudio [SLINK] HdaDevicesLib [SLINK] DuetBds [CC] OcAppleBootPolicyLib [CC] OcAppleKeyMapLib [CC] OcDataHubLib [CC] OcAppleLog [CC] DER_Img4Manifest [CC] AcpiParser [CC] BdsConnect [SLINK] OcAppleUserInterfaceThemeLib [CC] OcMacInfoLib [CC] OcAppleSecureBootLib [CC] CxxSymbols [CC] AIKData [SLINK] OcStorageLib [CC] edid [CC] AsciiStringBuffer [CC] KernelSupport [CC] VirtualFile [CC] CommonPatches [CC] LzmaDec [CC] Img4oids [CC] OcLog [CC] AppleRtcRam [CC] AIKMap [SLINK] CustomizedDisplayLib [CC] OcAudioDump [SLINK] OcAppleImg4Lib [SLINK] OcMacInfoLib [CC] Fat [CC] UpDownDetection [SLINK] VideoBiosPatchLib [CC] FlexArray [SLINK] OcAppleSecureBootLib [SLINK] OcAppleBootPolicyLib [CC] OcTypingLib [CC] OcResetSystemLib [SLINK] OcDataHubLib [SLINK] OcConfigurationLib [CC] OcSerializeLib [CC] VirtualFs [CC] BdsConsole [CC] OcPeCoffExtLib [CC] OcAppleRamDiskLib [CC] AIKShim [CC] ActivateHpetSupport [SLINK] LzmaDecompressLib [CC] OcAudioGenBeep [CC] OcAcpiLib [CC] Header [CC] OcVariableLib [SLINK] OcDebugLogLib [CC] FlexString [CC] OcTemplateLib [CC] OcRtcLib [CC] OcAfterBootCompatLib [SLINK] OcAppleKeyMapLib [CC] BlitBufferToVideo [CC] Aes [SLINK] OcTypingLib [SLINK] OcResetSystemLib [CC] CpuidPatches [CC] VirtualVolume [CC] OcAppleKeysLib [SLINK] OcSerializeLib [CC] CpuInfoDump [CC] OcAudioLib [SLINK] OcVariableLib [SLINK] OcFlexArrayLib [SLINK] OcPeCoffExtLib [CC] Macho32 [CC] LegacyRegionLock [SLINK] OcRtcLib [CC] AIKSource [CC] ConsoleUtils [SLINK] OcTemplateLib [CC] Alignment [SLINK] OcAppleRamDiskLib [CC] RelocationBlock [CC] ExpandDevicePath [CC] BlitVideoToBuffer [CC] DxeMpLib [CC] CpuExceptionHandlerLibNull [SLINK] OcVirtualFsLib [CC] BdsMisc [SLINK] OcAppleKeysLib [CC] MtrrLib [CC] BigNumMontgomery [CC] BaseXApicLib [SLINK] OcAcpiLib [CC] DebugAgentLibNull [CC] DirectReset [CC] DataPatcher [CC] OcAudioVoiceOver [CC] AIKTarget [CC] BitOverflow [NASM] CpuFlushTlb [SLINK] CpuExceptionHandlerLibNull [ASM] InitializeFpu [SLINK] DebugAgentLibNull [CC] LegacyRegionUnLock [CC] OcAppleChunklistLib [CC] OcBlitLib [CC] KernelCollection [CC] Macho64 [CC] OcDevicePathLib [CC] DebugSmbios [CC] PeCoffDebug [CC] ForgeUefi [CC] BigNumPrimitives [CC] ImageRunner [SLINK] BaseXApicLib [CC] AIKTranslate [CC] Math [CC] ServiceOverrides [SLINK] OcAudioLib [SLINK] OcAppleChunklistLib [CC] OcApfsConnect [SLINK] OcBlitLib [CC] Microcode [CC] MemoryAlloc [CC] DevicePath [CC] VarCheckLib [NASM] CpuSleep [CC] PeCoffHash [CC] PlatformInfo [CC] AuthVariableLibNull [CC] HandleParsingMin [SLINK] BaseUefiCpuLib [CC] KernelReader [SLINK] MtrrLib [SLINK] OcDevicePathLib [CC] AIM [CC] ChaCha [CC] TpmMeasurementLibNull [CC] NativeOverflow [CC] SmbiosDump [CC] Relocations [CC] InternalGetSpinLockProperties [CC] AppleKeyMap [CC] AppleHibernate [CC] ProtocolSupport [SLINK] AuthVariableLibNull [CC] PeCoffInit [SLINK] TpmMeasurementLibNull [CC] OcApfsFusion [CC] MemoryAttributes [SLINK] VarCheckLib [CC] SynchronizationGcc [CC] TripleOverflow [CC] BigNumWordMul64 [CC] X86Cache [CC] MpLib [CC] KernelVersion [CC] Symbols [CC] PciInfoDump [CC] String [CC] DxeCapsuleLibNull [SLINK] OcAfterBootCompatLib [SLINK] BaseCpuLib [CC] SmbiosInternal [CC] OcUnicodeCollationEngCommon [CC] AIT [CC] GccInline [CC] EventQueue [SLINK] BaseCacheMaintenanceLib [CC] OcApfsIo [CC] PeCoffLoad [CC] OcDeviceTreeLib [SLINK] BaseSynchronizationLib [CC] UefiScsiLib [SLINK] OcMiscLib [CC] Ubsan [CC] Md5 [SLINK] OcMachoLib [CC] AutoGen [SLINK] DxeCapsuleLibNull [CC] ApplePanic [CC] MemoryDebug [CC] ReleaseUsbOwnership [CC] KextPatcher [CC] UefiShellInstall1CommandsLib [SLINK] GenericBdsLib [CC] OcUnicodeCollationEngGeneric [CC] AutoGen [SLINK] OcInputLib [CC] Alias [CC] PeCoffRelocate [CC] AutoGen [CC] OcApfsLib [CC] KeyHandler [CC] SmbiosPatch [SLINK] UefiScsiLib [CC] Attrib [CC] ApplicationEntryPoint [SLINK] OcDeviceTreeLib [SLINK] UefiShellInstall1CommandsLib [CC] PasswordHash [CC] UbsanPrintf [CC] ReloadOptionRoms [CC] DxeNetLib [NASM] MpFuncs [CC] MemoryMap [SLINK] OcUnicodeCollationEngGenericLib [SLINK] OcPeCoffLib [CC] AutoGen [CC] KxldState [CC] AppleRecovery [CC] ConsistMapping [CC] Connect [CC] Exit [CC] AutoGen [SLINK] OcApfsLib [SLINK] UefiApplicationEntryPoint [CC] BmBoot [CC] RsaDigitalSign [CC] AutoGen [CC] AutoGen [SLINK] OcGuardLib [CC] OcAppleEventLib [CC] UefiShellLib [CC] PerformanceLib [CC] UefiShellBcfgCommandLib [CC] Comp [CC] ResetAudioTrafficClass [CC] UmmMalloc [CC] DxeServicesTableLib [CC] Cls [SLINK] BasePerformanceLibNull [CC] BootArguments [CC] For [CC] Link [CC] UefiHandleParsingLib [CC] SecureMem [CC] DevTree [SLINK] DxeMpInitLib [CC] DxeServicesLib [CC] UefiShellCommandLib [CC] SetResizableBar [CC] PointerHandler [CC] VirtualMemory [CC] NetBuffer [CC] PeCoffGetEntryPoint [CC] Compress [CC] Cd [SLINK] OcSmbiosLib [CC] Echo [SLINK] DxeServicesTableLib [CC] Sha1 [SLINK] UefiShellBcfgCommandLib [CC] BmBootDescription [SLINK] BasePeCoffGetEntryPointLib [CC] Goto [CC] UefiFileHandleLib [SLINK] OcDeviceMiscLib [CC] BootAudio [CC] MkextContext [SLINK] UefiShellLib [CC] UefiSortLib [CC] Devices [CC] UefiHiiServicesLib [CC] DxePcdLib [CC] Allocate [SLINK] OcMemoryLib [CC] OcDevicePropertyLib [SLINK] DxeNetLib [SLINK] OcAppleEventLib [CC] Sha2 [CC] OpenCore [SLINK] UefiShellCommandLib [CC] Cp [CC] Dblk [CC] GetMtc [CC] ConsoleControl [SLINK] UefiSortLib [SLINK] UefiHiiServicesLib [CC] If [CC] OpenCoreAcpi [SLINK] UefiFileHandleLib [CC] OcOSInfoLib [SLINK] DxeServicesLib [CC] OcCompressionLib [SLINK] DxePcdLib [CC] AppleCpuSupport [CC] Dh [CC] BootEntryInfo [CC] MemLogLib [CC] PrelinkedContext [CC] BmConnect [CC] BaseDebugPrintErrorLevelLib [SLINK] OcDevicePropertyLib [CC] BaseSerialPortLibNull [NASM] Sha512Avx [CC] OcAppleDiskImageBlockIo [CC] ConsoleGop [CC] Help [SLINK] UefiHandleParsingLib [SLINK] BaseDebugPrintErrorLevelLib [CC] Dmem [CC] lzss [CC] OcAsciiLib [SLINK] BaseSerialPortLibNull [CC] Load [SLINK] OcOSInfoLib [CC] FrequencyDetect [SLINK] OpenCore [CC] printf_lite [CC] OcHashServicesLib [CC] DriverDisconnection [CC] AutoGen [CC] Shift [CC] OcAppleDiskImageLib [CC] OpenCoreDevProps [CC] OcXmlLib [CC] BootEntryManagement [CC] FileProtocol [CC] PrelinkedKext [CC] Eg2Info [CC] lzvn [CC] OcUnicodeLib [CC] Disconnect [CC] BmConsole [SLINK] MemLogLibDefault [CC] Pause [CC] Ls [CC] DmpStore [SLINK] OcHashServicesLib [CC] Ifconfig [CC] OcAppleDiskImageLibInternal [CC] PciLib [CC] OcDriverConnectionLib [CC] Stall [CC] PciCf8Lib [SLINK] OcCryptoLib [CC] OcCpuLib [CC] FirmwareFile [CC] FramebufferInfo [CC] adler32 [SLINK] OcXmlLib [CC] OpenCoreKernel [SLINK] BasePciLibCf8 [SLINK] OcStringLib [CC] Touch [CC] Drivers [CC] Vtables [SLINK] OcAppleDiskImageLib [CC] HiiLanguage [SLINK] OcDriverConnectionLib [SLINK] BasePciCf8Lib [CC] UefiHiiServicesLib [CC] AutoGen [CC] BootEntryProtocol [CC] OcRngLib [CC] Map [CC] Edit [CC] BmDriverHealth [CC] UefiShellLevel1CommandsLib [CC] compress [CC] GopPassThrough [CC] X86TimerLib [CC] Ping [CC] RuntimeLib [CC] IoHighLevel [CC] GetFileInfo [SLINK] UefiHiiServicesLib [CC] Ifconfig6 [CC] HiiLib [CC] Type [NASM] Atomic [NASM] RngDelay [SLINK] OcAppleKernelLib [CC] BuiltinPicker [CC] DrvCfg [CC] IoLib [CC] crc32 [CC] HobLib [CC] OcConsoleLib [SLINK] UefiRuntimeLib [SLINK] UefiShellLevel1CommandsLib [SLINK] DuetTimerLib [CC] OpenCoreKernelPatch [CC] FileBuffer [CC] IoLibGcc [CC] GetVolumeLabel [CC] MkDir [CC] Hid [CC] BaseReportStatusCodeLib [CC] BmHotkey [CC] DriverEntryPoint [CC] Acpi [CC] UefiShellNetwork1CommandsLib [CC] IoLibMmioBuffer [CC] UefiShellLevel3CommandsLib [CC] deflate [CC] Ping6 [CC] ResolutionParsing [SLINK] DxeHobLib [NASM] MeasureTicks [SLINK] BaseReportStatusCodeLibNull [SLINK] OcRngLib [CC] UsbDxeLib [NASM] IoFifo [SLINK] UefiDriverEntryPoint [CC] DrvDiag [CC] GptPartitionEntry [CC] Mv [CC] DevicePathFromText [CC] UefiRuntimeServicesTableLib [CC] DefaultEntryChoice [CC] MemoryAllocationLib [CC] OpenCoreMisc [CC] Console [CC] PrintLib [CC] HiiString [CC] TextOutputBuiltin [CC] Ver [SLINK] UefiShellNetwork1CommandsLib [SLINK] UefiUsbLib [CC] UefiShellNetwork2CommandsLib [CC] MainTextEditor [SLINK] UefiRuntimeServicesTableLib [CC] BmLoadOption [CC] PrintLibInternal [CC] LocateFileSystem [CC] infback [CC] UefiBootServicesTableLib [NASM] Microcode [SLINK] UefiMemoryAllocationLib [CC] CompareMemWrapper [CC] DebugLib [SLINK] BaseIoLibIntrinsic [CC] OpenInfo [SLINK] UefiHiiLib [CC] UefiDriverModel [CC] Parse [CC] PcdLib [CC] CopyMem [CC] DevicePathToText [SLINK] UefiShellLevel3CommandsLib [SLINK] BasePrintLib [CC] TextOutputNull [SLINK] BaseDebugLibNull [SLINK] UefiShellNetwork2CommandsLib [CC] ARShiftU64 [SLINK] UefiBootServicesTableLib [CC] OpenFile [CC] OpenCoreNvram [CC] CopyMemWrapper [SLINK] BasePcdLibNull [CC] inffast [CC] BitField [CC] DmgBootSupport [CC] Misc [CC] IsZeroBufferWrapper [SLINK] OcCpuLib [CC] TextOutputSystem [CC] BmMisc [CC] Reconnect [CC] ReadFile [CC] Reset [CC] CheckSum [CC] DevicePathUtilities [CC] UefiLib [CC] MemLibGeneric [CC] inflate [CC] ChkStkGcc [CC] MemLibGuid [CC] UgaPassThrough [CC] HotKeySupport [CC] EditInputBar [SLINK] OcFileLib [CC] Cpu [CC] OpenCorePlatform [CC] UefiDevicePathLib [CC] Rm [CC] UefiShellDriver1CommandsLib [CC] ScanMem16Wrapper [SLINK] UefiBootManagerLib [CC] CpuDeadLoop [CC] UefiLibPrint [CC] ScanMem32Wrapper [SLINK] OcConsoleLib [CC] inftrees [SLINK] UefiDevicePathLib [CC] DivS64x64Remainder [CC] ScanMem64Wrapper [CC] ImageLoader [CC] EditMenuBar [CC] Set [CC] Unload [CC] DivU64x32 [CC] ScanMem8Wrapper [CC] trees [CC] UefiNotTiano [CC] OpenCoreUefi [CC] DivU64x32Remainder [CC] SetMem [CC] DivU64x64Remainder [CC] EditStatusBar [CC] TimeDate [CC] SetMem16Wrapper [SLINK] UefiShellDriver1CommandsLib [CC] OcBootManagementLib [CC] FilePaths [SLINK] UefiLib [CC] SetMem32Wrapper [CC] uncompr [CC] GetPowerOfTwo32 [CC] SetMem64Wrapper [CC] EditTitleBar [CC] GetPowerOfTwo64 [CC] UefiShellLevel2CommandsLib [CC] OpenCoreUefiAudio [CC] zlib_uefi [CC] SetMemWrapper [CC] PolicyManagement [CC] HighBitSet32 [CC] ZeroMemWrapper [CC] HighBitSet64 [SLINK] OcCompressionLib [CC] EfiCompress [SLINK] BaseMemoryLib [CC] Vol [CC] LRotU32 [CC] VariableManagement [CC] LRotU64 [CC] OpenCoreUefiInOut [CC] EfiDecompress [CC] LShiftU64 [SLINK] UefiShellLevel2CommandsLib [CC] LinkedList [SLINK] OcBootManagementLib [CC] LongJump [CC] BufferImage [CC] LowBitSet32 [CC] OpenCoreVault [CC] LowBitSet64 [CC] Math64 [SLINK] OcMainLib [CC] ModU64x32 [CC] Clipboard [CC] MultS64x64 [CC] MultU64x32 [CC] MultU64x64 [CC] DiskImage [CC] RRotU32 [CC] RRotU64 [CC] RShiftU64 [CC] FileImage [CC] SafeString [CC] HexEdit [CC] SetJump [CC] String [CC] SwapBytes16 [CC] MainHexEditor [CC] SwapBytes32 [CC] SwapBytes64 [CC] SwitchStack [CC] MemImage [CC] Unaligned [NASM] CpuId [CC] Misc [NASM] CpuIdEx [CC] LoadPciRom [NASM] DisableCache [CC] MemMap [NASM] DisablePaging64 [CC] Mm [NASM] EnableCache [NASM] EnableDisableInterrupts [CC] Mode [CC] GccInline [CC] Pci [NASM] Lfence [NASM] LongJump [CC] SerMode [CC] Non-existing [CC] SetSize [NASM] RdRand [CC] SetVar [NASM] SetJump [NASM] SwitchStack [CC] EventLogInfo [NASM] Thunk16 [CC] LibSmbiosView [NASM] WriteTr [CC] PrintInfo [CC] X86DisablePaging32 [CC] X86DisablePaging64 [CC] X86EnablePaging32 [CC] QueryTable [CC] X86EnablePaging64 [CC] X86FxRestore [CC] X86FxSave [CC] X86GetInterruptState [CC] X86Msr [CC] SmbiosView [CC] X86PatchInstruction [CC] X86RdRand [CC] X86ReadGdtr [CC] UefiShellDebug1CommandsLib [CC] X86ReadIdtr [CC] X86SpeculationBarrier [CC] X86Thunk [SLINK] UefiShellDebug1CommandsLib [CC] X86WriteGdtr [CC] X86WriteIdtr [SLINK] BaseLib [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] ComponentName [CC] AutoGen [CC] ComponentName [CC] AutoGen [CC] Metronome [CC] AutoGen [CC] ComponentName [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] MonotonicCounter [CC] AutoGen [CC] fsw_core [CC] AutoGen [CC] BdsEntry [CC] UsbMassBoot [CC] AutoGen [CC] ComponentName [CC] AutoGen [SLINK] Metronome [CC] DriverOverride [CC] AutoGen [CC] AutoGen [CC] WatchdogTimer [CC] PciBus [DLINK] Metronome [CC] AutoGen [CC] ComponentName [CC] SataController [CC] BiosVideo2 [CC] AutoGen [CC] driver [CC] AppleKeyFeeder [SLINK] MonotonicCounterRuntimeDxe [CC] CpuIo2Dxe [CC] bdmesg [CC] UnicodeCollationEng [DLINK] MonotonicCounterRuntimeDxe [CC] ComponentName [CC] Data [CC] ComponentName [SLINK] DriverOverride [SLINK] WatchdogTimer [CC] UsbMassBot [CC] fsw_efi [CC] Defer3rdPartyImageLoad [CC] BiosVideoNew [DLINK] DriverOverride [CC] ConPlatform [VFR] BdsDxe [DLINK] WatchdogTimer [CC] PciCommand [SLINK] CpuIo2Dxe [SLINK] EnglishDxe [CC] AppleKeyMapUtils [CC] file [SLINK] SataController [SLINK] bdmesg [CC] Bm [DLINK] CpuIo2Dxe [DLINK] EnglishDxe [CC] Delete [DLINK] bdmesg [DLINK] SataController [CC] Ps2KbdCtrller [CC] NvmExpress [CC] UsbMassCbi [CC] SecurityStub [CC] fsw_efi_lib [SLINK] ConPlatformDxe [CC] BBSsupport [CC] AutoGen [CC] PciDeviceSupport [CC] ComponentName [OBJCOPY] MonotonicCounterRuntimeDxe [CC] grub [DLINK] ConPlatformDxe [OBJCOPY] WatchdogTimer [OBJCOPY] Metronome [CC] DirectoryCache [GENFW] MonotonicCounterRuntimeDxe [GENFW] WatchdogTimer [GENFW] Metronome [CC] ComponentName [OBJCOPY] DriverOverride [CC] UsbMassDiskInfo [CC] SimpleTextExProxy [SLINK] SecurityStubDxe [GENFW] DriverOverride [CC] Ps2KbdTextIn [CC] fsw_hfs [CC] NvmExpressBlockIo [OBJCOPY] EnglishDxe [OBJCOPY] CpuIo2Dxe [DLINK] SecurityStubDxe [GENFW] EnglishDxe [SLINK] CsmVideo2Dxe [CC] DirectoryManage [GENFW] CpuIo2Dxe [CC] exfat [CC] PciDriverOverride [CC] BmLib [DLINK] CsmVideo2Dxe [CC] LegacyBiosThunk [CC] UsbMassImpl [CC] SimpleTextProxy [CC] Ps2Keyboard [CC] AutoGen [CC] AutoGen [CC] AutoGen [CC] fsw_lib [CC] AutoGen [CC] NvmExpressDiskInfo [CC] DiskCache [CC] PciEnumerator [CC] fshelp [SLINK] BiosVideo [CC] AutoGen [SLINK] AppleKeyFeeder [CC] BootMaint [SLINK] UsbMassStorageDxe [OBJCOPY] SataController [CC] driver [DLINK] BiosVideo [CC] AutoGen [DLINK] AppleKeyFeeder [CC] NullMemoryTest [DLINK] UsbMassStorageDxe [GENFW] SataController [SLINK] Ps2KeyboardDxe [CC] BiosVideo [CC] Dependency [CC] ControlMsrE2 [CC] Fat [DLINK] Ps2KeyboardDxe [CC] NvmExpressHci [CC] PciEnumeratorSupport [SLINK] VBoxHfs [CC] device [CC] ComponentName [SLINK] NullMemoryTestDxe [DLINK] VBoxHfs [CC] file [DLINK] NullMemoryTestDxe [OBJCOPY] SecurityStubDxe [CC] BootOption [CC] FileName [CC] Dispatcher [CC] ControlMsrE2Hii [GENFW] SecurityStubDxe [OBJCOPY] ConPlatformDxe [CC] AutoGen [CC] NvmExpressPassthru [CC] err [CC] PciIo [CC] Ohci [GENFW] ConPlatformDxe [CC] ComponentName [CC] grub [CC] FileSpace [CC] EmuVariable [OBJCOPY] AppleKeyFeeder [CC] ControlMsrE2UI [CC] list [GENFW] AppleKeyFeeder [CC] DxeMain [CC] Data [SLINK] NvmExpressDxe [CC] PciOptionRomSupport [SLINK] CsmVideoDxe [CC] OhciDebug [OBJCOPY] NullMemoryTestDxe [CC] fshelp [DLINK] NvmExpressDxe [DLINK] CsmVideoDxe [CC] AudioDxe [CC] AutoGen [GENFW] NullMemoryTestDxe [CC] Flush [CC] misc [CC] AutoGen [CC] ProtocolSupport [CC] InitVariable [OBJCOPY] bdmesg [CC] FileExplorer [CC] PciPowerManagement [CC] OhciReg [CC] ComponentName [CC] ConfigKeywordHandler [GENFW] bdmesg [CC] DxeProtocolNotify [CC] udf [CC] AutoGen [CC] Hash [CC] grub_driver [CC] VerifyMsrE2 [SLINK] EmuVariableUefi [CC] AutoGen [CC] HdaCodec [DLINK] EmuVariableUefi [CC] PciRomTable [CC] AutoGen [OBJCOPY] UsbMassStorageDxe [CC] UsbHcMem [CC] OhciSched [CC] Info [CC] UpdatePage [OBJCOPY] Ps2KeyboardDxe [CC] grub_file [GENFW] UsbMassStorageDxe [CC] fsw_core [CC] Event [CC] device [GENFW] Ps2KeyboardDxe [CC] ConfigRouting [SLINK] ControlMsrE2 [CC] FormDisplay [DLINK] ControlMsrE2 [SLINK] PciBusNoEnumerationDxe [CC] HdaCodecAudioIo [CC] AutoGen [CC] Init [CC] OhciUrb [CC] Xhci [CC] fsw_efi [CC] logging [DLINK] PciBusNoEnumerationDxe [CC] err [CC] Variable [CC] Timer [CC] AutoGen [CC] Pcd [OBJCOPY] CsmVideo2Dxe [CC] HdaCodecComponentName [CC] Misc [GENFW] CsmVideo2Dxe [CC] missing [CC] UsbHcMem [CC] list [CC] fsw_efi_lib [CC] CommPs2 [CC] InputHandler [CC] XhciReg [CC] Database [CC] AutoGen [CC] Tpl [CC] HdaCodecInfo [CC] Service [VFR] BdsDxe [CC] Open [CC] path [CC] misc [CC] fsw_iso9660 [SLINK] OhciDxe [CC] ComponentName [CC] BootManagerVfr [CC] ComponentName [OBJCOPY] BiosVideo [CC] Popup [DLINK] OhciDxe [GENFW] BiosVideo [CC] XhciSched [CC] HdaController [CC] utf8 [CC] OpenVolume [CC] Ffs [CC] BootManager [CC] fsw_lib [SLINK] PcdDxe [CC] grub_driver [CC] Ps2MouseAbsolutePointer [CC] Uhci [CC] ProcessOptions [DLINK] PcdDxe [CC] Font [CC] ReadWrite [SLINK] GrubEXFAT [CC] AutoGen [CC] HdaControllerComponentName [CC] FwVol [SLINK] VBoxIso9600 [CC] grub_file [CC] Capsules [DLINK] GrubEXFAT [SLINK] Ps2MouseAbsolutePointerDxe [DLINK] VBoxIso9600 [SLINK] DisplayEngine [SLINK] XhciDxe [DLINK] Ps2MouseAbsolutePointerDxe [CC] ComponentName [CC] UnicodeCollation [CC] UhciDebug [DLINK] DisplayEngine [DLINK] XhciDxe [CC] HdaControllerHdaIo [CC] HiiDatabaseEntry [OBJCOPY] ControlMsrE2 [CC] logging [GENFW] ControlMsrE2 [VFR] BdsDxe [CC] FwVolAttrib [CC] GraphicsConsole [SLINK] Fat [OBJCOPY] NvmExpressDxe [CC] UhciQueue [OBJCOPY] CsmVideoDxe [CC] DeviceManagerVfr [GENFW] NvmExpressDxe [OBJCOPY] EmuVariableUefi [CC] HdaControllerInfo [CC] AutoGen [DLINK] Fat [CC] Image [GENFW] CsmVideoDxe [GENFW] EmuVariableUefi [CC] missing [CC] AutoGen [CC] DeviceManager [CC] FwVolRead [CC] AutoGen [CC] Timer [CC] UhciReg [CC] LaffStd [CC] AutoGen [CC] HdaControllerMem [CC] path [CC] fsw_core [OBJCOPY] VBoxHfs [CC] ImageEx [CC] Crc32 [GENFW] VBoxHfs [SLINK] Timer [CC] Expression [SLINK] GraphicsConsoleDxe [DLINK] Timer [CC] UhciSched [OBJCOPY] PciBusNoEnumerationDxe [CC] FwVolWrite [DLINK] GraphicsConsoleDxe [CC] utf8 [GENFW] PciBusNoEnumerationDxe [SLINK] AudioDxe [VFR] BdsDxe [CC] Runtime [OBJCOPY] Ps2MouseAbsolutePointerDxe [CC] fsw_efi [OBJCOPY] PcdDxe [CC] String [DLINK] AudioDxe [GENFW] Ps2MouseAbsolutePointerDxe [CC] DriverHealthVfr [GENFW] PcdDxe [OBJCOPY] VBoxIso9600 [CC] UsbHcMem [CC] AutoGen [CC] FwVolBlock [SLINK] GrubUDF [GENFW] VBoxIso9600 [SLINK] RuntimeDxe [CC] AcpiTable [VFR] BdsDxe [OBJCOPY] Timer [CC] IfrParse [DLINK] RuntimeDxe [GENFW] Timer [DLINK] GrubUDF [CC] AppleKey [CC] fsw_efi_lib [CC] Debug [CC] FE [CC] AutoGen [SLINK] HiiDatabase [OBJCOPY] OhciDxe [SLINK] UhciDxe [DLINK] HiiDatabase [CC] AcpiTableProtocol [GENFW] OhciDxe [CC] EfiLoader [CC] Gcd [CC] FrontPage [DLINK] UhciDxe [CC] HashServiceFix [CC] AutoGen [CC] fsw_ext2 [CC] AutoGen [CC] 8259 [CC] Presentation [CC] PeLoader [CC] AutoGen [CC] AutoGen [CC] BiosKeyboard [CC] sha1 [CXX] APFS [CC] fsw_lib [CC] AutoGen [CC] Support [VFR] BdsDxe [CC] DriverSupport [CC] CpuDxe [OBJCOPY] RuntimeDxe [OBJCOPY] GraphicsConsoleDxe [SLINK] AcpiTableDxe [GENFW] RuntimeDxe [GENFW] GraphicsConsoleDxe [CC] FrontPageVfr [DLINK] AcpiTableDxe [OBJCOPY] GrubEXFAT [SLINK] HashServiceFix [SLINK] Legacy8259 [SLINK] EfiLoader [CC] Setup [GENFW] GrubEXFAT [DLINK] HashServiceFix [DLINK] Legacy8259 [DLINK] EfiLoader [CC] ComponentName [SLINK] VBoxExt2 [CC] Hotkey [DLINK] VBoxExt2 [CC] Handle [CC] AutoGen [CC] CpuGdt [CC] ApfsDriverLoader [CC] OsxFatBinaryDrv [CC] AppleKey [CC] LegacyBiosThunk [CXX] AcpiPatcher [CC] HwErrRecSupport [OBJCOPY] Legacy8259 [OBJCOPY] XhciDxe [GENFW] Legacy8259 [CC] CpuMp [CC] Locate [GENFW] XhciDxe [SLINK] OsxFatBinaryDrv [CC] AutoGen [SLINK] SetupBrowser [CC] AutoGen [DLINK] OsxFatBinaryDrv [SLINK] KeyboardDxe [DLINK] SetupBrowser [DLINK] KeyboardDxe [CC] AutoGen [CC] Language [CC] EfiComponentName [OBJCOPY] AcpiTableDxe [CC] ComponentName [GENFW] AcpiTableDxe [OBJCOPY] Fat [CC] CpuPageTable [CC] Notify [GENFW] Fat [CC] Cpu [CC] AptioInput [SLINK] ApfsDriverLoader [OBJCOPY] HashServiceFix [DLINK] ApfsDriverLoader [OBJCOPY] UhciDxe [GENFW] HashServiceFix [CC] MemoryTest [CC] EfiKey [GENFW] UhciDxe [NASM] CpuInterrupt [CC] AutoGen [CC] Image [CC] AutoGen [OBJCOPY] OsxFatBinaryDrv [CC] AutoGen [NASM] CpuAsm [CC] AtaBus [GENFW] OsxFatBinaryDrv [CC] AIK [OBJCOPY] AudioDxe [CC] String [CC] FSInject [CC] KeyBoard [GENFW] AudioDxe [CC] ComponentName [CC] AutoGen [CC] AhciMode [SLINK] Cpu [CC] Library [CC] AutoGen [CC] AtaPassThruExecute [CC] AIKData [CC] PagingAttribute [OBJCOPY] EfiLoader [DLINK] Cpu [CC] ComponentName [CC] ScsiDisk [SLINK] BdsDxe [CC] Test [GENFW] EfiLoader [SLINK] UsbKbDxe [CC] LegacyRegion2 [SLINK] CpuMpDxe [OBJCOPY] VBoxExt2 [DLINK] UsbKbDxe [CC] AIKMap [DLINK] BdsDxe [CC] AutoGen [CC] AtaAtapiPassThru [DLINK] CpuMpDxe [GENFW] VBoxExt2 [CC] MemData [OBJCOPY] ApfsDriverLoader [CC] AutoGen [CC] ConSplitter [SLINK] FSInject [OBJCOPY] KeyboardDxe [GENFW] ApfsDriverLoader [DLINK] FSInject [GENFW] KeyboardDxe [SLINK] LegacyRegion2Dxe [CC] AutoGen [CC] AIKShim [SLINK] ScsiDisk [CC] Measurement [CC] ComponentName [DLINK] LegacyRegion2Dxe [CC] AutoGen [DLINK] ScsiDisk [CC] Page [CC] CapsuleCache [CC] AutoGen [CC] Reclaim [OBJCOPY] DisplayEngine [CC] ComponentName [CC] AIKSource [SLINK] AtaBusDxe [GENFW] DisplayEngine [CC] AutoGen [CC] ConSplitterGraphics [CC] ComponentName [DLINK] AtaBusDxe [CC] CapsuleReset [OBJCOPY] Cpu [CC] SpeculationBarrierDxe [CC] Pool [CC] AIKTarget [CC] IsaBus [GENFW] Cpu [CC] SmbiosDxe [CC] CapsuleService [SLINK] ConSplitterDxe [OBJCOPY] GrubUDF [CC] IdeMode [DLINK] ConSplitterDxe [GENFW] GrubUDF make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) [CC] TcgMorLockDxe [CC] AIKTranslate [CC] SaveLongModeContext [CC] IsaIo [CC] DebugImageInfo [SLINK] SmbiosDxe [CC] AutoGen [DLINK] SmbiosDxe [CC] AutoGen [CC] AutoGen [CC] VarCheck [CC] AIM [SLINK] CapsuleRuntimeDxe [SLINK] AtaAtapiPassThruDxe [CC] DeviceIo [DLINK] CapsuleRuntimeDxe [SLINK] IsaBusDxe [CC] ComponentName [DLINK] AtaAtapiPassThruDxe [CC] InstallConfigurationTable [OBJCOPY] UsbKbDxe [CC] driver [DLINK] IsaBusDxe [OBJCOPY] CpuMpDxe [GENFW] UsbKbDxe [CC] Variable [GENFW] CpuMpDxe [CC] AIT [CC] PcatIo [CC] ScsiBus [CC] AutoGen [CC] file [OBJCOPY] LegacyRegion2Dxe [CC] SetWatchdogTimer [SLINK] AptioInputFix [GENFW] LegacyRegion2Dxe [OBJCOPY] ScsiDisk [DLINK] AptioInputFix [CC] AutoGen [GENFW] ScsiDisk [CC] PcatPciRootBridge [CC] ConsoleLogger [SLINK] ScsiBus [CC] grub [CC] VariableDxe [DLINK] ScsiBus [OBJCOPY] SmbiosDxe [OBJCOPY] CapsuleRuntimeDxe [OBJCOPY] AtaBusDxe [OBJCOPY] FSInject [CC] driver [CC] Stall [GENFW] SmbiosDxe [GENFW] CapsuleRuntimeDxe [GENFW] AtaBusDxe [GENFW] FSInject [OBJCOPY] HiiDatabase [CC] AutoGen [CC] PcatPciRootBridgeDevicePath [CC] ConsoleWrappers [GENFW] HiiDatabase [CC] fshelp [CC] AutoGen [CC] VariableExLib [CC] AutoGen [CC] file [CC] CoreSectionExtraction [CC] fsw_core [OBJCOPY] IsaBusDxe [CC] ComponentName [GENFW] IsaBusDxe [CC] PcatPciRootBridgeIo [CC] AutoGen [CC] ComponentName [CXX] AmlGenerator [CC] iso9660 [CC] FileHandleWrappers [CC] AutoGen [CC] AutoGen [SLINK] VariableRuntimeDxe [CC] grub [DLINK] VariableRuntimeDxe [CC] DevicePath [CC] fsw_efi [CC] AutoGen [CC] ComponentName [CC] UsbBus [CC] IsaAcpi [CC] OpenRuntime [SLINK] DxeCore [SLINK] PcatPciRootBridge [CC] device [CC] fshelp [DLINK] PcatPciRootBridge [CC] AutoGen [SLINK] DevicePathDxe [CC] Shell [CC] Debug [OBJCOPY] AptioInputFix [OBJCOPY] ConSplitterDxe [DLINK] DevicePathDxe [CC] UefiRuntimeServices [DLINK] DxeCore [GENFW] AptioInputFix [CC] Ehci [CC] PcatIsaAcpi [GENFW] ConSplitterDxe [OBJCOPY] ScsiBus [CC] fsw_efi_lib [CC] MsgLog [CC] UsbDesc [GENFW] ScsiBus [CC] err [CC] hfsplus [CC] DxeInit [CC] AutoGen [CXX] BdsConnect [SLINK] OpenRuntime [SLINK] MsgLog [CC] fsw_lib [SLINK] IsaAcpi [DLINK] OpenRuntime [CC] list [DLINK] MsgLog [CC] ShellEnvVar [CC] ComponentName [CC] UsbEnumer [CC] EhciDebug [DLINK] IsaAcpi [CC] AutoGen [CC] hfspluscomp [CC] HobGeneration [CC] AutoGen [CC] misc [CC] DiskIo [CC] driver [CC] fsw_reiserfs [CC] EhciReg [CC] ShellManParser [CC] UsbHub [CC] Reset [CC] gzio [CC] LegacyTable [CC] grub_driver [OBJCOPY] MsgLog [CC] file [SLINK] DiskIoDxe [GENFW] MsgLog [OBJCOPY] AtaAtapiPassThruDxe [SLINK] VBoxReiserFS [CC] EhciSched [SLINK] AcpiReset [DLINK] DiskIoDxe [OBJCOPY] SetupBrowser [CC] ShellParametersProtocol [CC] UsbUtility [GENFW] AtaAtapiPassThruDxe [CC] EnterDxeCore [CC] device [DLINK] AcpiReset [DLINK] VBoxReiserFS [GENFW] SetupBrowser [OBJCOPY] IsaAcpi [CC] grub_file [OBJCOPY] OpenRuntime [GENFW] IsaAcpi [CC] grub [GENFW] OpenRuntime [CC] Paging [CC] EhciUrb [CC] err [CC] AutoGen [OBJCOPY] PcatPciRootBridge [SLINK] UsbBusDxe [CC] AutoGen [CC] ShellProtocol [GENFW] PcatPciRootBridge [CC] AutoGen [DLINK] UsbBusDxe [CC] logging [CC] fshelp [CC] fsw_core [CC] Apple [SLINK] DxeIpl [CC] list [CC] AutoGen [CC] SmbiosGen [CC] CommPs2 [CC] UsbHcMem [DLINK] DxeIpl [CC] missing [OBJCOPY] AcpiReset [CC] ntfs [GENFW] AcpiReset [CC] AutoGen [CC] PcRtc [CC] misc [CC] AutoGen [CC] fsw_efi [SLINK] Shell [CC] ComponentName [DLINK] Shell [SLINK] SmbiosGenDxe [SLINK] EhciDxe [CC] path [CC] ComponentName [DLINK] SmbiosGenDxe [OBJCOPY] DiskIoDxe [CC] ComponentName [DLINK] EhciDxe [CC] ntfscomp [GENFW] DiskIoDxe [CC] grub_driver [CC] PcRtcEntry [CC] fsw_efi_lib [OBJCOPY] VariableRuntimeDxe [CC] utf8 [CC] Ps2Mouse [CC] ElTorito [GENFW] VariableRuntimeDxe [CC] MouseHid [OBJCOPY] DxeIpl [CC] device [CC] grub_file [GENFW] DxeIpl [SLINK] PcRtc [CC] fsw_ext4 [DLINK] PcRtc [SLINK] GrubISO9660 [CC] Gpt [OBJCOPY] BdsDxe [SLINK] Ps2MouseDxe [CC] UsbMouse [DLINK] GrubISO9660 [GENFW] BdsDxe [DLINK] Ps2MouseDxe [CC] err [CC] logging [OBJCOPY] DevicePathDxe [GENFW] DevicePathDxe [CC] Mbr [CC] fsw_lib [OBJCOPY] VBoxReiserFS [OBJCOPY] SmbiosGenDxe [SLINK] UsbMouseDxe [GENFW] VBoxReiserFS [GENFW] SmbiosGenDxe [CC] list [DLINK] UsbMouseDxe [CC] missing make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) [CC] Partition [SLINK] VBoxExt4 [CC] misc [DLINK] VBoxExt4 [CC] path make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) [OBJCOPY] UsbBusDxe [GENFW] UsbBusDxe [CXX] BootOptions [OBJCOPY] PcRtc [SLINK] PartitionDxe [GENFW] PcRtc [CC] grub_driver [DLINK] PartitionDxe [CC] utf8 [OBJCOPY] Ps2MouseDxe [GENFW] Ps2MouseDxe [CC] grub_file [SLINK] GrubHFSPLUS [DLINK] GrubHFSPLUS [OBJCOPY] EhciDxe [GENFW] EhciDxe [OBJCOPY] UsbMouseDxe [GENFW] UsbMouseDxe [CC] logging [CC] missing [CC] path [CC] utf8 [OBJCOPY] GrubISO9660 [OBJCOPY] VBoxExt4 [GENFW] GrubISO9660 [GENFW] VBoxExt4 [SLINK] GrubNTFS [DLINK] GrubNTFS [OBJCOPY] PartitionDxe [OBJCOPY] DxeCore [GENFW] PartitionDxe [GENFW] DxeCore [OBJCOPY] GrubHFSPLUS [GENFW] GrubHFSPLUS [CXX] CloverVersion [CXX] Console [CXX] DataHub [OBJCOPY] GrubNTFS [GENFW] GrubNTFS [CXX] DataHubCpu [OBJCOPY] Shell [GENFW] Shell [CXX] Edid [CXX] Events [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] 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_icns [CXX] lodepng [CXX] nanosvg /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:9: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Error 1 @/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/cc_resp.txt -fshort-wchar -fno-builtin -Wall -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -nostdinc -DSTRING_ARRAY_NAME=CLOVERX64Strings -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -m64 -fno-stack-protector -mabi=ms "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -mcmodel=small -fpie -fno-asynchronous-unwind-tables -fno-unwind-tables -Wno-incompatible-ms-struct -Wno-misleading-indentation -mms-bitfields -fno-ms-extensions -ffreestanding -fno-exceptions -g3 -Os -Werror -fno-omit-frame-pointer -DJCONST=CONST -std=c11 -DIS_UEFI_MODULE -DMDEPKG_NDEBUG -DCLOVER_BUILD -DLESS_DEBUG -DAMD_SUPPORT -DANDX86 -DDISABLE_NEW_DEPRECATED_INTERFACES -DOC_TARGET_DEBUG -flto=auto -DUSING_LTO -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/AppleKeyAggregator -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/SMCHelper -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/FirmwareVolume -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings/ConfigPlist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/posix -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform/plist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui/menu_items -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/entry_scan -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_lib -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_foundation -I/Users/yitzhakbronstein/src/CloverBootloader/Include/Library -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI -I/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/DEBUG -I/Users/yitzhakbronstein/src/CloverBootloader -I/Users/yitzhakbronstein/src/CloverBootloader/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include/X64 -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/AMI -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Acidanthera -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Generic -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Intel -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Microsoft -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Nvidia -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/VMware -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple/X64 build.py... : error 7000: Failed to execute command make tbuild [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64, GCC131, RELEASE] - Failed - Build end time: 18:30:33, Dec.02 2023 Build total time: 00:01:09 Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. Deleting expired sessions... 2 completed. [Процесс завершен] with errors: Edited December 2, 2023 by MakAsus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814160 Share on other sites More sharing options...
Slice Posted December 2, 2023 Share Posted December 2, 2023 Take new sources from git and do full compilation. Remake gcc. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814161 Share on other sites More sharing options...
MakAsrock Posted December 2, 2023 Share Posted December 2, 2023 31 minutes ago, Slice said: Take new sources from git and do full compilation. Remake gcc. I did as you advised, but everything is still the same. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814162 Share on other sites More sharing options...
Matgen84 Posted December 2, 2023 Share Posted December 2, 2023 @MakAsus @Slice I can build Clover r5156 (SHA: 153691ace) (GCC131, Python 3.11.5 without issue from existing local git. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814165 Share on other sites More sharing options...
Slice Posted December 2, 2023 Share Posted December 2, 2023 2 hours ago, MakAsus said: I did as you advised, but everything is still the same. Did you remaked gcc? EDITED: Yes, I see your log 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814169 Share on other sites More sharing options...
Slice Posted December 2, 2023 Share Posted December 2, 2023 EDITED 2: anyway try again. May be you should clean all from previous compilation and update xcode-tools. Wrong xcode-tools causes wrong gcc creating. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814170 Share on other sites More sharing options...
MakAsrock Posted December 2, 2023 Share Posted December 2, 2023 (edited) 3 hours ago, Slice said: EDITED 2: anyway try again. May be you should clean all from previous compilation and update xcode-tools. Wrong xcode-tools causes wrong gcc creating. I entered the command: sudo rm -rf /Library/Developer/CommandLineTools Then: xcode-select --install And then reboot Next entered command: xcode-select -version xcode-select version 2403. xcodebuild -version Xcode 15.0 Build version 15A240d Then reboot. After that: gcc --version Apple clang version 15.0.0 (clang-1500.0.40.1) Target: x86_64-apple-darwin23.1.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Edited December 2, 2023 by MakAsus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814180 Share on other sites More sharing options...
Slice Posted December 3, 2023 Share Posted December 3, 2023 slice@iMac ~ % xcodebuild -version Xcode 15.0 Build version 15A5229m slice@iMac ~ % Clang is the same. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814184 Share on other sites More sharing options...
Matgen84 Posted December 3, 2023 Share Posted December 3, 2023 (edited) @MakAsus XCode 15 (15A240d) is RC and release version publish in September 2023. Try to download XCode 15.1 final release instead. Here Edited December 3, 2023 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814195 Share on other sites More sharing options...
MakAsrock Posted December 3, 2023 Share Posted December 3, 2023 (edited) 6 hours ago, Matgen84 said: @MakAsus XCode 15 (15A240d) is RC and release version publish in September 2023. Try to download XCode 15.1 final release instead. Here Maybe you meant Xcode 15.0.1? There is 15.1 only beta 3 not a release. I'm downloading 15.0.1 now. Spoiler Edited December 3, 2023 by MakAsus 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814215 Share on other sites More sharing options...
Max.1974 Posted December 3, 2023 Share Posted December 3, 2023 Just for help, Recommend install Line Tools for Xcode from Apple Developer Downloads first and try this again: sudo mkdir -p /Library/Developer/CommandLineTools And in the sequence this: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer Maybe fix with Command Line Tools for Xcode https://developer.apple.com/download/all/?q=Line tools Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814220 Share on other sites More sharing options...
MakAsrock Posted December 4, 2023 Share Posted December 4, 2023 (edited) 5 hours ago, Max.1974 said: Just for help, Recommend install Line Tools for Xcode from Apple Developer Downloads first and try this again: sudo mkdir -p /Library/Developer/CommandLineTools And in the sequence this: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer Maybe fix with Command Line Tools for Xcode https://developer.apple.com/download/all/?q=Line tools I downloaded Command-line tools for Xcode 15 and installed it. Then reboot may computer, delete the entire folder with CloverBootloader and Pasted the commands: mkdir -p $HOME/src && cd $HOME/src git clone -q https://github.com/CloverHackyColor/CloverBootloader cd CloverBootloader && git submodule update --init --recursive cd OpenCorePkg && git checkout master && git pull cd .. ./buildme Here is the compilation log:Cloverbuild-5156.log Edited December 4, 2023 by MakAsus 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814225 Share on other sites More sharing options...
tluck Posted December 4, 2023 Share Posted December 4, 2023 hmm when I do buildeme XCODE15 and i get this? but it works ok with XCODE14 and Xcode.14.3.1? SLINK] DxeServicesTableLib [CC] FileImage /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:292:34: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.align_left = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:295:26: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.lz = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:298:27: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.alt = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:315:20: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.lz = 1; /* zero-padding */ ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:385:23: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.alt = 1; ^ ~ 5 errors generated. make: *** [/opt/Source/Clover/Build/Clover/RELEASE_XCODE15/X64/OpenCorePkg/Library/OcGuardLib/OcGuardLib/OUTPUT/UbsanPrintf.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/opt/Source/Clover/Build/Clover/RELEASE_XCODE15/X64/OpenCorePkg/Library/OcGuardLib/OcGuardLib] Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814227 Share on other sites More sharing options...
Slice Posted December 4, 2023 Share Posted December 4, 2023 I think xcode15 toolset is not ready to use. I am using gcc131. When Xcode15 will be not beta I will look how to improve codes to work with it. Meantime the warning implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 means an error in sources. 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814229 Share on other sites More sharing options...
MakAsrock Posted December 4, 2023 Share Posted December 4, 2023 (edited) 5 hours ago, Slice said: I think xcode15 toolset is not ready to use. I am using gcc131. When Xcode15 will be not beta I will look how to improve codes to work with it. Meantime the warning implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 means an error in sources. Xcode15.0 and 15.0.1 are not beta versions. Beta version - Xcode15.1, bat CommandLineTools only have version 15.0 for Sonoma. XCODE14 and Xcode.14.3.1 do not run in Sonoma. Edited December 4, 2023 by MakAsus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814237 Share on other sites More sharing options...
Stefanalmare Posted December 4, 2023 Share Posted December 4, 2023 Cloverbuildlog.txt Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814239 Share on other sites More sharing options...
Slice Posted December 4, 2023 Share Posted December 4, 2023 4 hours ago, MakAsus said: Xcode15.0 and 15.0.1 are not beta versions. Beta version - Xcode15.1, bat CommandLineTools only have version 15.0 for Sonoma. XCODE14 and Xcode.14.3.1 do not run in Sonoma. Try this script inside CloverBootloader folder and don't clean previous result. jebuild.sh 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814244 Share on other sites More sharing options...
matxpa Posted December 4, 2023 Share Posted December 4, 2023 Hi Clover r5157 (153691a) locale build (X64 Release with Xcode 15.0.1 and Sonoma 14.1.2 on Ivy Bridge Laptop) ... Running edk2 build for CloverX64 using the command: build --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/meunier/CloverBootloader/Conf -D USE_LOW_EBDA -p Clover.dsc -a X64 -b RELEASE -t XCODE15 -n 5 Build environment: macOS-14.1.2-x86_64-i386-64bit ... Done! * Clover build process took 8m25s to complete... Clover r5157 (SHA: 153691a) Build OK ! Boot log ... 0:158 0:000 Now is 04.12.2023, 16:43:36 (GMT) 0:158 0:000 Starting Clover revision: 5157 (master, commit 153691ace) on American Megatrends EFI 0:158 0:000 Build id: 20231202121430-153691a-dirty 0:158 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG -t XCODE15 | --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/meunier/CloverBootloader/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE15 -n 5 | OS: 13.6.3] ... 0:158 0:000 Running on: 'X75VB' with board 'X75VB' ... 0:158 0:000 BrandString = Intel(R) Core(TM) i5-3340M CPU @ 2.70GHz ... 0:165 0:000 get model from config.plist 0:165 0:000 Using latest BiosVersion from config instead of default 'MBP102.88Z.F000.B00.2106041717' ... 9:399 0:021 GetOSVersion: 14.1.2 ... 9:411 0:000 SMBIOS reloaded with model MacBookPro10,2 ... Same build with Ventura 13.6.3 Xcode 15.0.1 on same Laptop CloverX64_r5157_20231202-12h14_153691a_XCODE15_RELEASE_master_local.efi 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814248 Share on other sites More sharing options...
matxpa Posted December 4, 2023 Share Posted December 4, 2023 (edited) 13 hours ago, tluck said: hmm when I do buildeme XCODE15 and i get this? but it works ok with XCODE14 and Xcode.14.3.1? SLINK] DxeServicesTableLib [CC] FileImage /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:292:34: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.align_left = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:295:26: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.lz = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:298:27: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.alt = 1; ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:315:20: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.lz = 1; /* zero-padding */ ^ ~ /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:385:23: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.alt = 1; ^ ~ 5 errors generated. make: *** [/opt/Source/Clover/Build/Clover/RELEASE_XCODE15/X64/OpenCorePkg/Library/OcGuardLib/OcGuardLib/OUTPUT/UbsanPrintf.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/opt/Source/Clover/Build/Clover/RELEASE_XCODE15/X64/OpenCorePkg/Library/OcGuardLib/OcGuardLib] Hi In the conf file below add or modify next lines (2749, 2826 and 2903) for Xcode 8, 14 and 15 .../CloverBootloader/BaseTools/Conf/tools_def.template Line 2747 # -Wno-unused-const-variable Line 2749 DEFINE XCODE8_COMMON_FLAGS = -nostdinc -c -Wall -Wextra -include AutoGen.h -fno-ms-extensions -fno-stack-protector -fno-builtin -fshort-wchar -mms-bitfields -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -mno-red-zone -fno-common -fdata-sections -ffreestanding -ffunction-sections -fno-asynchronous-unwind-tables -m64 -mabi=ms -mcmodel=small -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-command-line-argument -Wno-unused-but-set-variable -Wno-deprecated-non-prototype -Wno-bitfield-constant-conversion ... Line 2824 # -Wno-unused-const-variable Line 2826 DEFINE XCODE14_COMMON_FLAGS = -nostdinc -c -Wall -Wextra -include AutoGen.h -fno-ms-extensions -fno-stack-protector -fno-builtin -fshort-wchar -mms-bitfields -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -mno-red-zone -fno-common -fdata-sections -ffreestanding -ffunction-sections -fno-asynchronous-unwind-tables -m64 -mabi=ms -mcmodel=small -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-command-line-argument -Wno-unused-but-set-variable -Wno-deprecated-non-prototype -Wno-bitfield-constant-conversion ... Line 2901 # -Wno-unused-const-variable Line 2903 DEFINE XCODE15_COMMON_FLAGS = -nostdinc -c -Wall -Wextra -include AutoGen.h -fno-ms-extensions -fno-stack-protector -fno-builtin -fshort-wchar -mms-bitfields -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -mno-red-zone -fno-common -fdata-sections -ffreestanding -ffunction-sections -fno-asynchronous-unwind-tables -m64 -mabi=ms -mcmodel=small -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-deprecated-non-prototype -Wno-unused-command-line-argument -Wno-single-bit-bitfield-constant-conversion Regards Edited December 4, 2023 by matxpa 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814249 Share on other sites More sharing options...
Slice Posted December 4, 2023 Share Posted December 4, 2023 14 hours ago, tluck said: hmm when I do buildeme XCODE15 and i get this? but it works ok with XCODE14 and Xcode.14.3.1? SLINK] DxeServicesTableLib [CC] FileImage /opt/Source/Clover/OpenCorePkg/Library/OcGuardLib/UbsanPrintf.c:292:34: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] p.align_left = 1; ^ ~ Reproduced and resolved. The bitfields must be unsigned. [GENFW] CLOVERX64 Generating DUETEFIMAINFVX64 FV ## GUID cross reference file can be found at /Users/slice/src/CloverBootloader/Build/Clover/RELEASE_XCODE15/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [34%Full] 2752512 (0x2a0000) total, 936240 (0xe4930) used, 1816272 (0x1bb6d0) free - Done - Build end time: 23:12:59, Dec.04 2023 Build total time: 00:02:25 -> CloverX64-RELEASE_XCODE15-20231204230959-e614deb.efi adding: Users/slice/src/CloverBootloader/Build/CloverX64-RELEASE_XCODE15-20231204230959-e614deb.efi (deflated 54%) 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814253 Share on other sites More sharing options...
MakAsrock Posted December 4, 2023 Share Posted December 4, 2023 (edited) 7 hours ago, Slice said: Try this script inside CloverBootloader folder and don't clean previous result. jebuild.sh 32.3 kB · 2 downloads Log ./jebuild.sh: Spoiler WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. [CXX] nanosvg make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:5: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Error 1 @/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/cc_resp.txt -fshort-wchar -fno-builtin -Wall -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -nostdinc -DSTRING_ARRAY_NAME=CLOVERX64Strings -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -m64 -fno-stack-protector -mabi=ms "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -mcmodel=small -fpie -fno-asynchronous-unwind-tables -fno-unwind-tables -Wno-incompatible-ms-struct -Wno-misleading-indentation -mms-bitfields -fno-ms-extensions -ffreestanding -fno-exceptions -g3 -Os -Werror -fno-omit-frame-pointer -DJCONST=CONST -std=c11 -DIS_UEFI_MODULE -DMDEPKG_NDEBUG -DCLOVER_BUILD -DLESS_DEBUG -DAMD_SUPPORT -DANDX86 -DDISABLE_NEW_DEPRECATED_INTERFACES -DOC_TARGET_DEBUG -flto=auto -DUSING_LTO -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/AppleKeyAggregator -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/SMCHelper -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/FirmwareVolume -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings/ConfigPlist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/posix -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform/plist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui/menu_items -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/entry_scan -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_lib -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_foundation -I/Users/yitzhakbronstein/src/CloverBootloader/Include/Library -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI -I/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/DEBUG -I/Users/yitzhakbronstein/src/CloverBootloader -I/Users/yitzhakbronstein/src/CloverBootloader/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include/X64 -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/AMI -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Acidanthera -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Generic -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Intel -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Microsoft -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Nvidia -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/VMware -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple/X64 build.py... : error 7000: Failed to execute command make tbuild [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64, GCC131, RELEASE] - Failed - Build end time: 01:46:51, Dec.05 2023 Build total time: 00:00:03 Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Процесс завершен] Edited December 4, 2023 by MakAsus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814257 Share on other sites More sharing options...
joevt Posted December 5, 2023 Share Posted December 5, 2023 20 hours ago, tluck said: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 The bit-field needs to use an unsigned type if you don't want the most significant bit of the bit-field to be interpreted as a negative value. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814258 Share on other sites More sharing options...
Slice Posted December 5, 2023 Share Posted December 5, 2023 4 hours ago, MakAsus said: Log ./jebuild.sh: Reveal hidden contents WORKSPACE = /Users/yitzhakbronstein/src/CloverBootloader EDK_TOOLS_PATH = /Users/yitzhakbronstein/src/CloverBootloader/BaseTools CONF_PATH = /Users/yitzhakbronstein/src/CloverBootloader/Conf PYTHON_COMMAND = python3 make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/A17F4A89-5F19-444f-B7BE-48195E0575DBSmbiosGenDxe/SmbiosGenDxeOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. [CXX] nanosvg make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored) make: Nothing to be done for `tbuild'. /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:5: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Error 1 @/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/cc_resp.txt -fshort-wchar -fno-builtin -Wall -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -nostdinc -DSTRING_ARRAY_NAME=CLOVERX64Strings -DNO_MSABI_VA_FUNCS -fno-strict-aliasing -m64 -fno-stack-protector -mabi=ms "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -mcmodel=small -fpie -fno-asynchronous-unwind-tables -fno-unwind-tables -Wno-incompatible-ms-struct -Wno-misleading-indentation -mms-bitfields -fno-ms-extensions -ffreestanding -fno-exceptions -g3 -Os -Werror -fno-omit-frame-pointer -DJCONST=CONST -std=c11 -DIS_UEFI_MODULE -DMDEPKG_NDEBUG -DCLOVER_BUILD -DLESS_DEBUG -DAMD_SUPPORT -DANDX86 -DDISABLE_NEW_DEPRECATED_INTERFACES -DOC_TARGET_DEBUG -flto=auto -DUSING_LTO -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/AppleKeyAggregator -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/SMCHelper -I/Users/yitzhakbronstein/src/CloverBootloader/Protocols/FirmwareVolume -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings/ConfigPlist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Settings -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/posix -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/PlatformEFI -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform/plist -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/Platform -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/libeg -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/include -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/gui/menu_items -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/entry_scan -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_lib -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/cpp_foundation -I/Users/yitzhakbronstein/src/CloverBootloader/Include/Library -I/Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI -I/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/DEBUG -I/Users/yitzhakbronstein/src/CloverBootloader -I/Users/yitzhakbronstein/src/CloverBootloader/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/MdePkg/Include/X64 -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg -I/Users/yitzhakbronstein/src/CloverBootloader/IntelFrameworkModulePkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg -I/Users/yitzhakbronstein/src/CloverBootloader/UefiCpuPkg/Include -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/AMI -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Acidanthera -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Generic -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Intel -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Microsoft -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Nvidia -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/VMware -I/Users/yitzhakbronstein/src/CloverBootloader/OpenCorePkg/Include/Apple/X64 build.py... : error 7000: Failed to execute command make tbuild [/Users/yitzhakbronstein/src/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/yitzhakbronstein/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64, GCC131, RELEASE] - Failed - Build end time: 01:46:51, Dec.05 2023 Build total time: 00:00:03 Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Процесс завершен] Strange but I can't reproduce your issue. Anybody else? Something wrong with your system or with your CPU. I can recommend you to use XCODE15 toolset if someone upload here recent mtoc-jief. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814260 Share on other sites More sharing options...
MakAsrock Posted December 5, 2023 Share Posted December 5, 2023 (edited) 1 hour ago, Slice said: Strange but I can't reproduce your issue. Anybody else? Something wrong with your system or with your CPU. I can recommend you to use XCODE15 toolset if someone upload here recent mtoc-jief. What could be wrong with the CPU? Can I take this mtoc-jief from a MacBook? There is Big Sur 11.7.10 with Xcode Version 13.2.1 and Clover 5156 was compiled there. Edited December 5, 2023 by MakAsus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1172/#findComment-2814261 Share on other sites More sharing options...
Recommended Posts