Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QT5 cross compilation using GCC4.6
-
Is it possible to cross compile Qt5 using GCC4.6 (not GCC4.8) for embedded Linux?
-
If you have GCC 4.6 capable to generate binaries for the target hardware then it should work
-
I am able to compile a Hello world cpp code and generated binary file is successfully running on my board.