segmentation fault
Unsolved
Mobile and Embedded
-
@Milav said in segmentation fault:
the difference between host pc and Embedded target board is only QT source.
Host pc => qmake (qt version 5.4.0 )
Embedded target => qmake (qt version 4.8.7)You should have stated these settings from the very beginning... :-)
Anyway, could it be possible that you build Qt 4.8.7 for PC (host) and build your example again with that Qt version and run in PC to see what happens.