Results 1 to 8 of 8

Thread: machine type 'X86' conflicts with target machine type 'THUMB'

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: machine type 'X86' conflicts with target machine type 'THUMB'

    Rebuild the library using a WinCE compiler, so it spits out WinCE code in ARM/THUMB format. Ensure the endinaness is correct.

  2. The following user says thank you to squidge for this useful post:

    say2paul (1st March 2010)

  3. #2
    Join Date
    Feb 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows Symbian S60
    Thanks
    2

    Default Re: machine type 'X86' conflicts with target machine type 'THUMB'

    Quote Originally Posted by fatjuicymole View Post
    Rebuild the library using a WinCE compiler, so it spits out WinCE code in ARM/THUMB format. Ensure the endinaness is correct.
    Thanks once again. I understand that I need to compile the QtCore4 library using WinCE compiler. I have never compiled any library using WinCE compiler earlier, I would appreciate if someone can highlight what all tools are required to compile QtCore4 using WinCE and steps to be performed..

  4. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: machine type 'X86' conflicts with target machine type 'THUMB'

    Please refer to the documentation: http://doc.trolltech.com/4.6/install-wince.html

  5. #4
    Join Date
    Feb 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows Symbian S60
    Thanks
    2

    Exclamation Re: machine type 'X86' conflicts with target machine type 'THUMB'

    I am struggling for last 2 months to build qt lib for WinCE but no luck

    Can anyone PLEASE share the qt libs for WinCE 5 (standard ARM) with me...

  6. #5
    Join Date
    Dec 2010
    Posts
    71
    Platforms
    Windows
    Thanks
    26

    Default Re: machine type 'X86' conflicts with target machine type 'THUMB'

    me too... I keep getting error 1077.... each and every diferent way I try...

    I have qt 4.7.1 vs2008 and vs add-in installed with Visual studio 2008.

    I do: configure -platform win32-msvc2008 -xplatform wincewm60professional-msvc2008

    set the paths accordingly to my correct folders, run: setcepaths wincewm60professional-msvc2008
    averything goes well untill nmake.

    Can some one explain or provide a zip with this configuration please?

Similar Threads

  1. how to run Qt programs on non qt machine ?
    By aamer4yu in forum Installation and Deployment
    Replies: 15
    Last Post: 11th July 2012, 08:38
  2. Replies: 2
    Last Post: 22nd December 2009, 21:52
  3. qtdemo 4.4 looks like this on my machine!
    By magland in forum General Discussion
    Replies: 1
    Last Post: 25th May 2008, 08:55
  4. Suggession to install both qt3.3.4 and qt4.2.2 in the same machine
    By joseph in forum Installation and Deployment
    Replies: 1
    Last Post: 20th June 2007, 08:05
  5. Type and User Type
    By campana in forum Qt Programming
    Replies: 1
    Last Post: 28th February 2006, 00:22

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.