How build kernal on macos
-
Hello.
How will build right kernal?
I did use flag -j64
I have errorcreated build_kernel.sh
#!/bin/bash export ARCH=arm64 export PLATFORM_VERSION=12 export ANDROID_MAJOR_VERSION=s export CLANG_TRIPLE=aarch64-linux-gnu- export CROSS_COMPILE=aarch64-linux-android- make ARCH=arm64 CLANG_TRIPLE=aarch64-linux-gnu- CROSS_COMPILE=aarch64-linux-android- CONFIG_SECTION_MISMATCH_WARN_ONLY=y exynos9610-m31nsxx_defconfig make ARCH=arm64 CLANG_TRIPLE=aarch64-linux-gnu-CROSS_COMPILE=aarch64-linux-android- CONFIG_SECTION_MISMATCH_WARN_ONLY=y -j64
-
@unger Try -j number of threads + 2 (example -j 12, not -j12)
Idk if this is the problem but try it, why not?