Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT 5.15.2 on macos with QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
Qt 6.11 is out! See what's new in the release blog

QT 5.15.2 on macos with QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 1.1k 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.
  • R Offline
    R Offline
    rauofthameem
    wrote on last edited by
    #1

    Hello, I am trying to build QT 5.15.2 fat library on macOS (Big Sur 11.4) with Xcode 12.5.1, below is my configure command.

    ./configure -opensource -confirm-license -skip qtwebengine -nomake tests -no-compile-examples -nomake examples -xplatform macx-clang -device-option QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"

    It errors out with:

    global/qfloat16_f16c.c:48:4: error: "AVX support required"
    #  error "AVX support required"
    

    Any suggestions?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pholz
      wrote on last edited by
      #2

      same issue. did you manage to resolve it?

      SGaistS 1 Reply Last reply
      0
      • P pholz

        same issue. did you manage to resolve it?

        SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        If memory serves well it's x86_64h that should be used.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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