the output of make directhw in DirectHW-BigSur-master as below:
xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master % make directhw
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DirectHW
if [ ! -r .patched ]; then
test uname -r | cut -f1 -d\. -lt 10 &&
patch -p0 < DirectHW-i386-only.diff || echo "Not patching.";
fi
touch .patched
xcodebuild -alltargets
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -alltargets
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 084a6894afb60c29ce820142f894525a
Build description path: /Users/xueshanzhang/Downloads/DirectHW-BigSur-master/DirectHW/build/XCBuildData/084a6894afb60c29ce820142f894525a-desc.xcbuild
note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'KEXT' from project 'DirectHW')
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'libDirectHW' from project 'DirectHW')
** BUILD FAILED **
make[1]: *** [build] Error 65
make: *** [directhw] Error 2
xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master %
the output of
make directhwin DirectHW-BigSur-master as below:xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master % make directhw
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DirectHW
if [ ! -r .patched ]; then
test
uname -r | cut -f1 -d\.-lt 10 &&patch -p0 < DirectHW-i386-only.diff || echo "Not patching.";
fi
touch .patched
xcodebuild -alltargets
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -alltargets
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 084a6894afb60c29ce820142f894525a
Build description path: /Users/xueshanzhang/Downloads/DirectHW-BigSur-master/DirectHW/build/XCBuildData/084a6894afb60c29ce820142f894525a-desc.xcbuild
note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'KEXT' from project 'DirectHW')
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'libDirectHW' from project 'DirectHW')
** BUILD FAILED **
make[1]: *** [build] Error 65
make: *** [directhw] Error 2
xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master %