I use the following instructions to compile OC and the efi drivers, But I can only use the oc package i compiled with the efi drivers you compiled. The efi drivers I compiled don't work. Could you help me to compile the efi drivers? Thank you!
git clone https://github.com/tianocore/edk2 -b UDK2018 UDK cd UDK
git clone https://github.com/acidanthera/EfiPkg
git clone https://github.com/acidanthera/MacInfoPkg
git clone https://github.com/acidanthera/OcSupportPkg
git clone https://github.com/acidanthera/OpenCorePkg
source edksetup.sh
make -C BaseTools
build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc
git clone https://github.com/acidanthera/AptioFixPkg
git clone https://github.com/acidanthera/AppleSupportPkg
build -a X64 -b RELEASE -t XCODE5 -p AppleSupportPkg/AppleSupportPkg.dsc
build -a X64 -b RELEASE -t XCODE5 -p AptioFixPkg/AptioFixPkg.dsc
AptioFixPkg and AppleSupportPkg I compiled don't work.