Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. CC [M] /home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali/platform/sunxi/sunxi.o
  2. /home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali/platform/sunxi/sunxi.c: In function ‘mali_platform_device_register’:
  3. /home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali/platform/sunxi/sunxi.c:221:13: error: ‘struct device’ has no member named ‘cma_area’; did you mean ‘dma_parms’?
  4. cma = dev->cma_area;
  5. ^~~~~~~~
  6. dma_parms
  7. make[2]: *** [scripts/Makefile.build:314: /home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali/platform/sunxi/sunxi.o] Error 1
  8. make[1]: *** [Makefile:1498: _module_/home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali] Error 2
  9. make[1]: Leaving directory '/home/matthew/Downloads/kernel/linux-4.14-rc3'
  10. make: *** [Makefile:197: modules] Error 2
  11. make: Leaving directory '/home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali'
  12. cp: cannot stat '/home/matthew/Downloads/kernel/sunxi-mali/r6p2/src/devicedrv/mali//mali.ko': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement