Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Wince Crypthography
Qt 6.11 is out! See what's new in the release blog

Wince Crypthography

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 2 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rileo8
    wrote on last edited by
    #1

    Hi,

    was someone able to compile qca for wince platform using vs2005?

    I'm trying but when i run configure in the qca folder i gives me:

    fatal error LNK1112: module type 'X86' conflict with destination'THUMB'

    ...

    thanks,
    Riccardo

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I did not do that but it seems you are not using the correct compiler. Are you sure you are using the wince SDK ?

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rileo8
        wrote on last edited by
        #3

        Gi,

        i'm using the same cmd used to compile qt.
        I also set QTDIR to point at the Qt for wince folder

        I'm missing something?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Seems that cmake use your desktop Qt version rather that the cross-compiled. Check the CMakeFiles to verify that and try to force the detection of the cross-compiled Qt

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rileo8
            wrote on last edited by
            #5

            This is the conf.log created when I run configure

            @
            Microsoft (R) Program Maintenance Utility versione 8.00.50727.762
            Copyright (C) Microsoft Corporation. Tutti i diritti riservati.

            "C:\Programmi\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Debug

            Microsoft (R) Program Maintenance Utility versione 8.00.50727.762
            Copyright (C) Microsoft Corporation. Tutti i diritti riservati.

            C:\Qt\4.8.5\bin\moc.exe -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DUNDER_CE -DWINCE -DSTANDARDSHELL_UI_MODEL -D_WIN32_WCE=0x600 -DARMV4I -D_ARMV4I_ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D_WIN32 -D__arm__ -DHAVE_MODULES -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NO_DYNAMIC_CAST -I"c:\Qt\4.8.5\include\QtCore" -I"c:\Qt\4.8.5\include" -I"c:\Qt\4.8.5\include\ActiveQt" -I"debug" -I"c:\Qt\4.8.5\mkspecs\default" -D_MSC_VER=1400 conf4.cpp -o debug\conf4.moc
            cl -c -nologo -Zm200 -Zc:wchar_t- -DDEBUG -D_DEBUG -Zi -MDd -EHs-c- -W3 -w34100 -w34189 -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DUNDER_CE -DWINCE -DSTANDARDSHELL_UI_MODEL -D_WIN32_WCE=0x600 -DARMV4I -D_ARMV4I_ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D_WIN32 -D__arm__ -DHAVE_MODULES -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NO_DYNAMIC_CAST -I"c:\Qt\4.8.5\include\QtCore" -I"c:\Qt\4.8.5\include" -I"c:\Qt\4.8.5\include\ActiveQt" -I"debug" -I"c:\Qt\4.8.5\mkspecs\default" -Fodebug\ @C:\WINDOWS\TEMP\nm118.tmp
            conf4.cpp
            .\conf4.cpp(23) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
            C:\Programmi\Microsoft Visual Studio 8\VC\INCLUDE\stdlib.h(483): vedere la dichiarazione di 'getenv'
            link /LIBPATH:"c:\Qt\4.8.5\lib" /NOLOGO /NODEFAULTLIB:OLDNAMES.LIB /DEBUG /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /ENTRY:mainACRTStartup /OUT:conf.exe @C:\WINDOWS\TEMP\nm119.tmp
            debug\conf4.obj : fatal error LNK1112: il tipo di computer del modulo 'X86' è in conflitto con il tipo di computer di destinazione 'THUMB'
            NMAKE : fatal error U1077: '"C:\Programmi\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : codice restituito '0x458'
            Stop.
            NMAKE : fatal error U1077: '"C:\Programmi\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : codice restituito '0x2'
            Stop.
            @

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Are you sure you are using a Qt built for Windows CE ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • R Offline
                R Offline
                rileo8
                wrote on last edited by
                #7

                I'm pretty sure...but thre is a way to check ?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Check the dlls's architecture in the lib folder in C:\Qt\4.8.5

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved