Cross-compiling full Qt 5.11.x for Raspberry Pi: error with QGeoMap class in Qt Location module
QtonPi
2
Posts
2
Posters
1.2k
Views
2
Watching
-
wrote on 9 Aug 2018, 16:05 last edited by Pablo J. Rogina 8 Sept 2018, 16:05
From this post, an error appears when cross-compiling Qt 5.11.x (full from source code tarball, i.e. qt-everywhere-src-5.11.0.tar.xz) and following the steps from this guide.
SOLUTION:
It looks like the default cross-compiler (GCC 4.9) used as part of those steps (from Raspberry tools repository) is kinda old, and just using a new /more up to date GCC cross-compiler (i.e. by building GCC 8.1 yourself) solves the issue. -
Great, thanks for info!
1/2