Error: Failed to create application process: Exec format error
-
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.exeThe 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/pluginsI 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?
-
It seems someone face the same problem.
I think, the important clue is "Exec format error",some ideas? -
-
[quote author="borceg" date="1354957741"]Opps my mistake. Correct is host_10_0_9_284. [ABI:] for Simulator should be custom – x86 – linux – generic – elf – 32bit
Seems that there is some issue with beta 4.
[/quote]The same result, remaining "Exec format error".
-
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-i386HelloWorld (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-littleThis 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.