Error: Failed to create application process: Exec format error
Following this link http://qt-project.org/wiki/Setting-up-Qt-Creator-for-BlackBerry-and-QNX
Build and Deploy all sucess, but can’t launch the application in the simulator.
Does anyone have some ideas?
13 replies
Hi,borceg.
It doesn’t solved the problem.
My Env is: Win7 Home Basic + QtCreator 2.6 + BBNDK beta4
Compiler Path: C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\qcc.exe
ABI: custom – arm – linux – generic – elf – 32bit
Qt Version: C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\qmake.exe
Is there some wrong?
Hi, borceg.
The details setting of [QtCreator]:
[Compiler Path:] C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\qcc.exe
[ABI:] custom – arm – linux – generic – elf – 32bit
[Qt Version:] C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\qmake.exe
The details setting of [qt.conf]:
Prefix = ../../../../..
Binaries = C:/bbndk/host_10_0_9_284/win32/x86/usr/bin
Headers = C:/bbndk/target_10_0_9_1101/qnx6/usr/include/qt4
Data = C:/bbndk/target_10_0_9_1101/qnx6/usr/share/qt4
Libraries = C:/bbndk/target_10_0_9_1101/qnx6/armle-v7/usr/lib/qt4/lib
Imports = C:/bbndk/target_10_0_9_1101/qnx6/armle-v7/usr/lib/qt4/imports
Plugins = C:/bbndk/target_10_0_9_1101/qnx6/armle-v7/usr/lib/qt4/plugins
I think , all other path point to target_10_0_9_1101, except qcc/qmake/binaries path point to host_10_0_9_284.
Something wrong?
HelloWorld (build by QNX Momentic IDE):
C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\ntox86-objdump.exe -a HelloWorld
result: file format elf32-i386
HelloWorld (build by QtCreator 2.6):
C:\bbndk\host_10_0_9_284\win32\x86\usr\bin\ntox86-objdump.exe -a HelloWorld
result: file format elf32-little
This is the point why i got ‘Exec format error’!
But i don’t know how to modify the compiler abi settings in QtCreator 2.6, i’v tried almost all items.
You must log in to post a reply. Not a member yet? Register here!
