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. Could not determine target Architecture
Forum Updated to NodeBB v4.3 + New Features

Could not determine target Architecture

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 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.
  • C Offline
    C Offline
    Chandrasekhar
    wrote on last edited by
    #1

    Hi,

    I am getting the error Could not determine target architecture while buildling Qt for arm

    OpenGL ES 2.x disabled.
    The OpenGL ES 2.0 functionality test failed!
    You might need to modify the include and library search paths by editing
    QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in

    jsulmJ 1 Reply Last reply
    0
    • C Chandrasekhar

      Hi,

      I am getting the error Could not determine target architecture while buildling Qt for arm

      OpenGL ES 2.x disabled.
      The OpenGL ES 2.0 functionality test failed!
      You might need to modify the include and library search paths by editing
      QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Chandrasekhar I don't think this "Could not determine target Architecture" is related to OpenGL tests.
      You should provide more information:

      • What is your target device?
      • What SDK/sysroot are you using
      • How do you call configure?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Chandrasekhar
        wrote on last edited by
        #3

        My target architecture is imx283 board and arm is armv5

        my configure command is as below

        ./configure -release -opengl es2 -no-eglfs -make libs -device imx283 -device-option CROSS_COMPILE=../../../../../../../d/Hayward_Nucleus_2014/tools/compilers/Nucleus/codesourcery_arm_4.5.1/bin/../../../../../../../d/Hayward_Nucleus_2014/tools/compilers/Nucleus/codesourcery_arm_4.5.1/ -sysroot ../../../../../../../d/Hayward_Nucleus_2014/tools/compilers/Nucleus/codesourcery_arm_4.5.1/ -prefix /usr/local/QtNucleus -qt-xcb -force-pkg-config -no-gcc-sysroot -device-option DISTRO_OPTS=hard-float

        I am trying to compile it for Nucleus ,and i am having a query of what to be usewd -sysroot option,currently i am using same as cross compile path.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chandrasekhar
          wrote on last edited by
          #4

          Hi,
          Can any guide me on this

          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