Results 1 to 1 of 1

Thread: qt embedded + wince own sdk problem with compiling -qconfig minimal

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

    Default qt embedded + wince own sdk problem with compiling -qconfig minimal

    Hello everyone,

    First of all I want to thank you all the persons who contribute to qt. If I see the directory of qt, there will be days and days of coding necessary to get this far. Also the documentation is good.

    Í'm new to qt so I post my question in this thread.

    I've tried several lighter gui library's like win32++ and smartwin, but there is litle documentation is not so very wel. So I will try qt, with in mind that the size can be a problem on my embedded device http://www.karo-electronics.com/tx25.html

    By this device is also a custom sdk. I can compile qt with this custom sdk, but the dll that is necessary on the device are to big. (Like QtGuid4.dll -> 11mb)

    My configuration is
    Qt Code:
    1. configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005
    To copy to clipboard, switch view to plain text mode 

    wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005 -> is the custom sdk

    So I tried to compile with the following configuration.
    Qt Code:
    1. configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005 -qconfig minimal
    To copy to clipboard, switch view to plain text mode 

    The following link is de output of nmake in dos.

    http://www.uploadarchief.net/files/d...utputnmake.txt

    It seems to be, it has something to do with the define QT_NO_LIBRARY

    Some variables in some cpp files are not reconigzed.

    Can someone tell me what i'm doing wrong ?

    [edit]
    I have the same problem when I compile with the standard sdk 'wincewm50pocket-msvc2005'

    Output nmake http://www.uploadarchief.net/files/d...tputnmake2.txt
    Last edited by lantaarnpaal; 17th June 2010 at 15:29.

Similar Threads

  1. wince project doesn't work on wince, but works on win mobile
    By thedimitrius in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th March 2010, 12:01
  2. Replies: 1
    Last Post: 14th February 2010, 16:56
  3. nmake failing for embedded WINCE
    By Congenital Optimist in forum Newbie
    Replies: 2
    Last Post: 11th September 2009, 15:04
  4. Problem building qt embedded for WinCE and VS2005
    By high_flyer in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 5th June 2009, 01:04
  5. Multiple apps using Qt/Embedded+Qtopia on Embedded Linux
    By drahardja in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 17th February 2008, 21:46

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.