Good Morning, I have an issue compiling fsl-image-gui. I just changed to another PC and when I bitbake my compilation I get this message:
arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../mi -I../hw/xfree86/dri2 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite/usr/include/pixman-1 -I/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -fvisibility=hidden -I/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite/usr/include/libdrm -I/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite/usr/include/libdrm -I/home/dgg/rootfs_buider/build/tmp/sysroots/imx6qsabrelite/usr/include/X11/dri -DGLX_USE_TLS -DPTHREADS -O2 -pipe -g -feliminate-unused-debug-types -c glxscreens.c -fPIC -DPIC -o .libs/glxscreens.o In file included from ../include/dixstruct.h:28:0, from glxserver.h:42, from glxcmds.c:38: ../include/dix.h:532:22: warning: redundant redeclaration of 'ffs' [-Wredundant-decls] In file included from ../include/dixstruct.h:28:0, from glxserver.h:42, from glxdricommon.c:38: ../include/dix.h:532:22: warning: redundant redeclaration of 'ffs' [-Wredundant-decls] glxdricommon.c: In function 'createModeFromConfig': glxdricommon.c:141:32: error: 'GLX_RGBA_BIT' undeclared (first use in this function) glxdricommon.c:141:32: note: each undeclared identifier is reported only once for each function it appears in glxdricommon.c:143:32: error: 'GLX_COLOR_INDEX_BIT' undeclared (first use in this function) glxdricommon.c:147:33: error: 'GLX_NON_CONFORMANT_CONFIG' undeclared (first use in this function) glxdricommon.c:149:33: error: 'GLX_SLOW_CONFIG' undeclared (first use in this function) glxdricommon.c:151:33: error: 'GLX_NONE' undeclared (first use in this function) glxdricommon.c:156:42: error: 'GLX_TEXTURE_1D_BIT_EXT' undeclared (first use in this function) glxdricommon.c:158:42: error: 'GLX_TEXTURE_2D_BIT_EXT' undeclared (first use in this function) glxdricommon.c:160:42: error: 'GLX_TEXTURE_RECTANGLE_BIT_EXT' undeclared (first use in this function) glxdricommon.c: In function 'glxConvertConfigs': glxdricommon.c:188:20: error: 'GLX_TRUE_COLOR' undeclared (first use in this function) glxdricommon.c:198:20: error: 'GLX_DIRECT_COLOR' undeclared (first use in this function) glxdricommon.c: In function 'glxProbeDriver': glxdricommon.c:241:14: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] glxdricommon.c:246:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] make[1]: *** [glxdricommon.lo] Error 1 I'm so confused because in another PC with the same Ubuntu Distribution I did't have this problem. Any Ideas? Thank you in advance!
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto