Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - QT build/link issue for Arm7 build on a Win7 64 PC: Page 1 of 4 (4 Items)
   
QT build/link issue for Arm7 build on a Win7 64 PC  
My environment is:

The build machine is a: Win 7 64 bit PC
The version of QNX is: 650 SP1
QT tools/libraries are: qt_qnx_2011-02024b.zip
Target is: armV7


I have looked at Qmake_qnx.pdf, the readme for the qt_qnx tools, the speedo example and get the same results:

Everything compiles fine but there seems to be something wrong with the libraries (see the atached file for the full 
output for the make).  

ntoarmv7-g++ -Wl,-O1 -o ./armle-v7/speedo ./armle-v7/main.o ./armle-v7/mainwidge
t.o ./armle-v7/speedData.o ./armle-v7/moc_mainwidget.o ./armle-v7/moc_speedData.
o    -Lc:/qnx650/target/qnx6/armle-v7/lib -lQtGui -lQtCore -lQtDeclarative
C:/QNX650/host/win32/x86/usr/bin/ntoarm-ld.exe:C:/QNX650/target/qnx6/armle-v7/us
r/lib/libQtGui.so: file format not recognized; treating as linker script

I have changed the order of the libraries and it always error on the first one used.

Any ideas?


(The attached file has the full make output of the speedo example)
Attachment: Text speedo_build.txt 3.8 KB