Qt Forum

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

    Unsolved QOpenGLShader::link: LinkShaders: Too many instructions.

    Mobile and Embedded
    3
    6
    253
    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.
    • A
      aRcleR last edited by aRcleR

      Hi, I'm trying to execute the Qt3D simple-cpp application on imx6. But I get the error QOpenGLShader::link: LinkShaders: Too many instructions.

      Compilation goes fine, execution also starts but I can't see anything on the screen.
      Has someone get this kind of error? I can't find information on google..
      I'm using Qt 5.9.6 and for the example I have selected this revision.

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        It does sound like this
        https://bugreports.qt.io/browse/QTBUG-59349
        you could try adding environment var
        QT3D_GLSL100_WORKAROUND
        and see if that makes any difference.

        A 1 Reply Last reply Reply Quote 1
        • E
          Eddy last edited by

          Can you run other examples in your imx6? What setup are you using?

          A lot has been changed in Qt3D since version Qt 5.9.6. Is there a specific reason not to use the latest version?

          Qt Certified Specialist
          www.edalsolutions.be

          A 1 Reply Last reply Reply Quote 1
          • A
            aRcleR @mrjj last edited by

            @mrjj I'll try it to see what happens.. Thanks!

            mrjj 1 Reply Last reply Reply Quote 1
            • mrjj
              mrjj Lifetime Qt Champion @aRcleR last edited by

              @arcler
              Ok. please report back if it works or not. Good to know.
              Also, please consider @Eddy very good questions.

              1 Reply Last reply Reply Quote 1
              • A
                aRcleR @Eddy last edited by

                @eddy I'm using what som provider offers (toradex) and Qt comes in this version.
                Maybe it's a good solution use the latest LTS QT, i think is 5.12.. but by now we don't have time to switch to..

                Thanks!

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