Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt3d examples not working on Raspberry
Forum Updated to NodeBB v4.3 + New Features

Qt3d examples not working on Raspberry

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 571 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sedlalu2
    wrote on last edited by
    #1

    Hello,
    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:

    -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 qtwayland
    

    Raspberry is running Raspbian Lite - according to my diploma thesis is better to have system without X11.
    Cross compilation made from Linux Mint 17.2 with gcc linaro tool (v4.9 compiler)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved