BlissRoms-x86 / manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branch n7.1.2-x86-edu , make kernel failed

elliott10 opened this issue · comments

branch: n7.1.2-x86-edu
make kernel error

[100% 1/1] build /root/test/Bliss-x86/out/target/product/x86_64/kernel
FAILED: /bin/bash -c "(make -j24 -C kernel O=/root/test/Bliss-x86/out/target/product/x86_64/obj/kernel ARCH=x86_64 CROSS_COMPILE=\" /root/test/Bliss-x86/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux-\"  bzImage modules ) && (/root/test/Bliss-x86/out/host/linux-x86/bin/acp -fp /root/test/Bliss-x86/out/target/product/x86_64/obj/kernel/arch/x86_64/boot/bzImage /root/test/Bliss-x86/out/target/product/x86_64/kernel )"
make: Entering directory '/root/test/Bliss-x86/kernel'
make[1]: Entering directory '/root/test/Bliss-x86/out/target/product/x86_64/obj/kernel'
arch/x86/Makefile:150: CONFIG_X86_X32 enabled but no binutils support
make[1]: /root/test/Bliss-x86/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux-gcc: Command not found
  CHK     include/config/kernel.release
  GEN     ./Makefile
  CHK     include/generated/uapi/linux/version.h
  Using /root/test/Bliss-x86/kernel as source for kernel
  CHK     include/generated/utsrelease.h
  CC      scripts/mod/empty.o
/bin/sh: 1: /root/test/Bliss-x86/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux-gcc: not found
/root/test/Bliss-x86/kernel/scripts/Makefile.build:258: recipe for target 'scripts/mod/empty.o' failed
make[3]: *** [scripts/mod/empty.o] Error 127
/root/test/Bliss-x86/kernel/scripts/Makefile.build:403: recipe for target 'scripts/mod' failed
make[2]: *** [scripts/mod] Error 2
make[2]: *** Waiting for unfinished jobs....
/root/test/Bliss-x86/kernel/Makefile:556: recipe for target 'scripts' failed
make[1]: *** [scripts] Error 2
make[1]: Leaving directory '/root/test/Bliss-x86/out/target/product/x86_64/obj/kernel'
Makefile:150: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
make: Leaving directory '/root/test/Bliss-x86/kernel'
ninja: build stopped: subcommand failed.
build/core/ninja.mk:152: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1

make[1]: /root/test/Bliss-x86/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux-gcc: Command not found

Did you check to see if glib 2.11-4.6 synced correctly?