Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved cross compiler Qt5.5 to freescale imx6

    Installation and Deployment
    2
    3
    720
    Loading More Posts
    • 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.
    • D
      Dylan-NO1 last edited by

      before cross compile to make, I first configure all items I need found one item “EGLFS i.MX6....... . no”, I don't know how to enable it.
      as I run one application dashboard that need OpenGL library on develop board(freescale iMx6), and then the output error message as following.
      Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0) Aborted;
      configuration as below:
      OpenGL / OpenVG:
      EGL .................. yes
      OpenGL ............... yes (OpenGL ES 2.0+)
      OpenVG ............... yes-auto
      PCRE ................... yes (bundled copy)
      pkg-config ............. yes
      PulseAudio ............. no
      QPA backends:
      DirectFB ............. no
      EGLFS ................ yes
      EGLFS i.MX6....... . no
      EGLFS KMS .......... no
      EGLFS Mali ......... no
      EGLFS Raspberry Pi . no
      EGLFS X11 .......... no
      LinuxFB .............. yes
      XCB .................. no
      Session management ..... yes

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @Dylan-NO1 last edited by

        @Dylan-NO1 You can always run configure with -v option, then you will see more.
        To enable EGLFS you need to install related headers/libs for it. How to do so depends on the operating system which is running on your target device or on the provider of your sysroot.

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

        D 1 Reply Last reply Reply Quote 0
        • D
          Dylan-NO1 @jsulm last edited by

          @jsulm Hello thanks for your support, I will try it again follow you comments, and do you know what is the reason of error message"Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0) Aborted" as I run one application dashboard that need OpenGL module I already installed.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post