Advertisement
Guest User

Untitled

a guest
Oct 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. root@bpi:/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm# KDIR=/lib/modules/4.1.0-rc1/build make
  2. make ARCH=arm -C /lib/modules/4.1.0-rc1/build M=/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm modules
  3. make[1]: Entering directory '/usr/src/linux'
  4. CC [M] /usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.o
  5. In file included from include/linux/module.h:22:0,
  6. from include/drm/drm_vma_manager.h:29,
  7. from include/drm/drmP.h:75,
  8. from /usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.c:13:
  9. ./arch/arm/include/asm/module.h:44:0: warning: "MODULE_ARCH_VERMAGIC" redefined
  10. #define MODULE_ARCH_VERMAGIC \
  11. ^
  12. In file included from /usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.c:11:0:
  13. include/linux/vermagic.h:25:0: note: this is the location of the previous definition
  14. #define MODULE_ARCH_VERMAGIC ""
  15. ^
  16. In file included from /usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.c:15:0:
  17. /usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.h:22:26: fatal error: drm/drm_sman.h: Datei oder Verzeichnis nicht gefunden
  18. compilation terminated.
  19. scripts/Makefile.build:258: recipe for target '/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.o' failed
  20. make[2]: *** [/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm/mali/mali_drv.o] Error 1
  21. Makefile:1383: recipe for target '_module_/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm' failed
  22. make[1]: *** [_module_/usr/src/DX910-SW-99002-r5p2-00rel0/driver/src/egl/x11/drm_module/mali_drm] Error 2
  23. make[1]: Leaving directory '/usr/src/linux'
  24. Makefile:69: recipe for target 'all' failed
  25. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement