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. Qt configure not creating checksdk.exe as it should

Qt configure not creating checksdk.exe as it should

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.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.
  • D Offline
    D Offline
    donjuedo
    wrote on last edited by
    #1

    My attempt to build Qt for an embedded WinCE app fails. My command line is this:

    configure -platform win32-msvc2008 -xplatform wince60standard-armv4i-msvc2008 -nomake demos -nomake examples

    This produces many lines of "Reading C:/Qt/Qt4.8.4/src/blah blah blah", all with no errors. After that comes execution of MS Program Maintenance Utility: first execution is a cd bootstrap\ && .... nmake.exe ... , generating no error.

    The second execution is nmake.exe again, with a fully qualified path name.

    The third execution is cl, with all the options, #define options, etc. This is where the first error is reported: Cannot open include file: Stddef.h

    Of course, the file exists, but the path environment variable is not set up correctly. Looking back, I see that setcepaths did not run correctly, because checksdk.exe does not exist. Here is the real problem, I think.

    Somewhere on the forum, I saw that checksdk.exe is generated during the configure step. Apparently, that's not happening, although configure output shows no sign of failure to make that.

    I'm confused. I did read the instructions, which say to run configure then setcepaths, in that order, with other stuff in between. If those paths are needed to make configure go, then it seems circular. Others before me have succeeded, so it is something I am doing wrong, but I'm not seeing it.

    Does anyone have suggestions for what I should do next to clean this up?

    Peter

    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