Hi Thiago, you're right. I didn't notice that.
My next problem is OpenGL ES 2.0 That's the configure output with -v: /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++ -Wl,-O1 -o opengles2 opengles2.o -L/home/lucid/ltib/rootfs/usr/lib -lglib-2.0 -lgthread-2.0 -lgstreamer-0.10 -lxml2 -lz -lgmodule-2.0 -lgobject-2.0 -lts -lasound -lfreetype -lexpat -ljpeg -lfontconfig -lSM -lICE -lpng -L/home/lucid/ltib/rootfs/usr/lib -lGLESv2 /home/lucid/ltib/rootfs/usr/lib/libGLESv2.so: undefined reference to `gco3D_Semaphore' /home/lucid/ltib/rootfs/usr/lib/libGLESv2.so: undefined reference to `gcoHAL_QueryTextureCaps' /home/lucid/ltib/rootfs/usr/lib/libGLESv2.so: undefined reference to `gcoHAL_Commit' ... ...(more undefined references to gco*).. ... collect2: ld returned 1 exit status make: *** [opengles2] Error 1 OpenGL ES 2.x disabled. The OpenGL ES 2.0 functionality test failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in /home/lucid/qt5/qtbase/mkspecs/linux-arm-gnueabi-g++. Which library is missing? Any Ideas? Thanks. Regards, Dietrich Gossen Continental Engineering Services Von: Thiago Macieira <[email protected]> An: [email protected] Datum: 16.02.2012 13:15 Betreff: Re: [Interest] Qt5 Cross Compiling for ARM Gesendet von: interest-bounces+dietrich.gossen=continental-corporation....@qt-project.org On quinta-feira, 16 de fevereiro de 2012 12.57.02, [email protected] wrote: > QMAKE_LIBS = -lglib-2.0 -lgthread-2.0 -lgstreamer-0.10 -lxml2 > -lz -lgmodule-2.0 -lgobject-2.0 -lts -lasound \ > -lfreetype -lexpat -ljpeg -lfontconfig -lSM -lICE > -lpng -lgsl -lgsl-fsl -lEGL -lGLESv2 > The new error I am getting is > bi/bin/ld: cannot find -lgsl > > It's about the gstreamer. Is it possible to turn it off in the configure > command? Uh... you added -lgsl to your link flags. If you don't want it, remove it. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 [Anhang "signature" gelöscht von Dietrich Gossen/usr/cag] _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest [Anhang "RMX-encryption-info.txt" gelöscht von Dietrich Gossen/usr/cag]
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
