Hello guys and girls,
I'm really lost at this one. I am a beginner and wanted to make a GUI for my Touch Screen using Qt5. I couldnt get the QT Designer to work so I asked for help and someone told me that cross compiling would be easier and faster.
So I started to look into cross compiling and I understand basicly nothing. But first here are my specs:
Rasperry Pi B+ with Rasbian 4.4
The Laptop I wanted to use has Linux Mint 17.3 (based on Ubuntu 14.04 ??) installed
I wanted to use this tool to help me cross-compile: https://buildroot.org/ and then basically follow the instructions from this forum viewtopic.php?f=75&t=89518 to set it up (of course with kernel version 4.4 instead of 3.12).
Now my first question is: I have to do all of this on my Raspberry Pi right? Then I will insert the SD Card into my Laptop and can work on a Raspbian immage from the SD card? How do I know I have everything I need for the toolchain? Compiling takes a few hours so it would be really bad if I missed something.
OR:
I could use one of these guides which are directly from QT so I hope the toolchain would be right:
https://wiki.qt.io/RaspberryPi_Beginners_Guide
https://wiki.qt.io/RaspberryPi2EGLFS
But I'm not sure if the first guide will work because it is for Raspbain wheezy and the second guide talks about some eglfs stuff I never heard about