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. cross compiler Qt5.5 to freescale imx6
Forum Updated to NodeBB v4.3 + New Features

cross compiler Qt5.5 to freescale imx6

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 968 Views
  • 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 Offline
    D Offline
    Dylan-NO1
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • D Dylan-NO1

      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

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

      @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
      0
      • jsulmJ jsulm

        @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.

        D Offline
        D Offline
        Dylan-NO1
        wrote on last edited by
        #3

        @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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved