I am using the nethunter kernel builder in nethunter for termux.
Everything installed without any errors.
The kernel source code is from opensource.samsung.com.
I recieve these errors.
Traceback (most recent call last):
File "/data/data/com.termux/files/home/android/toolchains/clang-10.0/bin/clang", line 192, in <module>
main(sys.argv)
File "/data/data/com.termux/files/home/android/toolchains/clang-10.0/bin/clang", line 188, in main
cw.invoke_compiler()
File "/data/data/com.termux/files/home/android/toolchains/clang-10.0/bin/clang", line 162, in invoke_compiler
os.execv(self.argv0, self.execargs)
OSError: [Errno 8] Exec format error
cp: cannot stat './modules.order': No such file or directory
make[1]: *** [/data/data/com.termux/files/home/kali-arm64/home/kernel/Makefile:1417: _modinst_] Error 1
make[1]: Leaving directory '/data/data/com.termux/files/home/kali-arm64/home/kernel/kali-nethunter-kernel/out'
make: *** [Makefile:152: sub-make] Error 2
make: Leaving directory '/data/data/com.termux/files/home/kali-arm64/home/kernel'

real 0m9.141s
user 0m6.360s
sys 0m2.100s
[ SUCCESS ] Kernel build completed
[ QUESTION ] Save .config as nethunter_defconfig? [y/n]

And no zimage.

Anyone seen this or know whats happening.