Guest User

Untitled

a guest
Jan 3rd, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.46 KB | None | 0 0
  1. make -j4 hybris-hal
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=8.1.0
  5. TARGET_PRODUCT=lineage_whyred
  6. TARGET_BUILD_VARIANT=userdebug
  7. TARGET_BUILD_TYPE=release
  8. TARGET_ARCH=arm64
  9. TARGET_ARCH_VARIANT=armv8-a
  10. TARGET_CPU_VARIANT=kryo
  11. TARGET_2ND_ARCH=arm
  12. TARGET_2ND_ARCH_VARIANT=armv7-a-neon
  13. TARGET_2ND_CPU_VARIANT=cortex-a53
  14. HOST_ARCH=x86_64
  15. HOST_2ND_ARCH=x86
  16. HOST_OS=linux
  17. HOST_OS_EXTRA=Linux-4.15.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
  18. HOST_CROSS_OS=windows
  19. HOST_CROSS_ARCH=x86
  20. HOST_CROSS_2ND_ARCH=x86_64
  21. HOST_BUILD_TYPE=release
  22. BUILD_ID=OPM2.171019.029.B1
  23. OUT_DIR=/home/linux/hadk/out
  24. ============================================
  25. ninja: no work to do.
  26. ninja: no work to do.
  27. wildcard(/home/linux/hadk/out/target/product/whyred/clean_steps.mk) was changed, regenerating...
  28. [267/503] including ./frameworks/rs/Android.mk ...
  29. vendor/lineage/build/core/clear_vars.mk: warning: RSUnbundledTests: Unknown installed file for module RSTestBackward
  30. vendor/lineage/build/core/clear_vars.mk: warning: RSUnbundledTests: Unknown installed file for module RSTest_Compat
  31. vendor/lineage/build/core/clear_vars.mk: warning: RSUnbundledTests19: Unknown installed file for module RSTestBackward19
  32. vendor/lineage/build/core/clear_vars.mk: warning: RSUnbundledTests19: Unknown installed file for module RSTest_Compat19
  33. [397/503] including ./hybris/hybris-boot/Android.mk ...
  34. perl: warning: Setting locale failed.
  35. perl: warning: Please check that your locale settings:
  36. LANGUAGE = (unset),
  37. LC_ALL = (unset),
  38. LC_MESSAGES = "en_US.UTF-8",
  39. LC_CTYPE = "en_US.UTF-8",
  40. LANG = (unset)
  41. are supported and installed on your system.
  42. perl: warning: Falling back to the standard locale ("C").
  43. perl: warning: Setting locale failed.
  44. perl: warning: Please check that your locale settings:
  45. LANGUAGE = (unset),
  46. LC_ALL = (unset),
  47. LC_MESSAGES = "en_US.UTF-8",
  48. LC_CTYPE = "en_US.UTF-8",
  49. LANG = (unset)
  50. are supported and installed on your system.
  51. perl: warning: Falling back to the standard locale ("C").
  52. ./hybris/hybris-boot/Android.mk:71: warning: ********************* /boot appears to live on /dev/block/bootdevice/by-name/boot
  53. ./hybris/hybris-boot/Android.mk:72: warning: ********************* /data appears to live on /dev/block/bootdevice/by-name/userdata
  54. [503/503] including ./vendor/xiaomi/whyred/Android.mk ...
  55. ./frameworks/base/Android.mk:1284: warning: overriding commands for target `/index.html'
  56. ./frameworks/base/Android.mk:1248: warning: ignoring old commands for target `/index.html'
  57. build/core/Makefile:34: warning: overriding commands for target `/home/linux/hadk/out/target/product/whyred/system/framework/com.qti.snapdragon.sdk.display.jar'
  58. build/core/base_rules.mk:391: warning: ignoring old commands for target `/home/linux/hadk/out/target/product/whyred/system/framework/com.qti.snapdragon.sdk.display.jar'
  59. build/core/Makefile:34: warning: overriding commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib/hw/consumerir.default.so'
  60. build/core/base_rules.mk:391: warning: ignoring old commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib/hw/consumerir.default.so'
  61. build/core/Makefile:34: warning: overriding commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib64/hw/consumerir.default.so'
  62. build/core/base_rules.mk:391: warning: ignoring old commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib64/hw/consumerir.default.so'
  63. build/core/Makefile:34: warning: overriding commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib64/hw/fingerprint.default.so'
  64. build/core/base_rules.mk:391: warning: ignoring old commands for target `/home/linux/hadk/out/target/product/whyred/vendor/lib64/hw/fingerprint.default.so'
  65. [ 1% 1079/56347] target C++: bu_recovery <= bootable/recovery/backup.cpp
  66. bootable/recovery/backup.cpp:48:58: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
  67. p += sprintf(p, "fs.%s.size=%llu\n", part->name, part->size);
  68. ~~~~ ^~~~~~~~~~
  69. %lu
  70. bootable/recovery/backup.cpp:49:58: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
  71. p += sprintf(p, "fs.%s.used=%llu\n", part->name, part->used);
  72. ~~~~ ^~~~~~~~~~
  73. %lu
  74. bootable/recovery/backup.cpp:64:42: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  75. p += sprintf(p, "hash.datalen=%u\n", hash_datalen);
  76. ~~ ^~~~~~~~~~~~
  77. %zu
  78. 3 warnings generated.
  79. [ 1% 1121/56347] target C: libtar <= external/libtar/lib/handle.c
  80. external/libtar/lib/handle.c:35:19: warning: unused parameter 'mode' [-Wunused-parameter]
  81. int oflags, int mode, int options)
  82. ^
  83. 1 warning generated.
  84. [ 2% 1343/56347] target C: libzopfli_static <= external/pigz/zopfli/src/zopfli/deflate.c
  85. external/pigz/zopfli/src/zopfli/deflate.c:300:32: warning: unused parameter 'expected_data_size' [-Wunused-parameter]
  86. size_t expected_data_size,
  87. ^
  88. 1 warning generated.
  89. [ 2% 1345/56347] target C: libminipigz_static <= external/pigz/yarn.c
  90. external/pigz/yarn.c:373:23: warning: unused parameter 'off_course' [-Wunused-parameter]
  91. void destruct(thread *off_course)
  92. ^
  93. 1 warning generated.
  94. [ 2% 1348/56347] target C: libzopfli_static <= external/pigz/zopfli/src/zopfli/lz77.c
  95. external/pigz/zopfli/src/zopfli/lz77.c:95:60: warning: unused parameter 'datasize' [-Wunused-parameter]
  96. void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos,
  97. ^
  98. 1 warning generated.
  99. [ 2% 1410/56347] target C: libexfat_static <= external/exfat/libexfat/node.c
  100. external/exfat/libexfat/node.c:647:33: warning: taking address of packed member 'mdate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  101. exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime,
  102. ^~~~~~~~~~~~
  103. external/exfat/libexfat/node.c:647:48: warning: taking address of packed member 'mtime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  104. exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime,
  105. ^~~~~~~~~~~~
  106. external/exfat/libexfat/node.c:649:33: warning: taking address of packed member 'adate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  107. exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL);
  108. ^~~~~~~~~~~~
  109. external/exfat/libexfat/node.c:649:48: warning: taking address of packed member 'atime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  110. exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL);
  111. ^~~~~~~~~~~~
  112. external/exfat/libexfat/node.c:895:32: warning: taking address of packed member 'crdate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  113. exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime,
  114. ^~~~~~~~~~~~~
  115. external/exfat/libexfat/node.c:895:48: warning: taking address of packed member 'crtime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  116. exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime,
  117. ^~~~~~~~~~~~~
  118. 6 warnings generated.
  119. [ 2% 1428/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/collate.c
  120. external/ntfs-3g/libntfs-3g/collate.c:230:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  121. (ntfschar*)&file_name_attr1->file_name,
  122. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  123. external/ntfs-3g/libntfs-3g/collate.c:232:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  124. (ntfschar*)&file_name_attr2->file_name,
  125. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  126. 2 warnings generated.
  127. [ 2% 1434/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/dir.c
  128. external/ntfs-3g/libntfs-3g/dir.c:330:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  129. (ntfschar*)&ie->key.file_name.file_name,
  130. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  131. external/ntfs-3g/libntfs-3g/dir.c:470:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  132. (ntfschar*)&ie->key.file_name.file_name,
  133. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  134. 2 warnings generated.
  135. [ 2% 1437/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/ioctl.c
  136. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  137. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  138. #define S_IREAD 0400 /* Read by owner. */
  139. ^
  140. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  141. #define S_IREAD S_IRUSR
  142. ^
  143. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  144. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  145. #define S_IWRITE 0200 /* Write by owner. */
  146. ^
  147. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  148. #define S_IWRITE S_IWUSR
  149. ^
  150. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  151. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  152. #define S_IEXEC 0100 /* Execute by owner. */
  153. ^
  154. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  155. #define S_IEXEC S_IXUSR
  156. ^
  157. 3 warnings generated.
  158. [ 2% 1446/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/object_id.c
  159. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  160. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  161. #define S_IREAD 0400 /* Read by owner. */
  162. ^
  163. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  164. #define S_IREAD S_IRUSR
  165. ^
  166. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  167. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  168. #define S_IWRITE 0200 /* Write by owner. */
  169. ^
  170. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  171. #define S_IWRITE S_IWUSR
  172. ^
  173. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  174. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  175. #define S_IEXEC 0100 /* Execute by owner. */
  176. ^
  177. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  178. #define S_IEXEC S_IXUSR
  179. ^
  180. 3 warnings generated.
  181. [ 2% 1448/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/security.c
  182. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  183. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  184. #define S_IREAD 0400 /* Read by owner. */
  185. ^
  186. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  187. #define S_IREAD S_IRUSR
  188. ^
  189. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  190. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  191. #define S_IWRITE 0200 /* Write by owner. */
  192. ^
  193. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  194. #define S_IWRITE S_IWUSR
  195. ^
  196. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  197. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  198. #define S_IEXEC 0100 /* Execute by owner. */
  199. ^
  200. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  201. #define S_IEXEC S_IXUSR
  202. ^
  203. 3 warnings generated.
  204. [ 2% 1450/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/unistr.c
  205. external/ntfs-3g/libntfs-3g/unistr.c:432:31: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  206. ntfs_name_upcase((ntfschar*)&file_name_attr->file_name,
  207. ^~~~~~~~~~~~~~~~~~~~~~~~~
  208. 1 warning generated.
  209. [ 2% 1451/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/reparse.c
  210. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  211. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  212. #define S_IREAD 0400 /* Read by owner. */
  213. ^
  214. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  215. #define S_IREAD S_IRUSR
  216. ^
  217. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  218. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  219. #define S_IWRITE 0200 /* Write by owner. */
  220. ^
  221. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  222. #define S_IWRITE S_IWUSR
  223. ^
  224. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  225. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  226. #define S_IEXEC 0100 /* Execute by owner. */
  227. ^
  228. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  229. #define S_IEXEC S_IXUSR
  230. ^
  231. 3 warnings generated.
  232. [ 2% 1455/56347] target C: libntfs-3g_static <= external/ntfs-3g/libntfs-3g/volume.c
  233. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  234. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  235. #define S_IREAD 0400 /* Read by owner. */
  236. ^
  237. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  238. #define S_IREAD S_IRUSR
  239. ^
  240. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  241. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  242. #define S_IWRITE 0200 /* Write by owner. */
  243. ^
  244. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  245. #define S_IWRITE S_IWUSR
  246. ^
  247. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  248. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  249. #define S_IEXEC 0100 /* Execute by owner. */
  250. ^
  251. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  252. #define S_IEXEC S_IXUSR
  253. ^
  254. 3 warnings generated.
  255. [ 2% 1465/56347] target C: libntfs3g_mount_static <= external/ntfs-3g/src/ntfs-3g_common.c
  256. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  257. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  258. #define S_IREAD 0400 /* Read by owner. */
  259. ^
  260. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  261. #define S_IREAD S_IRUSR
  262. ^
  263. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  264. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  265. #define S_IWRITE 0200 /* Write by owner. */
  266. ^
  267. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  268. #define S_IWRITE S_IWUSR
  269. ^
  270. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  271. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  272. #define S_IEXEC 0100 /* Execute by owner. */
  273. ^
  274. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  275. #define S_IEXEC S_IXUSR
  276. ^
  277. 3 warnings generated.
  278. [ 2% 1470/56347] target C: libntfs3g_mount_static <= external/ntfs-3g/src/ntfs-3g.c
  279. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  280. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  281. #define S_IREAD 0400 /* Read by owner. */
  282. ^
  283. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  284. #define S_IREAD S_IRUSR
  285. ^
  286. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  287. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  288. #define S_IWRITE 0200 /* Write by owner. */
  289. ^
  290. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  291. #define S_IWRITE S_IWUSR
  292. ^
  293. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  294. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  295. #define S_IEXEC 0100 /* Execute by owner. */
  296. ^
  297. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  298. #define S_IEXEC S_IXUSR
  299. ^
  300. 3 warnings generated.
  301. [ 2% 1474/56347] target C++: libsgdisk_static <= external/gptfdisk/gptcl.cc
  302. external/gptfdisk/gptcl.cc:36:29: warning: unused parameter 'filename' [-Wunused-parameter]
  303. GPTDataCL::GPTDataCL(string filename) {
  304. ^
  305. 1 warning generated.
  306. [ 2% 1485/56347] target C++: libsgdisk_static <= external/gptfdisk/android_popt.cc
  307. external/gptfdisk/android_popt.cc:24:40: warning: unused parameter 'name' [-Wunused-parameter]
  308. poptContext poptGetContext(const char *name, int argc, const char **argv,
  309. ^
  310. external/gptfdisk/android_popt.cc:25:56: warning: unused parameter 'flags' [-Wunused-parameter]
  311. const struct poptOption *options, unsigned int flags) {
  312. ^
  313. external/gptfdisk/android_popt.cc:76:35: warning: unused parameter 'con' [-Wunused-parameter]
  314. void poptResetContext(poptContext con) {
  315. ^
  316. external/gptfdisk/android_popt.cc:84:52: warning: unused parameter 'flags' [-Wunused-parameter]
  317. void poptPrintUsage(poptContext con, FILE *fp, int flags) {
  318. ^
  319. 4 warnings generated.
  320. [ 2% 1531/56347] Target buildinfo: /home/linux/hadk/out/target/product/whyred/obj/ETC/system_build_prop_intermediates/build.prop
  321. Target buildinfo from: device/xiaomi/whyred/system.prop
  322. [ 3% 1884/56347] Building Kernel Headers
  323. make: Entering directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  324. make[1]: Entering directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  325. CHK include/generated/uapi/linux/version.h
  326. UPD include/generated/uapi/linux/version.h
  327. WRAP arch/arm64/include/generated/asm/bug.h
  328. WRAP arch/arm64/include/generated/asm/bugs.h
  329. WRAP arch/arm64/include/generated/asm/clkdev.h
  330. WRAP arch/arm64/include/generated/asm/cputime.h
  331. WRAP arch/arm64/include/generated/asm/current.h
  332. WRAP arch/arm64/include/generated/asm/div64.h
  333. WRAP arch/arm64/include/generated/asm/delay.h
  334. WRAP arch/arm64/include/generated/asm/dma.h
  335. WRAP arch/arm64/include/generated/asm/dma-contiguous.h
  336. WRAP arch/arm64/include/generated/asm/early_ioremap.h
  337. WRAP arch/arm64/include/generated/asm/emergency-restart.h
  338. WRAP arch/arm64/include/generated/asm/errno.h
  339. WRAP arch/arm64/include/generated/asm/ftrace.h
  340. WRAP arch/arm64/include/generated/asm/hash.h
  341. WRAP arch/arm64/include/generated/asm/hw_irq.h
  342. WRAP arch/arm64/include/generated/asm/ioctl.h
  343. WRAP arch/arm64/include/generated/asm/ioctls.h
  344. HOSTCC scripts/basic/fixdep
  345. WRAP arch/arm64/include/generated/asm/ipcbuf.h
  346. WRAP arch/arm64/include/generated/asm/irq_regs.h
  347. WRAP arch/arm64/include/generated/asm/kdebug.h
  348. WRAP arch/arm64/include/generated/asm/kmap_types.h
  349. WRAP arch/arm64/include/generated/asm/local.h
  350. WRAP arch/arm64/include/generated/asm/kvm_para.h
  351. WRAP arch/arm64/include/generated/asm/local64.h
  352. WRAP arch/arm64/include/generated/asm/mcs_spinlock.h
  353. WRAP arch/arm64/include/generated/asm/mm-arch-hooks.h
  354. WRAP arch/arm64/include/generated/asm/mman.h
  355. WRAP arch/arm64/include/generated/asm/msgbuf.h
  356. WRAP arch/arm64/include/generated/asm/msi.h
  357. WRAP arch/arm64/include/generated/asm/mutex.h
  358. WRAP arch/arm64/include/generated/asm/pci.h
  359. WRAP arch/arm64/include/generated/asm/pci-bridge.h
  360. WRAP arch/arm64/include/generated/asm/poll.h
  361. WRAP arch/arm64/include/generated/asm/resource.h
  362. WRAP arch/arm64/include/generated/asm/preempt.h
  363. WRAP arch/arm64/include/generated/asm/rwsem.h
  364. WRAP arch/arm64/include/generated/asm/sections.h
  365. WRAP arch/arm64/include/generated/asm/segment.h
  366. WRAP arch/arm64/include/generated/asm/sembuf.h
  367. WRAP arch/arm64/include/generated/asm/serial.h
  368. WRAP arch/arm64/include/generated/asm/shmbuf.h
  369. WRAP arch/arm64/include/generated/asm/simd.h
  370. WRAP arch/arm64/include/generated/asm/sizes.h
  371. WRAP arch/arm64/include/generated/asm/socket.h
  372. WRAP arch/arm64/include/generated/asm/sockios.h
  373. WRAP arch/arm64/include/generated/asm/swab.h
  374. WRAP arch/arm64/include/generated/asm/switch_to.h
  375. WRAP arch/arm64/include/generated/asm/termbits.h
  376. WRAP arch/arm64/include/generated/asm/termios.h
  377. WRAP arch/arm64/include/generated/asm/topology.h
  378. WRAP arch/arm64/include/generated/asm/trace_clock.h
  379. WRAP arch/arm64/include/generated/asm/unaligned.h
  380. WRAP arch/arm64/include/generated/asm/types.h
  381. WRAP arch/arm64/include/generated/asm/user.h
  382. WRAP arch/arm64/include/generated/asm/vga.h
  383. WRAP arch/arm64/include/generated/asm/xor.h
  384. WRAP arch/arm64/include/generated/uapi/asm/kvm_para.h
  385. HOSTCC scripts/unifdef
  386. INSTALL usr/include/linux/android/ (1 file)
  387. INSTALL usr/include/media/ais/ (6 files)
  388. INSTALL usr/include/drm/ (21 files)
  389. INSTALL usr/include/linux/byteorder/ (2 files)
  390. INSTALL usr/include/asm-generic/ (35 files)
  391. INSTALL usr/include/linux/caif/ (2 files)
  392. INSTALL usr/include/media/ (21 files)
  393. INSTALL usr/include/linux/can/ (5 files)
  394. INSTALL usr/include/linux/dvb/ (8 files)
  395. INSTALL usr/include/misc/ (1 file)
  396. INSTALL usr/include/linux/hdlc/ (1 file)
  397. INSTALL usr/include/linux/hsi/ (2 files)
  398. INSTALL usr/include/linux/iio/ (2 files)
  399. INSTALL usr/include/linux/isdn/ (1 file)
  400. INSTALL usr/include/mtd/ (5 files)
  401. INSTALL usr/include/rdma/hfi/ (1 file)
  402. INSTALL usr/include/linux/mfd/ (1 file)
  403. INSTALL usr/include/rdma/ (6 files)
  404. INSTALL usr/include/linux/mfd/wcd9xxx/ (2 files)
  405. INSTALL usr/include/linux/mmc/ (3 files)
  406. INSTALL usr/include/scsi/fc/ (4 files)
  407. INSTALL usr/include/scsi/ufs/ (2 files)
  408. INSTALL usr/include/scsi/ (6 files)
  409. INSTALL usr/include/linux/netfilter/ipset/ (4 files)
  410. INSTALL usr/include/linux/netfilter/ (85 files)
  411. INSTALL usr/include/sound/ (20 files)
  412. INSTALL usr/include/linux/netfilter_arp/ (2 files)
  413. INSTALL usr/include/video/ (5 files)
  414. INSTALL usr/include/linux/netfilter_bridge/ (17 files)
  415. INSTALL usr/include/linux/netfilter_ipv4/ (9 files)
  416. INSTALL usr/include/uapi/ (0 file)
  417. INSTALL usr/include/xen/ (4 files)
  418. INSTALL usr/include/linux/netfilter_ipv6/ (12 files)
  419. INSTALL usr/include/linux/nfc/ (1 file)
  420. INSTALL usr/include/linux/nfsd/ (5 files)
  421. INSTALL usr/include/linux/raid/ (2 files)
  422. INSTALL usr/include/linux/spi/ (1 file)
  423. INSTALL usr/include/linux/sunrpc/ (1 file)
  424. INSTALL usr/include/linux/tc_act/ (11 files)
  425. INSTALL usr/include/linux/tc_ematch/ (4 files)
  426. INSTALL usr/include/linux/usb/ (12 files)
  427. INSTALL usr/include/linux/wimax/ (1 file)
  428. INSTALL usr/include/linux/ (488 files)
  429. INSTALL usr/include/asm/ (36 files)
  430. make[1]: Leaving directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  431. make: Leaving directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  432. [ 3% 1968/56347] target C: brctl <= external/brctl/brctl/brctl_cmd.c
  433. external/brctl/brctl/brctl_cmd.c:38:29: warning: unused parameter 'argc' [-Wunused-parameter]
  434. static int br_cmd_addbr(int argc, char*const* argv)
  435. ^
  436. external/brctl/brctl/brctl_cmd.c:57:29: warning: unused parameter 'argc' [-Wunused-parameter]
  437. static int br_cmd_delbr(int argc, char*const* argv)
  438. ^
  439. external/brctl/brctl/brctl_cmd.c:162:33: warning: unused parameter 'argc' [-Wunused-parameter]
  440. static int br_cmd_setageing(int argc, char *const* argv)
  441. ^
  442. external/brctl/brctl/brctl_cmd.c:180:37: warning: unused parameter 'argc' [-Wunused-parameter]
  443. static int br_cmd_setbridgeprio(int argc, char *const* argv)
  444. ^
  445. external/brctl/brctl/brctl_cmd.c:197:29: warning: unused parameter 'argc' [-Wunused-parameter]
  446. static int br_cmd_setfd(int argc, char *const* argv)
  447. ^
  448. external/brctl/brctl/brctl_cmd.c:215:32: warning: unused parameter 'argc' [-Wunused-parameter]
  449. static int br_cmd_sethello(int argc, char *const* argv)
  450. ^
  451. external/brctl/brctl/brctl_cmd.c:233:33: warning: unused parameter 'argc' [-Wunused-parameter]
  452. static int br_cmd_setmaxage(int argc, char *const* argv)
  453. ^
  454. external/brctl/brctl/brctl_cmd.c:250:35: warning: unused parameter 'argc' [-Wunused-parameter]
  455. static int br_cmd_setpathcost(int argc, char *const* argv)
  456. ^
  457. external/brctl/brctl/brctl_cmd.c:266:35: warning: unused parameter 'argc' [-Wunused-parameter]
  458. static int br_cmd_setportprio(int argc, char *const* argv)
  459. ^
  460. external/brctl/brctl/brctl_cmd.c:283:27: warning: unused parameter 'argc' [-Wunused-parameter]
  461. static int br_cmd_stp(int argc, char *const* argv)
  462. ^
  463. external/brctl/brctl/brctl_cmd.c:305:31: warning: unused parameter 'argc' [-Wunused-parameter]
  464. static int br_cmd_showstp(int argc, char *const* argv)
  465. ^
  466. external/brctl/brctl/brctl_cmd.c:319:48: warning: unused parameter 'arg' [-Wunused-parameter]
  467. static int show_bridge(const char *name, void *arg)
  468. ^
  469. external/brctl/brctl/brctl_cmd.c:361:32: warning: unused parameter 'argc' [-Wunused-parameter]
  470. static int br_cmd_showmacs(int argc, char *const* argv)
  471. ^
  472. external/brctl/brctl/brctl_cmd.c:405:31: warning: unused parameter 'argc' [-Wunused-parameter]
  473. static int br_cmd_hairpin(int argc, char *const* argv)
  474. ^
  475. 14 warnings generated.
  476. [ 3% 1969/56347] target C: brctl <= external/brctl/brctl/brctl_disp.c
  477. external/brctl/brctl/brctl_disp.c:40:39: warning: unused parameter 'b' [-Wunused-parameter]
  478. static int dump_interface(const char *b, const char *p, void *arg)
  479. ^
  480. external/brctl/brctl/brctl_disp.c:40:63: warning: unused parameter 'arg' [-Wunused-parameter]
  481. static int dump_interface(const char *b, const char *p, void *arg)
  482. ^
  483. external/brctl/brctl/brctl_disp.c:65:65: warning: unused parameter 'arg' [-Wunused-parameter]
  484. static int dump_port_info(const char *br, const char *p, void *arg)
  485. ^
  486. 3 warnings generated.
  487. [ 3% 2031/56347] target C: ebtables <= external/ebtables/communication.c
  488. external/ebtables/communication.c:498:3: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  489. EBT_MATCH_ITERATE(e, ebt_translate_match, &m_l);
  490. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  491. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:207:25: note: expanded from macro 'EBT_MATCH_ITERATE'
  492. __match = (void *)(e) + __i; \
  493. ~~~~~~~~~~~ ^
  494. external/ebtables/communication.c:500:3: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  495. EBT_WATCHER_ITERATE(e, ebt_translate_watcher, &w_l);
  496. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  497. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:230:27: note: expanded from macro 'EBT_WATCHER_ITERATE'
  498. __watcher = (void *)(e) + __i; \
  499. ~~~~~~~~~~~ ^
  500. external/ebtables/communication.c:754:2: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  501. EBT_ENTRY_ITERATE(repl.entries, repl.entries_size, ebt_translate_chains,
  502. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  503. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:250:31: note: expanded from macro 'EBT_ENTRY_ITERATE'
  504. __entry = (void *)(entries) + __i; \
  505. ~~~~~~~~~~~~~~~~~ ^
  506. external/ebtables/communication.c:765:2: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
  507. EBT_ENTRY_ITERATE((char *)repl.entries, repl.entries_size,
  508. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  509. out/target/product/whyred/obj/KERNEL_OBJ/usr/include/linux/netfilter_bridge/ebtables.h:250:31: note: expanded from macro 'EBT_ENTRY_ITERATE'
  510. __entry = (void *)(entries) + __i; \
  511. ~~~~~~~~~~~~~~~~~ ^
  512. 4 warnings generated.
  513. [ 3% 2034/56347] target C: ebtables <= external/ebtables/useful_functions.c
  514. external/ebtables/useful_functions.c:59:27: warning: incompatible pointer types passing 'struct ether_addr *' to parameter of type 'const struct ether_addr *' [-Wincompatible-pointer-types]
  515. printf("%s", ether_ntoa((struct ether_addr *) mac));
  516. ^~~~~~~~~~~~~~~~~~~~~~~~~
  517. bionic/libc/include/netinet/ether.h:37:42: note: passing argument to parameter here
  518. char* ether_ntoa(const struct ether_addr*) __INTRODUCED_IN(11);
  519. ^
  520. 1 warning generated.
  521. [ 3% 2036/56347] target C: ebtables <= external/ebtables/libebtc.c
  522. external/ebtables/libebtc.c:45:21: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  523. [NF_BR_PRE_ROUTING]"PREROUTING",
  524. ^
  525. =
  526. external/ebtables/libebtc.c:46:18: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  527. [NF_BR_LOCAL_IN]"INPUT",
  528. ^
  529. =
  530. external/ebtables/libebtc.c:47:17: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  531. [NF_BR_FORWARD]"FORWARD",
  532. ^
  533. =
  534. external/ebtables/libebtc.c:48:19: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  535. [NF_BR_LOCAL_OUT]"OUTPUT",
  536. ^
  537. =
  538. external/ebtables/libebtc.c:49:22: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  539. [NF_BR_POST_ROUTING]"POSTROUTING",
  540. ^
  541. =
  542. external/ebtables/libebtc.c:50:18: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
  543. [NF_BR_BROUTING]"BROUTING"
  544. ^
  545. =
  546. 6 warnings generated.
  547. [ 3% 2040/56347] target C: ebtables <= external/ebtables/extensions/ebt_among.c
  548. external/ebtables/extensions/ebt_among.c:446:21: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  549. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  550. ^ ~~~~~~~~~~~~~~~~~
  551. external/ebtables/extensions/ebt_among.c:446:21: note: use '&' for a bitwise operation
  552. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  553. ^~
  554. &
  555. external/ebtables/extensions/ebt_among.c:446:21: note: remove constant to silence this warning
  556. if (info->bitmask && EBT_AMONG_SRC_NEG) {
  557. ~^~~~~~~~~~~~~~~~~~~~
  558. 1 warning generated.
  559. [ 3% 2065/56347] target C: libexfat <= external/exfat/libexfat/node.c
  560. external/exfat/libexfat/node.c:647:33: warning: taking address of packed member 'mdate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  561. exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime,
  562. ^~~~~~~~~~~~
  563. external/exfat/libexfat/node.c:647:48: warning: taking address of packed member 'mtime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  564. exfat_unix2exfat(node->mtime, &meta1->mdate, &meta1->mtime,
  565. ^~~~~~~~~~~~
  566. external/exfat/libexfat/node.c:649:33: warning: taking address of packed member 'adate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  567. exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL);
  568. ^~~~~~~~~~~~
  569. external/exfat/libexfat/node.c:649:48: warning: taking address of packed member 'atime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  570. exfat_unix2exfat(node->atime, &meta1->adate, &meta1->atime, NULL);
  571. ^~~~~~~~~~~~
  572. external/exfat/libexfat/node.c:895:32: warning: taking address of packed member 'crdate' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  573. exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime,
  574. ^~~~~~~~~~~~~
  575. external/exfat/libexfat/node.c:895:48: warning: taking address of packed member 'crtime' of class or structure 'exfat_entry_meta1' may result in an unaligned pointer value [-Waddress-of-packed-member]
  576. exfat_unix2exfat(time(NULL), &meta1->crdate, &meta1->crtime,
  577. ^~~~~~~~~~~~~
  578. 6 warnings generated.
  579. [ 3% 2100/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/collate.c
  580. external/ntfs-3g/libntfs-3g/collate.c:230:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  581. (ntfschar*)&file_name_attr1->file_name,
  582. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  583. external/ntfs-3g/libntfs-3g/collate.c:232:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  584. (ntfschar*)&file_name_attr2->file_name,
  585. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  586. 2 warnings generated.
  587. [ 3% 2105/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/dir.c
  588. external/ntfs-3g/libntfs-3g/dir.c:330:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  589. (ntfschar*)&ie->key.file_name.file_name,
  590. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  591. external/ntfs-3g/libntfs-3g/dir.c:470:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  592. (ntfschar*)&ie->key.file_name.file_name,
  593. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  594. 2 warnings generated.
  595. [ 3% 2109/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/ioctl.c
  596. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  597. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  598. #define S_IREAD 0400 /* Read by owner. */
  599. ^
  600. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  601. #define S_IREAD S_IRUSR
  602. ^
  603. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  604. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  605. #define S_IWRITE 0200 /* Write by owner. */
  606. ^
  607. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  608. #define S_IWRITE S_IWUSR
  609. ^
  610. In file included from external/ntfs-3g/libntfs-3g/ioctl.c:70:
  611. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  612. #define S_IEXEC 0100 /* Execute by owner. */
  613. ^
  614. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  615. #define S_IEXEC S_IXUSR
  616. ^
  617. 3 warnings generated.
  618. [ 3% 2116/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/object_id.c
  619. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  620. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  621. #define S_IREAD 0400 /* Read by owner. */
  622. ^
  623. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  624. #define S_IREAD S_IRUSR
  625. ^
  626. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  627. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  628. #define S_IWRITE 0200 /* Write by owner. */
  629. ^
  630. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  631. #define S_IWRITE S_IWUSR
  632. ^
  633. In file included from external/ntfs-3g/libntfs-3g/object_id.c:44:
  634. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  635. #define S_IEXEC 0100 /* Execute by owner. */
  636. ^
  637. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  638. #define S_IEXEC S_IXUSR
  639. ^
  640. 3 warnings generated.
  641. [ 3% 2117/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/reparse.c
  642. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  643. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  644. #define S_IREAD 0400 /* Read by owner. */
  645. ^
  646. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  647. #define S_IREAD S_IRUSR
  648. ^
  649. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  650. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  651. #define S_IWRITE 0200 /* Write by owner. */
  652. ^
  653. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  654. #define S_IWRITE S_IWUSR
  655. ^
  656. In file included from external/ntfs-3g/libntfs-3g/reparse.c:44:
  657. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  658. #define S_IEXEC 0100 /* Execute by owner. */
  659. ^
  660. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  661. #define S_IEXEC S_IXUSR
  662. ^
  663. 3 warnings generated.
  664. [ 3% 2118/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/security.c
  665. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  666. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  667. #define S_IREAD 0400 /* Read by owner. */
  668. ^
  669. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  670. #define S_IREAD S_IRUSR
  671. ^
  672. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  673. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  674. #define S_IWRITE 0200 /* Write by owner. */
  675. ^
  676. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  677. #define S_IWRITE S_IWUSR
  678. ^
  679. In file included from external/ntfs-3g/libntfs-3g/security.c:52:
  680. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  681. #define S_IEXEC 0100 /* Execute by owner. */
  682. ^
  683. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  684. #define S_IEXEC S_IXUSR
  685. ^
  686. 3 warnings generated.
  687. [ 3% 2119/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/unistr.c
  688. external/ntfs-3g/libntfs-3g/unistr.c:432:31: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
  689. ntfs_name_upcase((ntfschar*)&file_name_attr->file_name,
  690. ^~~~~~~~~~~~~~~~~~~~~~~~~
  691. 1 warning generated.
  692. [ 3% 2122/56347] target C: libntfs-3g <= external/ntfs-3g/libntfs-3g/volume.c
  693. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  694. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  695. #define S_IREAD 0400 /* Read by owner. */
  696. ^
  697. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  698. #define S_IREAD S_IRUSR
  699. ^
  700. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  701. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  702. #define S_IWRITE 0200 /* Write by owner. */
  703. ^
  704. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  705. #define S_IWRITE S_IWUSR
  706. ^
  707. In file included from external/ntfs-3g/libntfs-3g/volume.c:62:
  708. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  709. #define S_IEXEC 0100 /* Execute by owner. */
  710. ^
  711. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  712. #define S_IEXEC S_IXUSR
  713. ^
  714. 3 warnings generated.
  715. [ 4% 2324/56347] target C: mount.ntfs <= external/ntfs-3g/src/ntfs-3g.c
  716. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  717. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  718. #define S_IREAD 0400 /* Read by owner. */
  719. ^
  720. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  721. #define S_IREAD S_IRUSR
  722. ^
  723. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  724. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  725. #define S_IWRITE 0200 /* Write by owner. */
  726. ^
  727. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  728. #define S_IWRITE S_IWUSR
  729. ^
  730. In file included from external/ntfs-3g/src/ntfs-3g.c:92:
  731. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  732. #define S_IEXEC 0100 /* Execute by owner. */
  733. ^
  734. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  735. #define S_IEXEC S_IXUSR
  736. ^
  737. 3 warnings generated.
  738. [ 4% 2326/56347] target C: mount.ntfs <= external/ntfs-3g/src/ntfs-3g_common.c
  739. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  740. external/ntfs-3g/include/ntfs-3g/compat.h:79:9: warning: 'S_IREAD' macro redefined [-Wmacro-redefined]
  741. #define S_IREAD 0400 /* Read by owner. */
  742. ^
  743. bionic/libc/include/sys/stat.h:143:9: note: previous definition is here
  744. #define S_IREAD S_IRUSR
  745. ^
  746. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  747. external/ntfs-3g/include/ntfs-3g/compat.h:80:9: warning: 'S_IWRITE' macro redefined [-Wmacro-redefined]
  748. #define S_IWRITE 0200 /* Write by owner. */
  749. ^
  750. bionic/libc/include/sys/stat.h:144:9: note: previous definition is here
  751. #define S_IWRITE S_IWUSR
  752. ^
  753. In file included from external/ntfs-3g/src/ntfs-3g_common.c:50:
  754. external/ntfs-3g/include/ntfs-3g/compat.h:81:9: warning: 'S_IEXEC' macro redefined [-Wmacro-redefined]
  755. #define S_IEXEC 0100 /* Execute by owner. */
  756. ^
  757. bionic/libc/include/sys/stat.h:145:9: note: previous definition is here
  758. #define S_IEXEC S_IXUSR
  759. ^
  760. 3 warnings generated.
  761. [ 4% 2338/56347] target C: libQWiFiSoftApCfg <= system/qcom/softap/jni/QWiFiSoftApCfg.c
  762. system/qcom/softap/jni/QWiFiSoftApCfg.c:46:56: warning: unused parameter 'len' [-Wunused-parameter]
  763. static void softap_handle_custom_event(char * buf, int len)
  764. ^
  765. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:34: warning: unused parameter 'env' [-Wunused-parameter]
  766. (JNIEnv *env, jobject obj)
  767. ^
  768. system/qcom/softap/jni/QWiFiSoftApCfg.c:275:47: warning: unused parameter 'obj' [-Wunused-parameter]
  769. (JNIEnv *env, jobject obj)
  770. ^
  771. system/qcom/softap/jni/QWiFiSoftApCfg.c:283:47: warning: unused parameter 'obj' [-Wunused-parameter]
  772. (JNIEnv *env, jobject obj)
  773. ^
  774. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:34: warning: unused parameter 'env' [-Wunused-parameter]
  775. (JNIEnv *env, jobject obj)
  776. ^
  777. system/qcom/softap/jni/QWiFiSoftApCfg.c:299:47: warning: unused parameter 'obj' [-Wunused-parameter]
  778. (JNIEnv *env, jobject obj)
  779. ^
  780. system/qcom/softap/jni/QWiFiSoftApCfg.c:311:39: warning: unused parameter 'obj' [-Wunused-parameter]
  781. (JNIEnv *env, jobject obj, jstring jcmd)
  782. ^
  783. 7 warnings generated.
  784. [ 4% 2409/56347] target C: libssh <= external/openssh/channels.c
  785. external/openssh/channels.c:1254:15: warning: passing 'const u_char *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  786. len = strlen(p);
  787. ^
  788. bionic/libc/include/string.h:343:42: note: passing argument to parameter 's' here
  789. size_t strlen(const char* const _Nonnull s __pass_object_size0)
  790. ^
  791. external/openssh/channels.c:1257:20: warning: passing 'const u_char *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  792. strlcpy(username, p, sizeof(username));
  793. ^
  794. bionic/libc/include/string.h:306:104: note: passing argument to parameter 'src' here
  795. size_t strlcpy(char* const _Nonnull __restrict dst __pass_object_size, const char *_Nonnull __restrict src, size_t size)
  796. ^
  797. external/openssh/channels.c:1275:16: warning: passing 'const u_char *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  798. len = strlen(p);
  799. ^
  800. bionic/libc/include/string.h:343:42: note: passing argument to parameter 's' here
  801. size_t strlen(const char* const _Nonnull s __pass_object_size0)
  802. ^
  803. external/openssh/channels.c:1284:21: warning: passing 'const u_char *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  804. c->path = xstrdup(p);
  805. ^
  806. external/openssh/xmalloc.h:24:27: note: passing argument to parameter here
  807. char *xstrdup(const char *);
  808. ^
  809. 4 warnings generated.
  810. [ 4% 2415/56347] target C: libssh <= external/openssh/dh.c
  811. external/openssh/dh.c:126:26: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  812. if (BN_num_bits(dhg->p) != dhg->size) {
  813. ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
  814. 1 warning generated.
  815. [ 4% 2431/56347] target C: libssh <= external/openssh/kex.c
  816. external/openssh/kex.c:466:25: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
  817. kex->server_sig_algs = val;
  818. ^ ~~~
  819. 1 warning generated.
  820. [ 4% 2446/56347] target C: libssh <= external/openssh/openbsd-compat/bcrypt_pbkdf.c
  821. external/openssh/openbsd-compat/bcrypt_pbkdf.c:137:31: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  822. crypto_hash_sha512(sha2pass, pass, passlen);
  823. ^~~~
  824. external/openssh/crypto_api.h:25:62: note: passing argument to parameter here
  825. int crypto_hash_sha512(unsigned char *, const unsigned char *,
  826. ^
  827. 1 warning generated.
  828. [ 4% 2485/56347] target C: libssh <= external/openssh/sshbuf-getput-crypto.c
  829. external/openssh/sshbuf-getput-crypto.c:155:26: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
  830. if (BN_bn2bin(v, d + 1) != len)
  831. ~~~~~~~~~~~~~~~~~~~ ^ ~~~
  832. external/openssh/sshbuf-getput-crypto.c:177:22: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
  833. if (BN_bn2bin(v, d) != (int)len_bytes)
  834. ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
  835. 2 warnings generated.
  836. [ 4% 2576/56347] target C: ssh <= external/openssh/mux.c
  837. external/openssh/mux.c:1842:30: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  838. if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0)
  839. ^~~~~~~~~~~~~~~~~~~~
  840. external/openssh/sshbuf.h:171:51: note: passing argument to parameter 'valp' here
  841. int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
  842. ^
  843. 1 warning generated.
  844. [ 4% 2615/56347] target C: sshd <= external/openssh/monitor_wrap.c
  845. external/openssh/monitor_wrap.c:415:29: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  846. if ((r = sshbuf_get_u32(m, &authenticated)) != 0)
  847. ^~~~~~~~~~~~~~
  848. external/openssh/sshbuf.h:171:51: note: passing argument to parameter 'valp' here
  849. int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
  850. ^
  851. external/openssh/monitor_wrap.c:475:29: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  852. if ((r = sshbuf_get_u32(m, &allowed)) != 0)
  853. ^~~~~~~~
  854. external/openssh/sshbuf.h:171:51: note: passing argument to parameter 'valp' here
  855. int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
  856. ^
  857. external/openssh/monitor_wrap.c:578:29: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  858. if ((r = sshbuf_get_u32(m, &success)) != 0)
  859. ^~~~~~~~
  860. external/openssh/sshbuf.h:171:51: note: passing argument to parameter 'valp' here
  861. int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
  862. ^
  863. external/openssh/monitor_wrap.c:863:29: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  864. if ((r = sshbuf_get_u32(m, &authok)) != 0)
  865. ^~~~~~~
  866. external/openssh/sshbuf.h:171:51: note: passing argument to parameter 'valp' here
  867. int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
  868. ^
  869. 4 warnings generated.
  870. [ 4% 2709/56347] target C++: secdiscard <= system/vold/FileDeviceUtils.cpp
  871. 6 warnings generated.
  872. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  873. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  874. [ 4% 2742/56347] Target vendor buildinfo: /home/linux/hadk/out/target/product/whyred/vendor/build.prop
  875. Target buildinfo from: device/xiaomi/whyred/vendor.prop
  876. [ 4% 2750/56347] target C++: secdiscard <= system/vold/secdiscard.cpp
  877. 6 warnings generated.
  878. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  879. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  880. [ 4% 2788/56347] target C++: vdc <= system/vold/vdc.cpp
  881. 6 warnings generated.
  882. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  883. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  884. [ 6% 3438/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zRegister.cpp
  885. In file included from external/p7zip/CPP/7zip/Archive/7z/7zRegister.cpp:7:
  886. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.h:15:
  887. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  888. PasswordIsDefined(false)
  889. ^
  890. 1 warning generated.
  891. [ 6% 3441/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zUpdate.cpp
  892. In file included from external/p7zip/CPP/7zip/Archive/7z/7zUpdate.cpp:7:
  893. external/p7zip/CPP/7zip/Archive/7z/../../../Common/Wildcard.h:64:58: warning: field 'Name' will be initialized after field 'Parent' [-Wreorder]
  894. CCensorNode(const UString &name, CCensorNode *parent): Name(name), Parent(parent) { };
  895. ^
  896. In file included from external/p7zip/CPP/7zip/Archive/7z/7zUpdate.cpp:18:
  897. In file included from external/p7zip/CPP/7zip/Archive/7z/7zEncode.h:6:
  898. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  899. PasswordIsDefined(false)
  900. ^
  901. In file included from external/p7zip/CPP/7zip/Archive/7z/7zUpdate.cpp:3:
  902. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  903. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  904. external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  905. delete (T *)_v[--i];
  906. ^
  907. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  908. class CMixerMT:
  909. ^
  910. 3 warnings generated.
  911. [ 6% 3442/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ArHandler.cpp
  912. external/p7zip/CPP/7zip/Archive/ArHandler.cpp:623:11: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  913. else
  914. ^
  915. 1 warning generated.
  916. [ 6% 3444/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Bz2Handler.cpp
  917. In file included from external/p7zip/CPP/7zip/Archive/Bz2Handler.cpp:12:
  918. external/p7zip/CPP/7zip/Archive/../Compress/BZip2Encoder.h:140:18: warning: field 'm_BlockSorterIndex' will be initialized after field 'm_Block' [-Wreorder]
  919. CThreadInfo(): m_BlockSorterIndex(0), m_Block(0) {}
  920. ^
  921. 1 warning generated.
  922. [ 6% 3445/56347] Building Kernel Config
  923. make: Entering directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  924. make[1]: Entering directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  925. GEN ./Makefile
  926. HOSTCC scripts/kconfig/conf.o
  927. HOSTCC scripts/kconfig/zconf.tab.o
  928. HOSTLD scripts/kconfig/conf
  929. #
  930. # configuration written to .config
  931. #
  932. make[1]: Leaving directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  933. make: Leaving directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  934. make: Entering directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  935. make[1]: Entering directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  936. GEN ./Makefile
  937. scripts/kconfig/conf --savedefconfig=defconfig Kconfig
  938. make[1]: Leaving directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  939. make: Leaving directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  940. [ 6% 3447/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ArjHandler.cpp
  941. external/p7zip/CPP/7zip/Archive/ArjHandler.cpp:679:15: warning: enumeration value 'k_ErrorType_OK' not handled in switch [-Wswitch]
  942. switch (_arc.Error)
  943. ^
  944. 1 warning generated.
  945. [ 6% 3448/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp
  946. In file included from external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp:18:
  947. external/p7zip/CPP/7zip/Archive/Chm/../../Compress/LzxDecoder.h:241:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  948. const UInt32 GetUnpackSize() const { return _pos - _writePos; }
  949. ^~~~~~
  950. external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp:150:9: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  951. else if (item.Section < m_Database.Sections.Size())
  952. ^
  953. 2 warnings generated.
  954. [ 6% 3451/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Cab/CabHandler.cpp
  955. In file included from external/p7zip/CPP/7zip/Archive/Cab/CabHandler.cpp:22:
  956. external/p7zip/CPP/7zip/Archive/Cab/../../Compress/LzxDecoder.h:241:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  957. const UInt32 GetUnpackSize() const { return _pos - _writePos; }
  958. ^~~~~~
  959. 1 warning generated.
  960. [ 6% 3454/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zEncode.cpp
  961. In file included from external/p7zip/CPP/7zip/Archive/7z/7zEncode.cpp:12:
  962. In file included from external/p7zip/CPP/7zip/Archive/7z/7zEncode.h:6:
  963. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  964. PasswordIsDefined(false)
  965. ^
  966. In file included from external/p7zip/CPP/7zip/Archive/7z/7zEncode.cpp:3:
  967. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  968. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  969. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  970. delete (T *)_v[--i];
  971. ^
  972. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  973. class CMixerMT:
  974. ^
  975. 2 warnings generated.
  976. [ 6% 3456/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zHandler.cpp
  977. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.cpp:16:
  978. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.h:15:
  979. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  980. PasswordIsDefined(false)
  981. ^
  982. 1 warning generated.
  983. [ 6% 3457/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp
  984. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:7:
  985. external/p7zip/CPP/7zip/Archive/7z/../../../Common/Wildcard.h:64:58: warning: field 'Name' will be initialized after field 'Parent' [-Wreorder]
  986. CCensorNode(const UString &name, CCensorNode *parent): Name(name), Parent(parent) { };
  987. ^
  988. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:12:
  989. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.h:15:
  990. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  991. PasswordIsDefined(false)
  992. ^
  993. external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:151:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  994. else
  995. ^
  996. external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:284:38: warning: '&&' within '||' [-Wlogical-op-parentheses]
  997. bool need_MTime = (Write_MTime.Def && Write_MTime.Val || !Write_MTime.Def);
  998. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~
  999. external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:284:38: note: place parentheses around the '&&' expression to silence this warning
  1000. bool need_MTime = (Write_MTime.Def && Write_MTime.Val || !Write_MTime.Def);
  1001. ^
  1002. ( )
  1003. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandlerOut.cpp:3:
  1004. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1005. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  1006. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1007. delete (T *)_v[--i];
  1008. ^
  1009. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1010. class CMixerMT:
  1011. ^
  1012. 5 warnings generated.
  1013. [ 6% 3458/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zProperties.cpp
  1014. In file included from external/p7zip/CPP/7zip/Archive/7z/7zProperties.cpp:7:
  1015. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.h:15:
  1016. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  1017. PasswordIsDefined(false)
  1018. ^
  1019. 1 warning generated.
  1020. [ 6% 3459/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zOut.cpp
  1021. In file included from external/p7zip/CPP/7zip/Archive/7z/7zOut.cpp:11:
  1022. In file included from external/p7zip/CPP/7zip/Archive/7z/7zOut.h:6:
  1023. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  1024. PasswordIsDefined(false)
  1025. ^
  1026. In file included from external/p7zip/CPP/7zip/Archive/7z/7zOut.cpp:3:
  1027. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1028. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  1029. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1030. delete (T *)_v[--i];
  1031. ^
  1032. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1033. class CMixerMT:
  1034. ^
  1035. 2 warnings generated.
  1036. [ 6% 3460/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zExtract.cpp
  1037. In file included from external/p7zip/CPP/7zip/Archive/7z/7zExtract.cpp:12:
  1038. In file included from external/p7zip/CPP/7zip/Archive/7z/7zHandler.h:15:
  1039. external/p7zip/CPP/7zip/Archive/7z/7zCompressionMode.h:64:7: warning: field 'PasswordIsDefined' will be initialized after field 'NumThreads' [-Wreorder]
  1040. PasswordIsDefined(false)
  1041. ^
  1042. In file included from external/p7zip/CPP/7zip/Archive/7z/7zExtract.cpp:3:
  1043. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1044. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  1045. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1046. delete (T *)_v[--i];
  1047. ^
  1048. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1049. class CMixerMT:
  1050. ^
  1051. 2 warnings generated.
  1052. [ 6% 3462/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zDecode.cpp
  1053. In file included from external/p7zip/CPP/7zip/Archive/7z/7zDecode.cpp:3:
  1054. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1055. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  1056. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1057. delete (T *)_v[--i];
  1058. ^
  1059. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1060. class CMixerMT:
  1061. ^
  1062. 1 warning generated.
  1063. [ 6% 3463/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp
  1064. external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp:1513:41: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1065. if (buf[i] == NID::kEncodedHeader && buf[i + 1] == NID::kPackInfo ||
  1066. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
  1067. external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp:1513:41: note: place parentheses around the '&&' expression to silence this warning
  1068. if (buf[i] == NID::kEncodedHeader && buf[i + 1] == NID::kPackInfo ||
  1069. ^
  1070. ( )
  1071. external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp:1514:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1072. buf[i] == NID::kHeader && buf[i + 1] == NID::kMainStreamsInfo)
  1073. ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1074. external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp:1514:34: note: place parentheses around the '&&' expression to silence this warning
  1075. buf[i] == NID::kHeader && buf[i + 1] == NID::kMainStreamsInfo)
  1076. ^
  1077. ( )
  1078. In file included from external/p7zip/CPP/7zip/Archive/7z/7zIn.cpp:3:
  1079. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1080. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  1081. external/p7zip/CPP/7zip/Archive/7z/../Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1082. delete (T *)_v[--i];
  1083. ^
  1084. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1085. class CMixerMT:
  1086. ^
  1087. 3 warnings generated.
  1088. [ 6% 3464/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ComHandler.cpp
  1089. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:586:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1090. if (msiName.Len() >= 4 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(4), ".cab")
  1091. ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1092. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:586:30: note: place parentheses around the '&&' expression to silence this warning
  1093. if (msiName.Len() >= 4 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(4), ".cab")
  1094. ^
  1095. ( )
  1096. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:587:47: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1097. || !isMsiSpec && msiName.Len() >= 3 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(3), "exe")
  1098. ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1099. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:587:47: note: place parentheses around the '&&' expression to silence this warning
  1100. || !isMsiSpec && msiName.Len() >= 3 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(3), "exe")
  1101. ^
  1102. ( )
  1103. 2 warnings generated.
  1104. [ 6% 3465/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.cpp
  1105. In file included from external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.cpp:3:
  1106. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  1107. In file included from external/p7zip/CPP/7zip/Archive/Common/../../Common/../../Common/MyString.h:23:
  1108. external/p7zip/CPP/7zip/Archive/Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  1109. delete (T *)_v[--i];
  1110. ^
  1111. external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  1112. class CMixerMT:
  1113. ^
  1114. 1 warning generated.
  1115. [ 6% 3472/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Common/ItemNameUtils.cpp
  1116. external/p7zip/CPP/7zip/Archive/Common/ItemNameUtils.cpp:13:40: warning: unused parameter 's' [-Wunused-parameter]
  1117. void ReplaceToOsPathSeparator(wchar_t *s)
  1118. ^
  1119. 1 warning generated.
  1120. [ 6% 3477/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/CpioHandler.cpp
  1121. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:221:25: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
  1122. for (int i = 6; i < k_OctRecord_Size; i++)
  1123. ~ ^ ~~~~~~~~~~~~~~~~
  1124. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:234:25: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
  1125. for (int i = 6; i < k_HexRecord_Size; i++)
  1126. ~ ^ ~~~~~~~~~~~~~~~~
  1127. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:461:15: warning: enumeration value 'k_ErrorType_OK' not handled in switch [-Wswitch]
  1128. switch (_error)
  1129. ^
  1130. 3 warnings generated.
  1131. [ 6% 3482/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ExtHandler.cpp
  1132. external/p7zip/CPP/7zip/Archive/ExtHandler.cpp:864:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  1133. const int GetParentAux(const CItem &item) const
  1134. ^~~~~~
  1135. 1 warning generated.
  1136. [ 6% 3490/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/IhexHandler.cpp
  1137. In file included from external/p7zip/CPP/7zip/Archive/IhexHandler.cpp:8:
  1138. external/p7zip/CPP/7zip/Archive/../../Common/DynamicBuffer.h:57:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  1139. const size_t GetPos() const { return _pos; }
  1140. ^~~~~~
  1141. 1 warning generated.
  1142. [ 6% 3496/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/LzmaHandler.cpp
  1143. external/p7zip/CPP/7zip/Archive/LzmaHandler.cpp:295:14: warning: comparison of constant 72057594037927936 with expression of type 'size_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
  1144. if (size >= ((UInt64)1 << 56))
  1145. ~~~~ ^ ~~~~~~~~~~~~~~~~~
  1146. 1 warning generated.
  1147. [ 6% 3499/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/MubHandler.cpp
  1148. external/p7zip/CPP/7zip/Archive/MubHandler.cpp:124:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1149. item.Type != MACH_CPU_TYPE_386 &&
  1150. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1151. external/p7zip/CPP/7zip/Archive/MubHandler.cpp:124:42: note: place parentheses around the '&&' expression to silence this warning
  1152. item.Type != MACH_CPU_TYPE_386 &&
  1153. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1154. 1 warning generated.
  1155. [ 6% 3504/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Nsis/NsisIn.cpp
  1156. external/p7zip/CPP/7zip/Archive/Nsis/NsisIn.cpp:2805:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1157. s[0] == WCHAR_PATH_SEPARATOR &&
  1158. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1159. external/p7zip/CPP/7zip/Archive/Nsis/NsisIn.cpp:2805:36: note: place parentheses around the '&&' expression to silence this warning
  1160. s[0] == WCHAR_PATH_SEPARATOR &&
  1161. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1162. external/p7zip/CPP/7zip/Archive/Nsis/NsisIn.cpp:2813:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
  1163. s[0] == CHAR_PATH_SEPARATOR &&
  1164. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1165. external/p7zip/CPP/7zip/Archive/Nsis/NsisIn.cpp:2813:35: note: place parentheses around the '&&' expression to silence this warning
  1166. s[0] == CHAR_PATH_SEPARATOR &&
  1167. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  1168. 2 warnings generated.
  1169. [ 6% 3506/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/NtfsHandler.cpp
  1170. external/p7zip/CPP/7zip/Archive/NtfsHandler.cpp:2160:31: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  1171. if (rec.SiAttr.SecurityId >= 0)
  1172. ~~~~~~~~~~~~~~~~~~~~~ ^ ~
  1173. 1 warning generated.
  1174. [ 6% 3507/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/QcowHandler.cpp
  1175. external/p7zip/CPP/7zip/Archive/QcowHandler.cpp:66:11: warning: 'NArchive::NQcow::CHandler::Seek' hides overloaded virtual function [-Woverloaded-virtual]
  1176. HRESULT Seek(UInt64 offset)
  1177. ^
  1178. external/p7zip/CPP/7zip/Archive/HandlerCont.h:104:13: note: hidden overloaded virtual function 'NArchive::CHandlerImg::Seek' declared here: different number of parameters (3 vs 1)
  1179. STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
  1180. ^
  1181. 1 warning generated.
  1182. [ 6% 3509/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/PeHandler.cpp
  1183. In file included from external/p7zip/CPP/7zip/Archive/PeHandler.cpp:9:
  1184. external/p7zip/CPP/7zip/Archive/../../Common/DynamicBuffer.h:57:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  1185. const size_t GetPos() const { return _pos; }
  1186. ^~~~~~
  1187. external/p7zip/CPP/7zip/Archive/PeHandler.cpp:350:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  1188. const UInt32 GetSizeExtract() const { return PSize; }
  1189. ^~~~~~
  1190. external/p7zip/CPP/7zip/Archive/PeHandler.cpp:351:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  1191. const UInt32 GetSizeMin() const { return MyMin(PSize, VSize); }
  1192. ^~~~~~
  1193. external/p7zip/CPP/7zip/Archive/PeHandler.cpp:1916:11: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1194. else
  1195. ^
  1196. 4 warnings generated.
  1197. [ 6% 3511/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Rar/Rar5Handler.cpp
  1198. external/p7zip/CPP/7zip/Archive/Rar/Rar5Handler.cpp:1001:9: warning: explicitly assigning value of variable of type 'LONG' (aka 'int') to itself [-Wself-assign]
  1199. res = res;
  1200. ~~~ ^ ~~~
  1201. 1 warning generated.
  1202. [ 6% 3513/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/SquashfsHandler.cpp
  1203. external/p7zip/CPP/7zip/Archive/SquashfsHandler.cpp:1270:38: warning: comparison of constant 4294967296 with expression of type 'size_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
  1204. if (_dynOutStreamSpec->GetSize() >= ((UInt64)1 << 32))
  1205. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  1206. 1 warning generated.
  1207. [ 6% 3516/56347] Building Kernel
  1208. FAILED: TARGET_KERNEL_BINARIES
  1209. /bin/bash -c "(rm -rf /home/linux/hadk/out/target/product/whyred/vendor/lib/modules ) && (mkdir -p /home/linux/hadk/out/target/product/whyred/vendor/lib/modules ) && (rm -rf /home/linux/hadk/out/target/product/whyred/obj/PACKAGING/depmod_vendor_intermediates ) && (make -j4 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/sdm660 O=/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"aarch64-linux-android-\" CLANG_TRIPLE=aarch64-linux-gnu- CC=\"/home/linux/hadk/prebuilts/misc/linux-x86/ccache/ccache /home/linux/hadk/prebuilts/clang/host/linux-x86/clang-4053586/bin/clang\" Image.gz-dtb ) && (if grep -q '^CONFIG_OF=y' /home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ/.config; then echo \"Building DTBs\"; make -j4 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/sdm660 O=/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"aarch64-linux-android-\" CLANG_TRIPLE=aarch64-linux-gnu- CC=\"/home/linux/hadk/prebuilts/misc/linux-x86/ccache/ccache /home/linux/hadk/prebuilts/clang/host/linux-x86/clang-4053586/bin/clang\" dtbs; fi ) && (if grep -q '^CONFIG_MODULES=y' /home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ/.config; then echo \"Building Kernel Modules\"; make -j4 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/sdm660 O=/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"aarch64-linux-android-\" CLANG_TRIPLE=aarch64-linux-gnu- CC=\"/home/linux/hadk/prebuilts/misc/linux-x86/ccache/ccache /home/linux/hadk/prebuilts/clang/host/linux-x86/clang-4053586/bin/clang\" modules; fi )"
  1210. make: Entering directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  1211. make[1]: Entering directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  1212. GEN ./Makefile
  1213. scripts/kconfig/conf --silentoldconfig Kconfig
  1214. make[1]: Leaving directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  1215. make[1]: Entering directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  1216. CHK include/config/kernel.release
  1217. GEN ./Makefile
  1218. CHK include/generated/uapi/linux/version.h
  1219. HOSTCC scripts/basic/bin2c
  1220. HOSTCC scripts/dtc/dtc.o
  1221. HOSTCC scripts/genksyms/genksyms.o
  1222. CC scripts/mod/empty.o
  1223. HOSTCC scripts/mod/mk_elfconfig
  1224. UPD include/config/kernel.release
  1225. CC scripts/mod/devicetable-offsets.s
  1226. HOSTCC scripts/dtc/flattree.o
  1227. SHIPPED scripts/genksyms/parse.tab.c
  1228. Using /home/linux/hadk/kernel/xiaomi/sdm660 as source for kernel
  1229. SHIPPED scripts/genksyms/lex.lex.c
  1230. SHIPPED scripts/genksyms/keywords.hash.c
  1231. /home/linux/hadk/kernel/xiaomi/sdm660 is not clean, please run 'make mrproper'
  1232. in the '/home/linux/hadk/kernel/xiaomi/sdm660' directory.
  1233. SHIPPED scripts/genksyms/parse.tab.h
  1234. HOSTCC scripts/genksyms/parse.tab.o
  1235. make[1]: *** [prepare3] Error 1
  1236. make[1]: *** Waiting for unfinished jobs....
  1237. HOSTCC scripts/dtc/fstree.o
  1238. MKELF scripts/mod/elfconfig.h
  1239. CHK scripts/mod/devicetable-offsets.h
  1240. UPD scripts/mod/devicetable-offsets.h
  1241. HOSTCC scripts/mod/sumversion.o
  1242. HOSTCC scripts/dtc/data.o
  1243. HOSTCC scripts/dtc/livetree.o
  1244. HOSTCC scripts/genksyms/lex.lex.o
  1245. HOSTCC scripts/mod/modpost.o
  1246. HOSTCC scripts/mod/file2alias.o
  1247. HOSTCC scripts/dtc/treesource.o
  1248. HOSTCC scripts/dtc/srcpos.o
  1249. HOSTCC scripts/dtc/checks.o
  1250. HOSTLD scripts/genksyms/genksyms
  1251. HOSTCC scripts/dtc/util.o
  1252. SHIPPED scripts/dtc/dtc-lexer.lex.c
  1253. HOSTLD scripts/mod/modpost
  1254. SHIPPED scripts/dtc/dtc-parser.tab.h
  1255. SHIPPED scripts/dtc/dtc-parser.tab.c
  1256. HOSTCC scripts/dtc/dtc-lexer.lex.o
  1257. HOSTCC scripts/dtc/dtc-parser.tab.o
  1258. HOSTCC scripts/selinux/genheaders/genheaders
  1259. HOSTCC scripts/kallsyms
  1260. HOSTCC scripts/selinux/mdp/mdp
  1261. HOSTCC scripts/pnmtologo
  1262. HOSTLD scripts/dtc/dtc
  1263. HOSTCC scripts/conmakehash
  1264. HOSTCC scripts/sortextable
  1265. HOSTCC scripts/asn1_compiler
  1266. HOSTCC scripts/extract-cert
  1267. make[1]: Leaving directory `/home/linux/hadk/out/target/product/whyred/obj/KERNEL_OBJ'
  1268. make: *** [sub-make] Error 2
  1269. make: Leaving directory `/home/linux/hadk/kernel/xiaomi/sdm660'
  1270. [ 6% 3518/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Tar/TarHandler.cpp
  1271. external/p7zip/CPP/7zip/Archive/Tar/TarHandler.cpp:66:20: warning: enumeration value 'k_ErrorType_OK' not handled in switch [-Wswitch]
  1272. else switch (_error)
  1273. ^
  1274. 1 warning generated.
  1275. [ 6% 3519/56347] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Tar/TarIn.cpp
  1276. ninja: build stopped: subcommand failed.
  1277. 08:44:02 ninja failed with: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment