mripard / sunxi-mali

GNU General Public License v2.0
100 stars 54 forks source link

mali_memory.c:186:11: error: initialization from incompatible pointer type #68

Closed iamdrq closed 5 years ago

iamdrq commented 5 years ago

sunxi-mali/r8p1/src/devicedrv/mali/linux/mali_memory.c:186:11: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .fault = mali_mem_vma_fault, ^~~~~~ sunxi-mali/r8p1/src/devicedrv/mali/linux/mali_memory.c:186:11: note: (near initialization for ‘mali_kernel_vm_ops.fault’)

sunxi-mali# uname -r 4.15.0-46-generic

when I run: ./build.sh -r r8p1 -u

but I got error,what is wrong?

mripard commented 5 years ago

It sohuld be fixed now, sorry for the trouble