Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Linking fails for WINCE7
QtWS25 Last Chance

Linking fails for WINCE7

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.6k Views
  • 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.
  • S Offline
    S Offline
    spiesra
    wrote on last edited by
    #1

    Hello,
    At the moment I try to build qt5 out of source for wince7 on my win7 machine. I use a SDK from Toradex (http://developer.toradex.com/software-resources/arm-family/windows-ce/development-tools#Visual_Studio_2008)

    I downloaded Qt 5.1.1. source code, ran the configure in the visualstudio command prompt with

    Configure –platform win32-msvc2008 –xplatform wince70embedded-armv4i-msvc2008

    and compiling works fine with nmake. But i get a lot of errors during linking process:

    moc_qfilesystemwatcher_win_p.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl std::numeric_limits<__int64>::min(void)" (_imp?min@?$numeric_limits@_J@std@@SA_JXZ)
    moc_qwindowspipewriter_p.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl std::numeric_limits<__int64>::min(void)" (_imp?min@?$numeric_limits@_J@std@@SA_JXZ)
    qmimetypeparser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl std::numeric_limits<__int64>::min(void)" (_imp?min@?$numeric_limits@_J@std@@SA_JXZ)
    ...
    moc_qstringlistmodel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl std::_Lockit::~_Lockit(void)" (_imp??1_Lockit@std@@QAA@XZ)
    ...
    moc_qstringlistmodel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl std::_String_base::~_String_base(void)" (_imp??1_String_base@std@@QAA@XZ)

    my LIB env I set to:
    set LIB=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\lib\armv4i;C:\Program Files (x86)\Windows CE Tools\SDKs\SDK2wince7\Lib\ARMv4I;

    Does anyone has an idea what else i have to link to?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mariosgn
      wrote on last edited by
      #2

      Hello,

      did you solve the problem?
      I have the same error here with another custom SDK.
      Mario

      1 Reply Last reply
      0
      • G Offline
        G Offline
        Gerharddc
        wrote on last edited by
        #3

        I have the same problem

        1 Reply Last reply
        0
        • G Offline
          G Offline
          Gerharddc
          wrote on last edited by
          #4

          I have the same problem

          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