config.status: creating exynos/Makefile config.status: creating exynos/libdrm_exynos.pc config.status: creating freedreno/Makefile config.status: creating freedreno/libdrm_freedreno.pc config.status: creating tegra/Makefile config.status: creating tegra/libdrm_tegra.pc config.status: creating vc4/Makefile config.status: creating vc4/libdrm_vc4.pc config.status: creating etnaviv/Makefile config.status: creating etnaviv/libdrm_etnaviv.pc config.status: creating tests/Makefile config.status: creating tests/modeprint/Makefile config.status: creating tests/modetest/Makefile config.status: creating tests/kms/Makefile config.status: creating tests/kmstest/Makefile config.status: creating tests/proptest/Makefile config.status: creating tests/radeon/Makefile config.status: creating tests/amdgpu/Makefile config.status: creating tests/vbltest/Makefile config.status: creating tests/exynos/Makefile config.status: creating tests/tegra/Makefile config.status: creating tests/nouveau/Makefile config.status: creating tests/etnaviv/Makefile config.status: creating tests/util/Makefile config.status: creating man/Makefile config.status: creating libdrm.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls libdrm 2.4.89 will be compiled with: libkms yes Intel API no vmwgfx API no Radeon API no AMDGPU API no Nouveau API no OMAP API no EXYNOS API no Freedreno API no (kgsl: no) Tegra API no VC4 API no Etnaviv API yes >>> libdrm 2.4.89 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/libdrm-2.4.89/ /usr/bin/make -s all-recursive Making all in . CC libdrm_la-xf86drm.lo CC libdrm_la-xf86drmHash.lo CC libdrm_la-xf86drmRandom.lo CC libdrm_la-xf86drmSL.lo CC libdrm_la-xf86drmMode.lo xf86drmMode.c: In function 'drmModeAddFB': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:266:5: note: called from here if ((ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_ADDFB, &f))) ^ xf86drmMode.c: In function 'drmModeAddFB2WithModifiers': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:292:5: note: called from here if ((ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_ADDFB2, &f))) ^ xf86drmMode.c: In function 'drmModeRmFB': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:312:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_RMFB, &bufferId); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeDirtyFB': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:350:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_DIRTYFB, &dirty); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeSetCrtc': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:407:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETCRTC, &crtc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeSetCursor': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:425:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_CURSOR, &arg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeSetCursor2': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:441:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_CURSOR2, &arg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeMoveCursor': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:454:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_CURSOR, &arg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeAttachMode': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:610:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_ATTACHMODE, &res); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeDetachMode': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:621:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_DETACHMODE, &res); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeConnectorSetProperty': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:738:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETPROPERTY, &osp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeCrtcGetGamma': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:868:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_GETGAMMA, &l); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeCrtcSetGamma': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:883:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETGAMMA, &l); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModePageFlip': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:965:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_PAGE_FLIP, &flip); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModePageFlipTarget': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:981:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_PAGE_FLIP, &flip_target); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeSetPlane': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1007:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETPLANE, &s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeObjectSetProperty': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1205:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_OBJ_SETPROPERTY, &prop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeAtomicCommit': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1452:6: note: called from here ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_ATOMIC, &atomic); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeCreatePropertyBlob': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1480:6: note: called from here ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_CREATEPROPBLOB, &create); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeDestroyPropertyBlob': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1495:9: note: called from here return DRM_IOCTL(fd, DRM_IOCTL_MODE_DESTROYPROPBLOB, &destroy); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeCreateLease': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1509:6: note: called from here ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_CREATE_LEASE, &create); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeListLessees': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1526:6: note: called from here if (DRM_IOCTL(fd, DRM_IOCTL_MODE_LIST_LESSEES, &list)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1535:6: note: called from here if (DRM_IOCTL(fd, DRM_IOCTL_MODE_LIST_LESSEES, &list)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeGetLease': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1553:6: note: called from here if (DRM_IOCTL(fd, DRM_IOCTL_MODE_GET_LEASE, &get)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1562:6: note: called from here if (DRM_IOCTL(fd, DRM_IOCTL_MODE_GET_LEASE, &get)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xf86drmMode.c: In function 'drmModeRevokeLease': xf86drmMode.c:68:19: warning: inlining failed in call to 'DRM_IOCTL': call is unlikely and code size would grow [-Winline] static inline int DRM_IOCTL(int fd, unsigned long cmd, void *arg) ^~~~~~~~~ xf86drmMode.c:1581:6: note: called from here ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_REVOKE_LEASE, &revoke); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libdrm.la Making all in libkms CC linux.lo CC dumb.lo CC api.lo CCLD libkms.la Making all in etnaviv CC etnaviv_device.lo CC etnaviv_gpu.lo CC etnaviv_bo.lo CC etnaviv_bo_cache.lo etnaviv_bo.c: In function 'lookup_bo': etnaviv_bo.c:71:2: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (!drmHashLookup(tbl, handle, (void **)&bo)) { ^~ CC etnaviv_perfmon.lo CC etnaviv_pipe.lo CC etnaviv_cmd_stream.lo CCLD libdrm_etnaviv.la Making all in data Making all in tests Making all in util CC libutil_la-format.lo CC libutil_la-kms.lo CC libutil_la-pattern.lo CCLD libutil.la Making all in kms CC libkms-test-device.lo CC libkms-test-crtc.lo CC libkms-test-framebuffer.lo CC libkms-test-plane.lo CC libkms-test-screen.lo CC kms-steal-crtc.o CC kms-universal-planes.o CCLD libkms-test.la CCLD kms-steal-crtc CCLD kms-universal-planes Making all in modeprint CC modeprint.o CCLD modeprint Making all in proptest CC proptest.o In file included from proptest.c:37:0: proptest.c: In function 'listObjectProperties': ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:97:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:99:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:101:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:103:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BITMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:105:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:107:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_OBJECT)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:112:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:119:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:126:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:132:13: note: called from here } else if (drm_property_type_is(prop, DRM_MODE_PROP_BITMASK)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:142:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:152:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from proptest.c:37:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ proptest.c:154:11: note: called from here else if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD proptest Making all in modetest CC buffers.o CC cursor.o CC modetest.o In file included from modetest.c:63:0: modetest.c: In function 'dump_prop': ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:354:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:356:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:358:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:360:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BITMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:362:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:364:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_OBJECT)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:368:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:375:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:382:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:388:13: note: called from here } else if (drm_property_type_is(prop, DRM_MODE_PROP_BITMASK)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:398:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:408:6: note: called from here if (drm_property_type_is(prop, DRM_MODE_PROP_BLOB)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from modetest.c:63:0: ../../xf86drmMode.h:246:21: warning: inlining failed in call to 'drm_property_type_is.isra.0': call is unlikely and code size would grow [-Winline] static __inline int drm_property_type_is(drmModePropertyPtr property, ^~~~~~~~~~~~~~~~~~~~ modetest.c:410:11: note: called from here else if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD modetest Making all in vbltest CC vbltest.o CCLD vbltest Making all in kmstest CC main.o CCLD kmstest Making all in etnaviv CC etnaviv_2d_test.o CC write_bmp.o CC etnaviv_cmd_stream_test.o CC etnaviv_bo_cache_test.o CCLD etnaviv_bo_cache_test CCLD etnaviv_cmd_stream_test CCLD etnaviv_2d_test ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_store_full_emulation' ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_fetch_compare_and_swap_emulation' collect2: error: ld returned 1 exit status make[5]: *** [etnaviv_bo_cache_test] Error 1 make[5]: *** Waiting for unfinished jobs.... ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_store_full_emulation' ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_fetch_compare_and_swap_emulation' collect2: error: ld returned 1 exit status make[5]: *** [etnaviv_cmd_stream_test] Error 1 ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_store_full_emulation' ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_fetch_compare_and_swap_emulation' collect2: error: ld returned 1 exit status make[5]: *** [etnaviv_2d_test] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/libdrm-2.4.89/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'