Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.01 KB | None | 0 0
  1. rw@ubuntu:~/android/system$ mmm -B bootable/recovery
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=2.2.1
  5. TARGET_PRODUCT=generic_device_name
  6. TARGET_BUILD_VARIANT=eng
  7. TARGET_SIMULATOR=false
  8. TARGET_BUILD_TYPE=release
  9. TARGET_BUILD_APPS=
  10. TARGET_ARCH=arm
  11. HOST_ARCH=x86
  12. HOST_OS=linux
  13. HOST_BUILD_TYPE=release
  14. BUILD_ID=FRG83
  15. ============================================
  16. make: Entering directory `/home/rw/android/system'
  17. build/core/base_rules.mk:455: warning: overriding commands for target `out/target/product/device_name/recovery/root/sbin/tune2fs'
  18. bootable/recovery/Android.mk:176: warning: ignoring old commands for target `out/target/product/device_name/recovery/root/sbin/tune2fs'
  19. No private recovery resources for TARGET_DEVICE device_name
  20. target thumb C: recovery <= bootable/recovery/extendedcommands.c
  21. bootable/recovery/extendedcommands.c:89:1: warning: "ITEM_APPLY_SDCARD" redefined
  22. In file included from bootable/recovery/extendedcommands.c:31:
  23. bootable/recovery/recovery_ui.h:70:1: warning: this is the location of the previous definition
  24. bootable/recovery/extendedcommands.c: In function 'show_install_update_menu':
  25. bootable/recovery/extendedcommands.c:113: warning: implicit declaration of function 'confirm_selection'
  26. bootable/recovery/extendedcommands.c: In function 'gather_files':
  27. bootable/recovery/extendedcommands.c:175: warning: comparison between signed and unsigned integer expressions
  28. bootable/recovery/extendedcommands.c: In function 'choose_file_menu':
  29. bootable/recovery/extendedcommands.c:281: warning: passing argument 1 of 'get_menu_selection' from incompatible pointer type
  30. bootable/recovery/recovery_ui.h:85: note: expected 'char **' but argument is of type 'const char **'
  31. bootable/recovery/extendedcommands.c: In function 'show_choose_zip_menu':
  32. bootable/recovery/extendedcommands.c:320: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type
  33. bootable/recovery/extendedcommands.c:243: note: expected 'const char **' but argument is of type 'char **'
  34. bootable/recovery/extendedcommands.c:328: warning: implicit declaration of function 'basename'
  35. bootable/recovery/extendedcommands.c:328: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  36. bootable/recovery/extendedcommands.c: In function 'show_nandroid_restore_menu':
  37. bootable/recovery/extendedcommands.c:386: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type
  38. bootable/recovery/extendedcommands.c:243: note: expected 'const char **' but argument is of type 'char **'
  39. bootable/recovery/extendedcommands.c: In function 'confirm_selection':
  40. bootable/recovery/extendedcommands.c:425: warning: initialization discards qualifiers from pointer target type
  41. bootable/recovery/extendedcommands.c:433: warning: initialization discards qualifiers from pointer target type
  42. bootable/recovery/extendedcommands.c: In function 'run_and_remove_extendedcommand':
  43. bootable/recovery/extendedcommands.c:643: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
  44. bootable/recovery/extendedcommands.c:660: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  45. bootable/recovery/extendedcommands.c: In function 'show_nandroid_advanced_restore_menu':
  46. bootable/recovery/extendedcommands.c:695: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type
  47. bootable/recovery/extendedcommands.c:243: note: expected 'const char **' but argument is of type 'char **'
  48. bootable/recovery/extendedcommands.c: In function 'show_nandroid_menu':
  49. bootable/recovery/extendedcommands.c:766: warning: format '%d' expects type 'int', but argument 3 has type 'time_t'
  50. bootable/recovery/extendedcommands.c: In function 'show_advanced_menu':
  51. bootable/recovery/extendedcommands.c:842: warning: implicit declaration of function 'handle_failure'
  52. bootable/recovery/extendedcommands.c:886: warning: implicit declaration of function 'get_root_info_for_path'
  53. bootable/recovery/extendedcommands.c:886: warning: initialization makes pointer from integer without a cast
  54. bootable/recovery/extendedcommands.c:889: warning: assignment makes integer from pointer without a cast
  55. bootable/recovery/extendedcommands.c: In function 'write_fstab_root':
  56. bootable/recovery/extendedcommands.c:915: warning: initialization makes pointer from integer without a cast
  57. bootable/recovery/extendedcommands.c:920: warning: initialization discards qualifiers from pointer target type
  58. bootable/recovery/extendedcommands.c: At top level:
  59. bootable/recovery/extendedcommands.c:953: warning: conflicting types for 'handle_failure'
  60. bootable/recovery/extendedcommands.c:842: note: previous implicit declaration of 'handle_failure' was here
  61. target thumb C: recovery <= bootable/recovery/nandroid.c
  62. bootable/recovery/nandroid.c: In function 'read_raw_image':
  63. bootable/recovery/nandroid.c:53: warning: passing argument 1 of 'dump_image' discards qualifiers from pointer target type
  64. bootable/recovery/mtdutils/dump_image.h:6: note: expected 'char *' but argument is of type 'const char *'
  65. bootable/recovery/nandroid.c:53: warning: passing argument 2 of 'dump_image' discards qualifiers from pointer target type
  66. bootable/recovery/mtdutils/dump_image.h:6: note: expected 'char *' but argument is of type 'const char *'
  67. bootable/recovery/nandroid.c: In function 'yaffs_callback':
  68. bootable/recovery/nandroid.c:66: warning: implicit declaration of function 'basename'
  69. bootable/recovery/nandroid.c:66: warning: initialization makes pointer from integer without a cast
  70. bootable/recovery/nandroid.c: In function 'nandroid_backup_partition_extended':
  71. bootable/recovery/nandroid.c:94: warning: initialization makes pointer from integer without a cast
  72. bootable/recovery/nandroid.c: In function 'nandroid_restore_partition_extended':
  73. bootable/recovery/nandroid.c:225: warning: initialization makes pointer from integer without a cast
  74. bootable/recovery/nandroid.c:230: warning: passing argument 2 of 'statfs' from incompatible pointer type
  75. bionic/libc/include/sys/vfs.h:97: note: expected 'struct statfs *' but argument is of type 'struct stat *'
  76. bootable/recovery/nandroid.c: In function 'nandroid_generate_timestamp_path':
  77. bootable/recovery/nandroid.c:342: warning: format '%d' expects type 'int', but argument 3 has type 'time_t'
  78. target thumb C: recovery <= bootable/recovery/legacy.c
  79. bootable/recovery/legacy.c: In function 'handle_update_script':
  80. bootable/recovery/legacy.c:109: warning: 'line' may be used uninitialized in this function
  81. target thumb C: recovery <= bootable/recovery/commands.c
  82. bootable/recovery/commands.c: In function 'cmd_run_program':
  83. bootable/recovery/commands.c:409: warning: suggest parentheses around '&&' within '||'
  84. bootable/recovery/commands.c: In function 'cmd_backup_rom':
  85. bootable/recovery/commands.c:787: warning: implicit declaration of function 'nandroid_generate_timestamp_path'
  86. bootable/recovery/commands.c:792: warning: assignment discards qualifiers from pointer target type
  87. bootable/recovery/commands.c:799: warning: implicit declaration of function 'nandroid_backup'
  88. bootable/recovery/commands.c: In function 'cmd_restore_rom':
  89. bootable/recovery/commands.c:829: warning: implicit declaration of function 'nandroid_restore'
  90. bootable/recovery/commands.c: In function 'cmd_print':
  91. bootable/recovery/commands.c:858: warning: assignment makes integer from pointer without a cast
  92. target thumb C: recovery <= bootable/recovery/recovery.c
  93. bootable/recovery/recovery.c: In function 'prompt_and_wait':
  94. bootable/recovery/recovery.c:483: warning: implicit declaration of function 'confirm_selection'
  95. bootable/recovery/recovery.c:507: warning: implicit declaration of function 'firmware_update_pending'
  96. bootable/recovery/recovery.c:520: warning: implicit declaration of function 'show_install_update_menu'
  97. bootable/recovery/recovery.c: In function 'main':
  98. bootable/recovery/recovery.c:545: warning: implicit declaration of function 'flash_image_main'
  99. bootable/recovery/recovery.c:547: warning: implicit declaration of function 'dump_image_main'
  100. bootable/recovery/recovery.c:549: warning: implicit declaration of function 'erase_image_main'
  101. bootable/recovery/recovery.c:551: warning: implicit declaration of function 'mkyaffs2image_main'
  102. bootable/recovery/recovery.c:553: warning: implicit declaration of function 'unyaffs_main'
  103. bootable/recovery/recovery.c:555: warning: implicit declaration of function 'amend_main'
  104. bootable/recovery/recovery.c:557: warning: implicit declaration of function 'nandroid_main'
  105. bootable/recovery/recovery.c:559: warning: implicit declaration of function 'reboot_main'
  106. bootable/recovery/recovery.c:561: warning: implicit declaration of function 'setprop_main'
  107. bootable/recovery/recovery.c:562: warning: implicit declaration of function 'busybox_driver'
  108. bootable/recovery/recovery.c:638: warning: implicit declaration of function 'extendedcommand_file_exists'
  109. bootable/recovery/recovery.c:641: warning: implicit declaration of function 'run_and_remove_extendedcommand'
  110. bootable/recovery/recovery.c:646: warning: implicit declaration of function 'handle_failure'
  111. bootable/recovery/recovery.c:658: warning: implicit declaration of function 'maybe_install_firmware_update'
  112. target thumb C: recovery <= bootable/recovery/install.c
  113. target thumb C: recovery <= bootable/recovery/roots.c
  114. bootable/recovery/roots.c: In function 'format_root_device':
  115. bootable/recovery/roots.c:401: warning: passing argument 1 of 'mmc_format_ext3' discards qualifiers from pointer target type
  116. bootable/recovery/mmcutils/mmcutils.h:78: note: expected 'struct MmcPartition *' but argument is of type 'const struct MmcPartition *'
  117. target thumb C: recovery <= bootable/recovery/ui.c
  118. target thumb C: recovery <= bootable/recovery/verifier.c
  119. bootable/recovery/verifier.c: In function 'verify_file':
  120. bootable/recovery/verifier.c:124: warning: comparison between signed and unsigned integer expressions
  121. bootable/recovery/verifier.c:153: warning: comparison between signed and unsigned integer expressions
  122. bootable/recovery/verifier.c:154: warning: comparison between signed and unsigned integer expressions
  123. bootable/recovery/verifier.c:162: warning: comparison between signed and unsigned integer expressions
  124. bootable/recovery/verifier.c:171: warning: comparison between signed and unsigned integer expressions
  125. target thumb C: recovery <= bootable/recovery/reboot.c
  126. target thumb C: recovery <= bootable/recovery/setprop.c
  127. target thumb C: recovery <= bootable/recovery/firmware.c
  128. target thumb C: recovery <= bootable/recovery/bootloader.c
  129. target thumb C: recovery <= bootable/recovery/test_roots.c
  130. target thumb C: recovery <= bootable/recovery/../../device/device_manufacturer_name/device_name/recovery/recovery_ui.c
  131. bootable/recovery/../../device/device_manufacturer_name/device_name/recovery/recovery_ui.c: In function 'device_toggle_display':
  132. bootable/recovery/../../device/device_manufacturer_name/device_name/recovery/recovery_ui.c:45: warning: implicit declaration of function 'get_allow_toggle_display'
  133. target thumb C: liberase_image <= bootable/recovery/mtdutils/erase_image.c
  134. target StaticLib: liberase_image (out/target/product/device_name/obj/STATIC_LIBRARIES/liberase_image_intermediates/liberase_image.a)
  135. target thumb C: libdump_image <= bootable/recovery/mtdutils/dump_image.c
  136. target StaticLib: libdump_image (out/target/product/device_name/obj/STATIC_LIBRARIES/libdump_image_intermediates/libdump_image.a)
  137. target thumb C: libflash_image <= bootable/recovery/mtdutils/flash_image.c
  138. bootable/recovery/mtdutils/flash_image.c:27:1: warning: "LOG_TAG" redefined
  139. In file included from bootable/recovery/mtdutils/flash_image.c:24:
  140. system/core/include/cutils/log.h:68:1: warning: this is the location of the previous definition
  141. target StaticLib: libflash_image (out/target/product/device_name/obj/STATIC_LIBRARIES/libflash_image_intermediates/libflash_image.a)
  142. target thumb C: libmtdutils <= bootable/recovery/mtdutils/mtdutils.c
  143. bootable/recovery/mtdutils/mtdutils.c: In function 'mtd_read_data':
  144. bootable/recovery/mtdutils/mtdutils.c:340: warning: comparison between signed and unsigned integer expressions
  145. target thumb C: libmtdutils <= bootable/recovery/mtdutils/mounts.c
  146. target StaticLib: libmtdutils (out/target/product/device_name/obj/STATIC_LIBRARIES/libmtdutils_intermediates/libmtdutils.a)
  147. Lex: libamend <= bootable/recovery/amend/lexer.l
  148. Yacc: libamend <= bootable/recovery/amend/parser_y.y
  149. bison -d -o out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.cpp bootable/recovery/amend/parser_y.y
  150. touch out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.hpp
  151. echo '#ifndef 'parser_y_h > out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.h
  152. echo '#define 'parser_y_h >> out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.h
  153. cat out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.hpp >> out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.h
  154. echo '#endif' >> out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.h
  155. rm -f out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.hpp
  156. target thumb C: libamend <= bootable/recovery/amend/amend.c
  157. bootable/recovery/amend/amend.c: In function 'parseAmendScript':
  158. bootable/recovery/amend/amend.c:27: warning: implicit declaration of function 'yyparse'
  159. target thumb C: libamend <= bootable/recovery/amend/ast.c
  160. target thumb C: libamend <= bootable/recovery/amend/symtab.c
  161. target thumb C: libamend <= bootable/recovery/amend/commands.c
  162. target thumb C: libamend <= bootable/recovery/amend/permissions.c
  163. target thumb C: libamend <= bootable/recovery/amend/execute.c
  164. target thumb C: libamend <= bootable/recovery/amend/test_symtab.c
  165. target thumb C: libamend <= bootable/recovery/amend/test_commands.c
  166. target thumb C: libamend <= bootable/recovery/amend/test_permissions.c
  167. target thumb C++: libamend <= out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/parser_y.cpp
  168. cc1: warning: command line option "-Wsign-promo" is valid for C++/ObjC++ but not for C
  169. cc1: warning: command line option "-fvisibility-inlines-hidden" is valid for C++/ObjC++ but not for C
  170. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  171. Lex: libamend <= bootable/recovery/amend/lexer.l
  172. target thumb C++: libamend <= out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/lexer.cpp
  173. cc1: warning: command line option "-Wsign-promo" is valid for C++/ObjC++ but not for C
  174. cc1: warning: command line option "-fvisibility-inlines-hidden" is valid for C++/ObjC++ but not for C
  175. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  176. out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/lexer.cpp: In function 'yy_get_next_buffer':
  177. out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/lexer.cpp:1348: warning: comparison between signed and unsigned integer expressions
  178. bootable/recovery/amend/lexer.l: At top level:
  179. out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/lexer.cpp:1447: warning: 'yyunput' defined but not used
  180. out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/lexer.cpp:1488: warning: 'input' defined but not used
  181. target StaticLib: libamend (out/target/product/device_name/obj/STATIC_LIBRARIES/libamend_intermediates/libamend.a)
  182. target thumb C: libminzip <= bootable/recovery/minzip/Hash.c
  183. target thumb C: libminzip <= bootable/recovery/minzip/SysUtil.c
  184. target thumb C: libminzip <= bootable/recovery/minzip/DirUtil.c
  185. target thumb C: libminzip <= bootable/recovery/minzip/Inlines.c
  186. target thumb C: libminzip <= bootable/recovery/minzip/Zip.c
  187. bootable/recovery/minzip/Zip.c: In function 'parseZipArchive':
  188. bootable/recovery/minzip/Zip.c:212: warning: pointer of type 'void *' used in arithmetic
  189. bootable/recovery/minzip/Zip.c:212: warning: pointer of type 'void *' used in arithmetic
  190. bootable/recovery/minzip/Zip.c:248: warning: pointer of type 'void *' used in arithmetic
  191. target StaticLib: libminzip (out/target/product/device_name/obj/STATIC_LIBRARIES/libminzip_intermediates/libminzip.a)
  192. target thumb C: libmmcutils <= bootable/recovery/mmcutils/mmcutils.c
  193. bootable/recovery/mmcutils/mmcutils.c: In function 'mmc_format_ext3':
  194. bootable/recovery/mmcutils/mmcutils.c:322: warning: passing argument 1 of 'run_exec_process' discards qualifiers from pointer target type
  195. bootable/recovery/mmcutils/mmcutils.c:299: note: expected 'char **' but argument is of type 'char * const*'
  196. bootable/recovery/mmcutils/mmcutils.c:327: warning: passing argument 1 of 'run_exec_process' discards qualifiers from pointer target type
  197. bootable/recovery/mmcutils/mmcutils.c:299: note: expected 'char **' but argument is of type 'char * const*'
  198. bootable/recovery/mmcutils/mmcutils.c:332: warning: passing argument 1 of 'run_exec_process' discards qualifiers from pointer target type
  199. bootable/recovery/mmcutils/mmcutils.c:299: note: expected 'char **' but argument is of type 'char * const*'
  200. bootable/recovery/mmcutils/mmcutils.c: In function 'mmc_raw_copy':
  201. bootable/recovery/mmcutils/mmcutils.c:405: warning: passing argument 1 of 'fsync' makes integer from pointer without a cast
  202. bionic/libc/include/unistd.h:145: note: expected 'int' but argument is of type 'struct FILE *'
  203. target StaticLib: libmmcutils (out/target/product/device_name/obj/STATIC_LIBRARIES/libmmcutils_intermediates/libmmcutils.a)
  204. target thumb C: libminui <= bootable/recovery/minui/graphics.c
  205. target thumb C: libminui <= bootable/recovery/minui/events.c
  206. target thumb C: libminui <= bootable/recovery/minui/resources.c
  207. bootable/recovery/minui/resources.c: In function 'res_create_surface':
  208. bootable/recovery/minui/resources.c:128: warning: comparison between signed and unsigned integer expressions
  209. bootable/recovery/minui/resources.c:147: warning: comparison between signed and unsigned integer expressions
  210. target StaticLib: libminui (out/target/product/device_name/obj/STATIC_LIBRARIES/libminui_intermediates/libminui.a)
  211. target StaticExecutable: recovery (out/target/product/device_name/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery)
  212. target Non-prelinked: recovery (out/target/product/device_name/symbols/system/bin/recovery)
  213. target Strip: recovery (out/target/product/device_name/obj/EXECUTABLES/recovery_intermediates/recovery)
  214. Notice file: bootable/recovery/NOTICE -- out/target/product/device_name/obj/NOTICE_FILES/src//system/bin/recovery.txt
  215. Install: out/target/product/device_name/system/bin/recovery
  216. target Prebuilt: nandroid-md5.sh (out/target/product/device_name/obj/RECOVERY_EXECUTABLES/nandroid-md5.sh_intermediates/nandroid-md5.sh)
  217. Notice file: bootable/recovery/NOTICE -- out/target/product/device_name/obj/NOTICE_FILES/src//recovery/root/sbin/nandroid-md5.sh.txt
  218. Install: out/target/product/device_name/recovery/root/sbin/nandroid-md5.sh
  219. target Prebuilt: killrecovery.sh (out/target/product/device_name/obj/RECOVERY_EXECUTABLES/killrecovery.sh_intermediates/killrecovery.sh)
  220. Notice file: bootable/recovery/NOTICE -- out/target/product/device_name/obj/NOTICE_FILES/src//recovery/root/sbin/killrecovery.sh.txt
  221. Install: out/target/product/device_name/recovery/root/sbin/killrecovery.sh
  222. target thumb C: verifier_test <= bootable/recovery/verifier_test.c
  223. target thumb C: verifier_test <= bootable/recovery/verifier.c
  224. bootable/recovery/verifier.c: In function 'verify_file':
  225. bootable/recovery/verifier.c:124: warning: comparison between signed and unsigned integer expressions
  226. bootable/recovery/verifier.c:153: warning: comparison between signed and unsigned integer expressions
  227. bootable/recovery/verifier.c:154: warning: comparison between signed and unsigned integer expressions
  228. bootable/recovery/verifier.c:162: warning: comparison between signed and unsigned integer expressions
  229. bootable/recovery/verifier.c:171: warning: comparison between signed and unsigned integer expressions
  230. target StaticExecutable: verifier_test (out/target/product/device_name/obj/EXECUTABLES/verifier_test_intermediates/LINKED/verifier_test)
  231. target Non-prelinked: verifier_test (out/target/product/device_name/symbols/system/bin/verifier_test)
  232. target Strip: verifier_test (out/target/product/device_name/obj/EXECUTABLES/verifier_test_intermediates/verifier_test)
  233. Notice file: bootable/recovery/NOTICE -- out/target/product/device_name/obj/NOTICE_FILES/src//system/bin/verifier_test.txt
  234. Install: out/target/product/device_name/system/bin/verifier_test
  235. Yacc: amend <= bootable/recovery/amend/parser_y.y
  236. bison -d -v -o out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.cpp bootable/recovery/amend/parser_y.y
  237. touch out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.hpp
  238. echo '#ifndef 'parser_y_h > out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.h
  239. echo '#define 'parser_y_h >> out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.h
  240. cat out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.hpp >> out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.h
  241. echo '#endif' >> out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.h
  242. rm -f out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.hpp
  243. host C: amend <= bootable/recovery/amend/amend.c
  244. bootable/recovery/amend/amend.c: In function ‘parseAmendScript’:
  245. bootable/recovery/amend/amend.c:27: warning: implicit declaration of function ‘yyparse’
  246. host C: amend <= bootable/recovery/amend/ast.c
  247. host C: amend <= bootable/recovery/amend/symtab.c
  248. host C: amend <= bootable/recovery/amend/commands.c
  249. host C: amend <= bootable/recovery/amend/permissions.c
  250. host C: amend <= bootable/recovery/amend/execute.c
  251. host C: amend <= bootable/recovery/amend/test_symtab.c
  252. host C: amend <= bootable/recovery/amend/test_commands.c
  253. host C: amend <= bootable/recovery/amend/test_permissions.c
  254. host C: amend <= bootable/recovery/amend/register.c
  255. host C: amend <= bootable/recovery/amend/main.c
  256. host C++: amend <= out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/parser_y.cpp
  257. cc1: warning: command line option "-Wsign-promo" is valid for C++/ObjC++ but not for C
  258. host C++: amend <= out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/lexer.cpp
  259. cc1: warning: command line option "-Wsign-promo" is valid for C++/ObjC++ but not for C
  260. out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/lexer.cpp: In function ‘yy_get_next_buffer’:
  261. out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/lexer.cpp:1348: warning: comparison between signed and unsigned integer expressions
  262. bootable/recovery/amend/lexer.l: At top level:
  263. out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/lexer.cpp:1447: warning: ‘yyunput’ defined but not used
  264. out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/lexer.cpp:1488: warning: ‘input’ defined but not used
  265. host Executable: amend (out/host/linux-x86/obj/EXECUTABLES/amend_intermediates/amend)
  266. true
  267. Install: out/host/linux-x86/bin/amend
  268. make: *** No rule to make target `out/target/product/device_name/obj/lib/crtbegin_dynamic.o', needed by `out/target/product/device_name/obj/EXECUTABLES/flash_image_intermediates/LINKED/flash_image'. Stop.
  269. make: Leaving directory `/home/rw/android/system'
  270. rw@ubuntu:~/android/system$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement