12-25-2012 04:48 PM
Hello. I tried to compile simple Qt application and run it on simulator, but I have problem with this. I use Qt 4.8.1 Playbook SDK to it. Building going without any errors, but when I am trying to run it on simulator, I got that error:
In Qt log:
Info: Launching ID.testDev_ID_________91b_____...
Error: Failed to create application process: Exec format error
Launching application failed
In PB simulator:
unable to start *** due to error 8
I found that page http://qt-project.org/forums/viewthread/22541, but I can't understand how to do it:
Finally Solution:
point the Qt mkspec in the kits page to C:\bbndk\target_10_0_9_1101\qnx6\usr\share\qt4\mks
Thanks