Advertisement
deadman96385

Untitled

Oct 30th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. target C++: libwrs_omxil_base <= hardware/intel/common/wrs_omxil_core/base/src/portother.cpp
  2. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'pvrClear':
  3. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:82:9: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  4. memset(&vNode->arg.d.req, 0, sizeof(vNode->arg.d.req));
  5. ^
  6. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:82:9: warning: incompatible implicit declaration of built-in function 'memset'
  7. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'psbWsbmInitialize':
  8. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:129:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  9. strncpy(arg.extension, drmExt, sizeof(drmExt));
  10. ^
  11. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:129:5: warning: incompatible implicit declaration of built-in function 'strncpy'
  12. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'psbWsbmAllocateFromUB':
  13. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:178:11: error: too many arguments to function 'wsbmBODataUB'
  14. ret = wsbmBODataUB(wsbmBuf,
  15. ^
  16. In file included from hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:19:0:
  17. out/target/product/Z00A/obj/include/libwsbm/wsbm/wsbm_manager.h:96:12: note: declared here
  18. extern int wsbmBODataUB(struct _WsbmBufferObject *buf,
  19. ^
  20. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'psbWsbmWrapTTMBuffer':
  21. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:259:5: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=]
  22. VTRACE("wrap buffer %p for handle %#x", wsbmBuf, handle);
  23. ^
  24. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'psbWsbmWrapTTMBuffer2':
  25. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:283:5: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=]
  26. VTRACE("wrap buffer %p for handle %#x", wsbmBuf, handle);
  27. ^
  28. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c: In function 'psbWsbmCreateFromUB':
  29. hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:299:11: error: too many arguments to function 'wsbmBODataUB'
  30. ret = wsbmBODataUB(wsbmBuf, size, NULL, NULL, 0, vaddr, -1);
  31. ^
  32. In file included from hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/../../ips/common/WsbmWrapper.c:19:0:
  33. out/target/product/Z00A/obj/include/libwsbm/wsbm/wsbm_manager.h:96:12: note: declared here
  34. extern int wsbmBODataUB(struct _WsbmBufferObject *buf,
  35. ^
  36. make: *** [/home/teamliquid/Sean/CM-M/out/target/product/Z00A/obj/SHARED_LIBRARIES/hwcomposer.moorefield_intermediates/dotdot/dotdot/ips/common/WsbmWrapper.o] Error 1
  37. make: *** Waiting for unfinished jobs....
  38. target C++: libva_videodecoder <= hardware/intel/common/libmix/videodecoder/VideoDecoderHost.cpp
  39. warning: string 'gsm_alphabet_default_charset' has no default translation.
  40.  
  41. #### make failed to build some targets (08:07 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement