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. How to compile WINCE Version For AMRv4?

How to compile WINCE Version For AMRv4?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.2k 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.
  • W Offline
    W Offline
    wps2000
    wrote on last edited by
    #1

    Portable Devices in my company is Honeywell Dophin 6100, which is running Windows CE 5.0. After many of test, I found When I compile Any Program which arch is set to ARMv4I cann't be run at it.But when I compile the MFC Program which platform is target to Pocket PC 2003,which arch is ARMv4, It can be run at the devices.

      So, *My Question is how to compile QT for the platform Pocket PC 2003(Which is come with Visual Studio 2008), with arch is set to ARMv4, not ARMv4I. I have read every mkspecs,But I found none of it is suiteable for ARMv4.*
    
    1 Reply Last reply
    0
    • S Offline
      S Offline
      SteveKing
      wrote on last edited by
      #2

      Hi,

      You will need to create your own mkspec. This is quite easy, simply copy an existing wince5 armv4i and then change the qmake.conf file to include the correct definitions. If you already have some VS2008 applications for armv4 you should be able to copy most of these from there.

      Once you've done this follow the instructions in the Qt manual for doing a shadow build for WinCE and you should have a Qt version for your device.

      Before you try running anything on the device I would suggest a search about Qt libraries and memory space on WinCE5 as you can easily run out of memory on CE5 using the large Qt Dlls.

      Hope this helps,
      Steve

      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