Advertisement
Guest User

Android-x86 Build Error

a guest
Sep 5th, 2012
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. host C: acp <= build/tools/acp/acp.c
  2. host C++: libhost <= build/libs/host/pseudolocalize.cpp
  3. host C: libhost <= build/libs/host/CopyFile.c
  4. build/libs/host/CopyFile.c: In function ‘copyFileContents’:
  5. build/libs/host/CopyFile.c:141: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘ssize_t’
  6. build/libs/host/CopyFile.c:141: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘ssize_t’
  7. build/libs/host/CopyFile.c:141: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘ssize_t’
  8. build/libs/host/CopyFile.c:141: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘ssize_t’
  9. host StaticLib: libhost (out/host/darwin-x86/obj/STATIC_LIBRARIES/libhost_intermediates/libhost.a)
  10. host Executable: acp (out/host/darwin-x86/obj/EXECUTABLES/acp_intermediates/acp)
  11. ld: warning: directory not found for option '-Lout/host/darwin-x86/obj/lib'
  12. true
  13. Install: out/host/darwin-x86/bin/acp
  14. Downloading hybrid-portsrc_x86_32-v5_100_82_112.tar.gz...
  15. % Total % Received % Xferd Average Speed Time Time Time Current
  16. Dload Upload Total Spent Left Speed
  17. 100 1112k 100 1112k 0 0 374k 0 0:00:02 0:00:02 --:--:-- 414k
  18. tar: Option --overwrite is not supported
  19. Usage:
  20. List: tar -tf <archive-filename>
  21. Extract: tar -xf <archive-filename>
  22. Create: tar -cf <archive-filename> [filenames...]
  23. Help: tar --help
  24. make: *** [kernel/drivers/net/wireless/wl/hybrid-portsrc_x86_32-v5_100_82_112.tar.gz] Error 1
  25. make: *** Deleting file `kernel/drivers/net/wireless/wl/hybrid-portsrc_x86_32-v5_100_82_112.tar.gz'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement