Advertisement
aperio

ArrowOS Pix3XL compile error

Jul 31st, 2020 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. hardware/qcom/sdm845/display/liblight/lights.c:33:10: fatal error: 'linux/msm_mdp.h' file not found
  2. hardware/qcom/sdm845/display/libhistogram/histogram_collector.cpp:35:10: fatal error: 'drm/msm_drm_pp.h' file not found
  3.  
  4. You need to set:
  5. TARGET_SPECIFIC_HEADER_PATH := device/semc/<device>/include
  6.  
  7. and populate this with include files you need, e.g:
  8. include/linux/msm_mdp.h
  9.  
  10. In device BoardConfig.mk
  11. TARGET_SPECIFIC_HEADER_PATH := $(PLATFORM_PATH)/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement