PDA

View Full Version : Building kernel for xiaomi redmi note 3 (kenzo) issue



getuwer
2019-04-15, 14:25
Hi everyone ,
To introduce , i wanted to build kali nethunter for my device but he is not builded so i go and try to build a kernel following the official github kali nethunter for porting my devices
Device : xiaomi redmi note 3 snapdragon version
codename : kenzo
I didn't find original kernel for kenzo so i took one custom kernel on xda forum : https://github.com/GuneetAtwal/kenzo
my toolchain is https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9
so i started building until modifing .config using
make menuconfig
make
cp .config arch/arm/configs/kali_defconfig
make clean && make mrproper
mkdir ../out1
make O=../out1 kali1_defconfig

but there it make this is done my .config is done but i get error message too https://pastebin.com/M0TtmMzS
when i want to build my kernel this does me a error
make O=../out1 -j2
https://pastebin.com/2azLQgzN

please help me
ty