In general, I restarted the collection and while it shows here such a log
root@W-PC:/home/w-pc/kernel_dev/android_kernel_huawei_hi6210sft# make -j5CHK include/generated/uapi/linux/version.hCC scripts/mod/devicetable-offsets.sGEN scripts/mod/devicetable-offsets.hHOSTCC scripts/mod/file2alias.oCHK include/generated/utsrelease.hCALL scripts/checksyscalls.shHOSTLD scripts/mod/modpostCHK include/generated/compile.hLD init/mounts.o/home/w-pc/kernel_dev/gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-ld: no input filesmake[1]: *** [scripts/Makefile.build:454: init/mounts.o] Ошибка 1 (Error 1)make[1]: *** Ожиданиезавершениязаданий…(Waiting for tasks to complete...)LD arch/arm64/crypto/sha1-ce.o/home/w-pc/kernel_dev/gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-ld: no input filesmake[1]: *** [scripts/Makefile.build:454: arch/arm64/crypto/sha1-ce.o] Ошибка 1make: *** [Makefile:883: arch/arm64/crypto] Ошибка 2make: *** Ожиданиезавершениязаданий… (Waiting for tasks to complete...)make: *** [Makefile:883: init] Ошибка 2 (Error 2)CHK kernel/config_data.hroot@W-PC:/home/w-pc/kernel_dev/android_kernel_huawei_hi6210sft#
Google has not yet given any solutions ...As for the line numbers of Makefile, then they are like this:
scripts / Makefile.build: equal to this: 454: $ (call if_changed, link_multi-y)line 883 is not in this macafile (makefile)
move on
line 454 in the directory: the kernel is like this:
export KBUILD_AFLAGS AFLAGS_KERNEL AFLAGS_MODULE
line 883 should be like this:
$ (Q) $ (MAKE) $ (build) = $ @
in the makefile along the path arch/arm64/crypto
there are no lines with such numbers
Postscript True, I laid out.It is not clear how the kernel was under 4.0 EMUI, but this is under 4.1. Yes, that is right, it stayed the same... weird.
Tell me how to fix it all