Advertisement
Guest User

make error

a guest
Oct 20th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. brandonabandon@brandonabandon:~/android/kernel/lge-kernel-iproj$ make viper_defconfig
  2. lge/com_device/input/Kconfig:110:warning: defaults for choice values not supported
  3. lge/com_device/input/Kconfig:117:warning: defaults for choice values not supported
  4. lge/com_device/input/Kconfig:124:warning: defaults for choice values not supported
  5. arch/arm/configs/viper_defconfig:40:warning: symbol value 'm' invalid for BT_L2CAP
  6. warning: (LGE_DISPLAY_MIPI_SHARP_VIDEO_WVGA_PT && LGE_DISPLAY_MIPI_LGIT_VIDEO_HD_PT) selects FB_MSM_MIPI_DSI which has unmet direct dependencies (HAS_IOMEM && FB_MSM)
  7. warning: (LGE_DISPLAY_MIPI_SHARP_VIDEO_WVGA_PT && LGE_DISPLAY_MIPI_LGIT_VIDEO_HD_PT) selects FB_MSM_MIPI_DSI which has unmet direct dependencies (HAS_IOMEM && FB_MSM)
  8. #
  9. # configuration written to .config
  10. #
  11. brandonabandon@brandonabandon:~/android/kernel/lge-kernel-iproj$ make -j2
  12. scripts/kconfig/conf --silentoldconfig Kconfig
  13. lge/com_device/input/Kconfig:110:warning: defaults for choice values not supported
  14. lge/com_device/input/Kconfig:117:warning: defaults for choice values not supported
  15. lge/com_device/input/Kconfig:124:warning: defaults for choice values not supported
  16. warning: (LGE_DISPLAY_MIPI_SHARP_VIDEO_WVGA_PT && LGE_DISPLAY_MIPI_LGIT_VIDEO_HD_PT) selects FB_MSM_MIPI_DSI which has unmet direct dependencies (HAS_IOMEM && FB_MSM)
  17. warning: (LGE_DISPLAY_MIPI_SHARP_VIDEO_WVGA_PT && LGE_DISPLAY_MIPI_LGIT_VIDEO_HD_PT) selects FB_MSM_MIPI_DSI which has unmet direct dependencies (HAS_IOMEM && FB_MSM)
  18. CHK include/linux/version.h
  19. CHK include/generated/utsrelease.h
  20. make[1]: `include/generated/mach-types.h' is up to date.
  21. CC arch/arm/kernel/asm-offsets.s
  22. In file included from include/linux/scatterlist.h:8,
  23. from include/linux/dma-mapping.h:7,
  24. from arch/arm/kernel/asm-offsets.c:15:
  25. /home/brandonabandon/android/kernel/lge-kernel-iproj/arch/arm/include/asm/io.h:30:26: error: mach/msm_rtb.h: No such file or directory
  26. make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
  27. make: *** [prepare0] Error 2
  28. brandonabandon@brandonabandon:~/android/kernel/lge-kernel-iproj$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement