QT/CE Linking Error

Espen Riskedal espenr at trolltech.com
Fri Oct 19 16:03:47 CEST 2007


christian.fankhauser at mpreis.at wrote:
> 
> hello espen,
> 
> i wanted to check out the qt/ce tp1
> i've done the installation as you discribed.
> 
> installing "Windows Mobile 5.0 Pocket PC SDK.msi"
> installing "qt-wince-preview-commercial-4.3.2-vs2005.exe"
> 
> configue -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005
> setcepaths wincewm50pocket-msvc2005
> nmake
> it works so far
> 
> then i wanted to create your textedit demo and i got this linking error
> 
> Kompilieren...                 (compile)
> qrc_textedit.cpp
> moc_textedit.cpp
> textedit.cpp
> main.cpp
> Code wird generiert...        (code will be generated)
> Verknüpfen...                        (linking)
> .\tmp\obj\debug_shared\main.obj : fatal error LNK1112: Modul-Computertyp 
> "X86" steht in Konflikt mit dem Zielcomputertyp "THUMB".                 
>                 (modul-computertype "X86" conflicts with the target 
> computer type "THUMB")
> 
> do you have a solution for this problem

You should do an:

nmake distclean

and then go throught the whole configure, setcepaths, nmake thing again 
and then it should work.

espen



More information about the Qtce-preview-feedback mailing list