Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 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. make: *** No rule to make target `bootable/recovery/device/device_manufacturer_name/device_name/recovery/recovery_ui.c', needed by `out/target/product/device_name/obj/EXECUTABLES/recovery_intermediates/device/device_manufacturer_name/device_name/recovery/recovery_ui.o'. Stop.
  131. make: Leaving directory `/home/rw/android/system'
  132. rw@ubuntu:~/android/system$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement