![](https://seccdn.libravatar.org/avatar/d08c8785b44c2e795ebed85a2afc7cc4.jpg?s=120&d=mm&r=g)
08.07.2014 19:15, Matwey V. Kornilov пишет:
07.07.2014 20:50, Matwey V. Kornilov пишет:
07.07.2014 20:32, Andreas Färber пишет:
With the "default" config:
$ make -j5 modules [...] CC [M] drivers/gpu/drm/omapdrm/omap_plane.o CC [M] drivers/iio/gyro/itg3200_core.o drivers/gpu/drm/omapdrm/omap_plane.c: In function ‘omap_plane_pre_apply’: drivers/gpu/drm/omapdrm/omap_plane.c:145:2: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘dma_addr_t’ [-Werror=format=] DBG("%d,%d %08x %08x", info->pos_x, info->pos_y, ^ drivers/gpu/drm/omapdrm/omap_plane.c:145:2: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’
It is common problem. I fixed similar one for MSM.
Actually, maybe we are using wrong gcc flags?
Lets just disable omap drm, and fix when we will have working kernel. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org