Skip to content

mkorpershoek/update-5.4-manifest-khadas

Port a couple of patches from common-android-12-5.4 to our manifest in order to fix the following errors:

Build error:

  AS32    arch/arm64/kernel/vdso32/sigreturn.o
  HOSTCC  arch/arm64/kernel/vdso32/../../../arm/vdso/vdsomunge
/usr/bin/as: unrecognized option '-EL'
clang-11: error: assembler command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/srv/data/mkorpershoek/atv-kernel-5.4-khadas/hikey-linaro/arch/arm64/kernel/vdso32/Makefile:179: arch/arm64/kernel/vdso32/sigreturn.o] Error 1
make[2]: *** Waiting for unfinished jobs..../usr/bin/as: unrecognized option '-EL'
clang-11: error: assembler command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/srv/data/mkorpershoek/atv-kernel-5.4-khadas/hikey-linaro/arch/arm64/kernel/vdso32/Makefile:175: arch/arm64/kernel/vdso32/note.o] Error 1
/usr/bin/as: unrecognized option '-EL'
clang-11: error: assembler command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/srv/data/mkorpershoek/atv-kernel-5.4-khadas/hikey-linaro/arch/arm64/kernel/vdso32/Makefile:177: arch/arm64/kernel/vdso32/vgettimeofday.o] Error 1
make[1]: *** [arch/arm64/Makefile:170: vdso_prepare] Error 2make: *** [/srv/data/mkorpershoek/atv-kernel-5.4-khadas/hikey-linaro/Makefile:179: sub-make] Error 2

repo sync error on cuttlefish-modules

(Ported from: https://android.googlesource.com/kernel/manifest/+log/refs/heads/common-android12-5.4)

Merge request reports