CALL ../scripts/checksyscalls.sh
VDSOC32 arch/arm64/kernel/vdso32/vgettimeofday.o
VDSOA32 arch/arm64/kernel/vdso32/sigreturn.o
/home/tuga/toolchains/clang/bin/as: unrecognized option '-EL'
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
../arch/arm64/kernel/vdso32/Makefile:144: recipe for target 'arch/arm64/kernel/vdso32/sigreturn.o' failed
make[2]: *** [arch/arm64/kernel/vdso32/sigreturn.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/tuga/toolchains/clang/bin/as: unrecognized option '-EL'
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
../arch/arm64/kernel/vdso32/Makefile:142: recipe for target 'arch/arm64/kernel/vdso32/vgettimeofday.o' failed
make[2]: *** [arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1
arch/arm64/Makefile:264: recipe for target 'vdso_prepare' failed
make[1]: *** [vdso_prepare] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/tuga/Escritorio/android_kernel_xiaomi_sm6150-lineage-18.1/out'
Makefile:146: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
for now I fix it by replacing the file arch / arm64 / make with the one from the vantom kernel
CALL ../scripts/checksyscalls.sh
VDSOC32 arch/arm64/kernel/vdso32/vgettimeofday.o
VDSOA32 arch/arm64/kernel/vdso32/sigreturn.o
/home/tuga/toolchains/clang/bin/as: unrecognized option '-EL'
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
../arch/arm64/kernel/vdso32/Makefile:144: recipe for target 'arch/arm64/kernel/vdso32/sigreturn.o' failed
make[2]: *** [arch/arm64/kernel/vdso32/sigreturn.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/tuga/toolchains/clang/bin/as: unrecognized option '-EL'
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
../arch/arm64/kernel/vdso32/Makefile:142: recipe for target 'arch/arm64/kernel/vdso32/vgettimeofday.o' failed
make[2]: *** [arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1
arch/arm64/Makefile:264: recipe for target 'vdso_prepare' failed
make[1]: *** [vdso_prepare] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/tuga/Escritorio/android_kernel_xiaomi_sm6150-lineage-18.1/out'
Makefile:146: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
for now I fix it by replacing the file arch / arm64 / make with the one from the vantom kernel