Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. In file included from bootable/recovery/minui/graphics_overlay.cpp:17:
  2. In file included from bootable/recovery/minui/graphics_overlay.h:21:
  3. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:249:2: error: unknown type name 'uint32_t'
  4. uint32_t x;
  5. ^
  6. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:250:2: error: unknown type name 'uint32_t'
  7. uint32_t y;
  8. ^
  9. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:251:2: error: unknown type name 'uint32_t'
  10. uint32_t w;
  11. ^
  12. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:252:2: error: unknown type name 'uint32_t'
  13. uint32_t h;
  14. ^
  15. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:256:2: error: unknown type name 'uint32_t'
  16. uint32_t width;
  17. ^
  18. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:257:2: error: unknown type name 'uint32_t'
  19. uint32_t height;
  20. ^
  21. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:259:2: error: unknown type name 'uint32_t'
  22. uint32_t format;
  23. ^
  24. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:260:2: error: unknown type name 'uint32_t'
  25. uint32_t offset;
  26. ^
  27. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:262:2: error: unknown type name 'uint32_t'
  28. uint32_t priv;
  29. ^
  30. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:272:2: error: unknown type name 'uint16_t'
  31. uint16_t ccs[MDP_CCS_SIZE];
  32. ^
  33. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:274:2: error: unknown type name 'uint16_t'
  34. uint16_t bv[MDP_BV_SIZE];
  35. ^
  36. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:279:2: error: unknown type name 'uint32_t'
  37. uint32_t csc_mv[9];
  38. ^
  39. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:280:2: error: unknown type name 'uint32_t'
  40. uint32_t csc_pre_bv[3];
  41. ^
  42. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:281:2: error: unknown type name 'uint32_t'
  43. uint32_t csc_post_bv[3];
  44. ^
  45. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:282:2: error: unknown type name 'uint32_t'
  46. uint32_t csc_pre_lv[6];
  47. ^
  48. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:284:2: error: unknown type name 'uint32_t'
  49. uint32_t csc_post_lv[6];
  50. ^
  51. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:289:2: error: unknown type name 'uint32_t'
  52. uint32_t r;
  53. ^
  54. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:290:2: error: unknown type name 'uint32_t'
  55. uint32_t g;
  56. ^
  57. hardware/qcom/msm8x84/kernel-headers/linux/msm_mdp.h:291:2: error: unknown type name 'uint32_t'
  58. uint32_t b;
  59. ^
  60. fatal error: too many errors emitted, stopping now [-ferror-limit=]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement