You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd kernel
export ARCH=arm64
export CROSS_COMPILE=../gcc/gcc-arm64-gcc-master/bin/aarch64-elf-
export CROSS_COMPILE_ARM32=../gcc/gcc-arm-gcc-master/bin/arm-eabi-
make cas_defconfig
make -j
依赖安装
编译过程中提示缺少文件
error while loading shared libraries: libdebuginfod.so.1: cannot open shared object file: No such file or directory
,应该不太影响编译,但还是多安装了些包Openssl兼容
编译需要1.1版本的openssl,系统默认3.0,会出现
-Wdeprecated-declarations
打开网站 (http://security.ubuntu.com/ubuntu/pool/main/o/openssl/) 依次下载以下包并安装
自己搜一下到底是ubuntu2.多少,目前是2.19
编译参数
注意下路径就行了
scripts/Makefile.dtbo 文件缺失
copy 这个就行了 (https://github.com/XayahSuSuSu/android_kernel_xiaomi_cas/blob/arrow-13.0/scripts/Makefile.dtbo)
The text was updated successfully, but these errors were encountered: