Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. host C++: libart_32 <= art/runtime/entrypoints/portable/portable_throw_entrypoints.cc
  2. host C++: libart_32 <= art/runtime/entrypoints/portable/portable_trampoline_entrypoints.cc
  3. art/runtime/utils.cc:1092:9: error: invalid argument type 'const backtrace_map_t' to unary expression
  4. if (!it->map) {
  5. ^~~~~~~~
  6. art/runtime/utils.cc:1095:62: error: member reference type 'const backtrace_map_t' is not a pointer; maybe you meant to use '.'?
  7. os << StringPrintf("%08" PRIxPTR " ", it->pc - it->map->start)
  8. ~~~~~~~^~
  9. .
  10. art/runtime/utils.cc:1096:20: error: member reference type 'const backtrace_map_t' is not a pointer; maybe you meant to use '.'?
  11. << it->map->name << " (";
  12. ~~~~~~~^~
  13. .
  14. 3 errors generated.
  15. build/core/binary.mk:620: recipe for target '/home/rodman01/Android/Optipop/android/system/out/host/linux-x86/obj32/SHARED_LIBRARIES/libart_intermediates/utils.o' failed
  16. make: *** [/home/rodman01/Android/Optipop/android/system/out/host/linux-x86/obj32/SHARED_LIBRARIES/libart_intermediates/utils.o] Error 1
  17. make: *** Warte auf noch nicht beendete Prozesse...
  18.  
  19. #### make failed to build some targets (34:51 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement