I have already asked this question on Qt forum but with no response so I have decided to make a repost here:
I've recently got my raspberry pi B+. I cross-compiled Qt5.8 library and everything seems to be working just fine except Qt3d (QML).
When I want to run an example of 3D (offical examples included in 5.8 libary) then no error is occured in terminal, but the required object is not here. For example when I want to run example "wireframe" then application is running without any error but all I can see is white screen. Then there are
examples like "simple-qml" which are causing segmentation fault (in fragment shader). This behaviour is really odd.
Can you help me solve this problem? I am trying to solve for almost a week. I really need to solve this problem now because this is part of my diploma thesis.
Configure options:
Code: Select all
-opengl es2 -optimized-qmake -no-pch -make libs -make tools -reduce-exports -sysroot /mnt/rasp -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/home/lukas/raspberry/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -prefix /usr/local/rasp -opensource -nomake examples -nomake tests -confirm-license -skip qtmultimedia -skip qtcharts -skip qtsensors -skip qtgamepad -skip qtmacextras -skip qtandroidextras -skip qtwaylandCross compilation made from Linux Mint 17.2 with gcc linaro tool (v4.9 compiler)