Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.