I m building for the first time

69 views
Skip to first unread message

Dnyanesh Mohite

unread,
Jan 30, 2020, 5:02:18 PM1/30/20
to Android Building
CHK include/generated/utsrelease.h WRAP arch/arm64/include/generated/asm/set_memory.h WRAP arch/arm64/include/generated/asm/sizes.h WRAP arch/arm64/include/generated/asm/switch_to.h UPD include/generated/utsrelease.h WRAP arch/arm64/include/generated/asm/trace_clock.h WRAP arch/arm64/include/generated/asm/unaligned.h WRAP arch/arm64/include/generated/asm/user.h WRAP arch/arm64/include/generated/asm/vga.h WRAP arch/arm64/include/generated/asm/xor.h HOSTCC scripts/genksyms/genksyms.o HOSTCC scripts/dtc/dtc.o CC scripts/mod/empty.o HOSTCC scripts/selinux/genheaders/genheaders SHIPPED scripts/genksyms/parse.tab.c HOSTCC scripts/dtc/flattree.o SHIPPED scripts/genksyms/lex.lex.c SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/mod/mk_elfconfig HOSTCC scripts/genksyms/lex.lex.o HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/dtc/fstree.o CC scripts/mod/devicetable-offsets.s HOSTCC scripts/dtc/data.o HOSTCC scripts/kallsyms HOSTCC scripts/dtc/livetree.o MKELF scripts/mod/elfconfig.h CHK scripts/mod/devicetable-offsets.h HOSTLD scripts/genksyms/genksyms HOSTCC scripts/conmakehash UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/sumversion.o HOSTCC scripts/sortextable HOSTCC scripts/dtc/treesource.o HOSTCC scripts/asn1_compiler HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/sign-file/home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^compilation terminated.make[2]: *** [scripts/Makefile.host:102: scripts/sign-file] Error 1make[2]: *** Waiting for unfinished jobs.... HOSTCC scripts/mod/file2alias.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o SHIPPED scripts/dtc/dtc-lexer.lex.c SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.oIn file included from /home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/dtc/dtc.h:27:0, from dtc-lexer.l:37:/usr/include/stdint.h:137:0: warning: "UINT8_MAX" redefined [enabled by default] # define UINT8_MAX (255) ^dtc-lexer.lex.c:78:0: note: this is the location of the previous definitionIn file included from /home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/dtc/dtc.h:27:0, from dtc-lexer.l:37:/usr/include/stdint.h:138:0: warning: "UINT16_MAX" redefined [enabled by default] # define UINT16_MAX (65535) ^dtc-lexer.lex.c:81:0: note: this is the location of the previous definition HOSTLD scripts/mod/modpost HOSTLD scripts/dtc/dtcmake[1]: *** [/home/dmohite/havoc/kernel/xiaomi/sm6150/Makefile:582: scripts] Error 2make[1]: Leaving directory '/home/dmohite/havoc/out/target/product/violet/obj/KERNEL_OBJ'make: *** [Makefile:146: sub-make] Error 2make: Leaving directory '/home/dmohite/havoc/kernel/xiaomi/sm6150'[ 11% 12126/105250] //bionic/libc:libc.llndk versioner preprocess includewarning: attempted to generate guard with empty availability: obsoleted = 23warning: attempted to generate guard with empty availability: obsoleted = 21[ 11% 12127/105250] //bionic/libc:libc.llndk versioner preprocess include [arm]warning: attempted to generate guard with empty availability: obsoleted = 23warning: attempted to generate guard with empty availability: obsoleted = 2120:32:38 ninja failed with: exit status 1#### failed to build some targets (22:30 (mm:ss)) ####

Dan Willemsen

unread,
Jan 30, 2020, 5:24:32 PM1/30/20
to Android Building
This is off-topic for this group, as the build error appears to be in non-AOSP code. If I'm reading it right, your kernel is having problems compiling (it can't find an openssl host header).

- Dan

On Thu, Jan 30, 2020 at 2:02 PM Dnyanesh Mohite <dmo...@gmail.com> wrote:
CHK include/generated/utsrelease.h WRAP arch/arm64/include/generated/asm/set_memory.h WRAP arch/arm64/include/generated/asm/sizes.h WRAP arch/arm64/include/generated/asm/switch_to.h UPD include/generated/utsrelease.h WRAP arch/arm64/include/generated/asm/trace_clock.h WRAP arch/arm64/include/generated/asm/unaligned.h WRAP arch/arm64/include/generated/asm/user.h WRAP arch/arm64/include/generated/asm/vga.h WRAP arch/arm64/include/generated/asm/xor.h HOSTCC scripts/genksyms/genksyms.o HOSTCC scripts/dtc/dtc.o CC scripts/mod/empty.o HOSTCC scripts/selinux/genheaders/genheaders SHIPPED scripts/genksyms/parse.tab.c HOSTCC scripts/dtc/flattree.o SHIPPED scripts/genksyms/lex.lex.c SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/mod/mk_elfconfig HOSTCC scripts/genksyms/lex.lex.o HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/dtc/fstree.o CC scripts/mod/devicetable-offsets.s HOSTCC scripts/dtc/data.o HOSTCC scripts/kallsyms HOSTCC scripts/dtc/livetree.o MKELF scripts/mod/elfconfig.h CHK scripts/mod/devicetable-offsets.h HOSTLD scripts/genksyms/genksyms HOSTCC scripts/conmakehash UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/sumversion.o HOSTCC scripts/sortextable HOSTCC scripts/dtc/treesource.o HOSTCC scripts/asn1_compiler HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/sign-file/home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^compilation terminated.make[2]: *** [scripts/Makefile.host:102: scripts/sign-file] Error 1make[2]: *** Waiting for unfinished jobs.... HOSTCC scripts/mod/file2alias.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o SHIPPED scripts/dtc/dtc-lexer.lex.c SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.oIn file included from /home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/dtc/dtc.h:27:0, from dtc-lexer.l:37:/usr/include/stdint.h:137:0: warning: "UINT8_MAX" redefined [enabled by default] # define UINT8_MAX (255) ^dtc-lexer.lex.c:78:0: note: this is the location of the previous definitionIn file included from /home/dmohite/havoc/kernel/xiaomi/sm6150/scripts/dtc/dtc.h:27:0, from dtc-lexer.l:37:/usr/include/stdint.h:138:0: warning: "UINT16_MAX" redefined [enabled by default] # define UINT16_MAX (65535) ^dtc-lexer.lex.c:81:0: note: this is the location of the previous definition HOSTLD scripts/mod/modpost HOSTLD scripts/dtc/dtcmake[1]: *** [/home/dmohite/havoc/kernel/xiaomi/sm6150/Makefile:582: scripts] Error 2make[1]: Leaving directory '/home/dmohite/havoc/out/target/product/violet/obj/KERNEL_OBJ'make: *** [Makefile:146: sub-make] Error 2make: Leaving directory '/home/dmohite/havoc/kernel/xiaomi/sm6150'[ 11% 12126/105250] //bionic/libc:libc.llndk versioner preprocess includewarning: attempted to generate guard with empty availability: obsoleted = 23warning: attempted to generate guard with empty availability: obsoleted = 21[ 11% 12127/105250] //bionic/libc:libc.llndk versioner preprocess include [arm]warning: attempted to generate guard with empty availability: obsoleted = 23warning: attempted to generate guard with empty availability: obsoleted = 2120:32:38 ninja failed with: exit status 1#### failed to build some targets (22:30 (mm:ss)) ####

--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/92051b85-2eb1-4bf0-bdb4-5beed4fc556a%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages