Results 1 to 13 of 13

Thread: Can't install Qt for win CE on win XP

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    8
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Can't install Qt for win CE on win XP

    I had the same problem. I have also a custom installed sdk. I have done the following

    in the bin directory you have a program checksdk.exe, that can create a .bat file that you have to execute. First you have to find out if your sdk is there with

    checksdk -list

    you get some names also with your sdk if properly installed. Then you have to make a .bat file with

    checksdk.exe -sdk "your sdk name" -script setenviroment.bat

    you have to execute the .bat file

    setenviroment

    as response you get (on my computer and my sdk board)

    Qt Code:
    1. C:\Program Files\Microsoft Visual Studio 8\vc\bin>"C:\Program Files\Microsoft Vi
    2. sual Studio 8\Common7\Tools\vsvars32.bat"
    3. Setting environment for using Microsoft Visual Studio 2005 x86 tools.
    4.  
    5. C:\Program Files\Microsoft Visual Studio 8\vc\bin>cd\
    6.  
    7. C:\>cd qt/shadow2
    8.  
    9. C:\qt\shadow2>cd bin
    10.  
    11. C:\qt\shadow2\bin>setenviroment.bat
    12. Environment Selection:TX25_SDK_v1_5_CE_6_0 (ARMV4I)
    13.  
    14. C:\qt\shadow2\bin>
    To copy to clipboard, switch view to plain text mode 

    But if you use the standard sdk you can use setcepath but then you haven't installed the sdk properly.

    You can find them here

    http://doc.trolltech.com/4.6/requirements-wince.html

  2. #2
    Join Date
    Oct 2009
    Posts
    16
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Can't install Qt for win CE on win XP

    i faced similar problem , i solved that b this steps( for my arm board)

    1)i have downloaded wince5 standard sdk from the following link
    http://www.microsoft.com/downloads/d...displaylang=en

    and installed the sdk

    2)extracted qt binaries to :
    c:\Qt\4.5.3

    3)Opened MS visual studio command prompt , changed to c:\Qt\4.5.3 directory

    4) typed : configure –platform win32-msvc2005 –xplatform wince50standard-armv4i-msvc2005
    in the command prompt

    5)after configuring changed c:\Qt\4.5.3\bin

    and typed : setcepaths wince50standard-armv4i-msvc2005
    u should get response as SDK environment set(or some similar response , as i couldn't remember exact response)

    6) at last typed : nmake

    after more than an hour qt installed successfully.


    May be this can give u a hint in solving your problem.

  3. #3
    Join Date
    Jun 2010
    Posts
    8
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Can't install Qt for win CE on win XP

    @msrihari

    Have you already succeeded with minimalizing the library's of qt ? or wasn't this necessary for you ?

  4. #4
    Join Date
    Oct 2009
    Posts
    16
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Can't install Qt for win CE on win XP

    procedure i mentioned previously is for the first time when in installed qt on my system , later i installed with different configuration based on my requirements

Similar Threads

  1. Replies: 4
    Last Post: 18th April 2010, 00:37
  2. how to install
    By shihao in forum Installation and Deployment
    Replies: 3
    Last Post: 16th March 2010, 18:20
  3. How to install Qt ???
    By dany_MB in forum Installation and Deployment
    Replies: 4
    Last Post: 2nd October 2008, 08:53
  4. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 19:38
  5. "make install" doesn't install binary
    By jiveaxe in forum Newbie
    Replies: 2
    Last Post: 2nd January 2008, 12:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.