Results 1 to 7 of 7

Thread: error: #error "Not supported ARM architecture"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2010
    Posts
    3
    Qt products
    Qt/Embedded

    Default Re: error: #error "Not supported ARM architecture"

    Hello,
    can someone give me a hint how to patch.

    I have the same Problem, using a S3c2440 ...an armv4, isn't it? ...patch /3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h ?

    I tried to config it OUT: ./configure -confirm-license -embedded arm -verbose -no-cups -no-webkit -no-javascript-jit but that does not help?
    ...but make has still the "./3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:298:6: error: #error "Not supported ARM architecture"" ERROR?

    regards
    schasch

  2. #2
    Join Date
    Jan 2010
    Posts
    3
    Qt products
    Qt/Embedded

    Default Re: error: #error "Not supported ARM architecture"

    INFO:
    compiling qt-embedded 4.4.3 can be compiled without problems...

  3. #3
    Join Date
    Feb 2010
    Posts
    3
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: error: #error "Not supported ARM architecture"

    Maybe it's late for a reply but I have a detailed solution to the problem.
    Like what people have mentioned in the replies,
    you have to specify the target architecture.

    Check /3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
    You will find the defintions for the architectures there.

    such as , "__ARM_ARCH_5TEJ__" (this is for ARMv5)

    add a line in your ./configure parameters, such as "-D__ARM_ARCH_5TEJ__" , or whichever architecture definition that suits the platform.

    The compile problems to do with javascriptcore should go away.
    It happened to work for me, at least for qt 4.5.1 and 4.6.2, for ARMv5 architecture.

    Hope this helps.

Similar Threads

  1. QT4 - QT SOAP supported?
    By talk2amulya in forum Qt Programming
    Replies: 2
    Last Post: 11th February 2009, 09:15

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.