Results 1 to 1 of 1

Thread: Error while configuring Qt for WinCE6.0

  1. #1
    Join Date
    Nov 2009
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Error while configuring Qt for WinCE6.0

    Hello!

    I am a beginner in windows CE as well as in Qt.I have a pc with Wince 6.0 and Visual studio 2005 installed. Ich habe heute Qt 4.4.1 Opensource heruntergeladen und möchte es für Windows CE (Pocket PC) zum Entwickeln unter VS2005 Pro kompilieren.Today I downloaded Qt 4.5.3 open source and would like to compile it for Windows CE for developing under VS2005 ( I don’t have perl installed in my p c ).I have followed all the instructions given by the following linkIch gehe wie in der Anleitung (zwar für ein Snapshot, sollte dennoch funktionieren) http://doc.trolltech.com/main-snapsh...all-wince.html vor. http://doc.trolltech.com/main-snapsh...all-wince.html .According to the requirements that needed for running qt applications on wince , I have downloaded the Windows Mobile 5 Pocket PC sdk from http://doc.trolltech.com/main-snapsh...nts-wince.html link and installed it . Then i did the following steps

    1. I have edited the PATH environment variable according to the document

    Code: Code:

    configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 configure-platform win32-msvc2005-xplatform wincewm50pocket-msvc2005


    in der VS 2005 Command Prompt In the VS 2005 Command Prompt

    erhalte ich die folgenden Warnungen: I get the following warnings:

    Code: Code:

    WARNING: Failure to find: kernel\qfunctions_wince.cpp Generating Visual Studio project files...

    Reading C:/Qt/2009.04/qt/src/winmain/winmain.pro
    Reading C:/Qt/2009.04/qt/src/corelib/corelib.pro
    WARNING: Failure to find: kernel\qfunctions_wince.cpp
    WARNING: Failure to find: kernel\qfunctions_wince.h
    WARNING: Failure to find: kernel\qfunctions_wince.cpp
    WARNING: Failure to find: kernel\qfunctions_wince.h
    Reading C:/Qt/2009.04/qt/src/xml/xml.pro
    Reading C:/Qt/2009.04/qt/src/gui/gui.pro
    WARNING: Failure to find: ..\corelib\kernel\qfunctions_wince.cpp
    WARNING: Failure to find: kernel\qguifunctions_wince.cpp
    WARNING: Failure to find: widgets\qmenu_wince.cpp
    WARNING: Failure to find: ..\corelib\kernel\qfunctions_wince.h
    WARNING: Failure to find: kernel\qguifunctions_wince.h
    WARNING: Failure to find: widgets\qmenu_wince_resource_p.h
    WARNING: Failure to find: styles\qstyle_wince.qrc
    WARNING: Failure to find: dialogs\qfiledialog_wince.ui
    WARNING: Failure to find: ..\corelib\kernel\qfunctions_wince.cpp
    WARNING: Failure to find: kernel\qguifunctions_wince.cpp
    WARNING: Failure to find: widgets\qmenu_wince.cpp
    WARNING: Failure to find: ..\corelib\kernel\qfunctions_wince.h
    WARNING: Failure to find: kernel\qguifunctions_wince.h
    WARNING: Failure to find: widgets\qmenu_wince_resource_p.h
    WARNING: Failure to find: styles\qstyle_wince.qrc
    WARNING: Failure to find: dialogs\qfiledialog_wince.ui
    c:\Qt\2009.04\qt\bin\rcc.exe: File does not exist 'styles\qstyle_wince.qrc'
    c:\Qt\2009.04\qt\bin\rcc.exe: File does not exist 'styles\qstyle_wince.qrc'
    C:\Qt\2009.04\qt\bin\rcc.exe: File does not exist 'styles\qstyle_wince.qrc'
    C:\Qt\2009.04\qt\bin\rcc.exe: File does not exist 'styles\qstyle_wince.qrc'
    Reading C:/Qt/2009.04/qt/src/sql/sql.pro
    Reading C:/Qt/2009.04/qt/src/network/network.pro
    Reading C:/Qt/2009.04/qt/src/script/script.pro

    and after this namake gave following error



    Code: Code:

    NMAKE : fatal error U1073: "kernel\qfunctions_wince.cpp" konnte nicht erstellt werden NMAKE: fatal error U1073: 'kernel \ qfunctions_wince.cpp "could not be created
    Stop. Stop.
    NMAKE : fatal error U1077: ""C:\Programme\Microsoft Visual Studio 8\VC\BIN\nmake.exe"": Rückgabe-Code "0x2" NMAKE: fatal error U1077: 'C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ BIN \ Nmake.exe "': return code '0x2'
    Stop. Stop.
    NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2" NMAKE: fatal error U1077: 'cd': return code '0x2'





    Before calling nmake I have set the environment variables:

    Code: Code:


    set INCLUDE=C:\Programme\Microsoft Visual Studio 8\VC\ce\include;C:\Programme\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Include\Armv4i set INCLUDE = C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ ce \ include C: \ Program Files \ Windows CE Tools \ wce500 \ Windows Mobile 5.0 Pocket PC SDK \ Include \ Armv4i
    set LIB=C:\Programme\Microsoft Visual Studio 8\VC\ce\lib\armv4i;C:\Programme\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Lib\ARMV4I set LIB = C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ ce \ lib \ armv4i C: \ Program Files \ Windows CE Tools \ wce500 \ Windows Mobile 5.0 Pocket PC SDK \ Lib \ ARMV4I
    set PATH=C:\Programme\Microsoft Visual Studio 8\VC\ce\bin\x86_arm;%PATH% set PATH = C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ ce \ bin \ x86_arm;% PATH%




    For tips, I am very grateful!

    Regards
    Anoop
    Last edited by Anu; 19th November 2009 at 10:33.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.