【问题标题】:QT5 requires OpenGL desktop on i.Mx6 (buildroot)QT5 需要 i.Mx6 (buildroot) 上的 OpenGL 桌面
【发布时间】:2018-08-09 03:14:07
【问题描述】:

我在 i.Mx6 (buildroot) 上使用“imx6-sabresd_qt5_defconfig”,qt app 是 QT box 演示。 当我运行应用程序时,它显示此错误:

error: This example requires Qt to be configured with -opengl desktop

如何解决这个问题?我需要在 menucofig 中添加一些东西吗?

【问题讨论】:

    标签: qt5 embedded-linux buildroot imx6 bsp


    【解决方案1】:

    您的平台提供了 OpenGL ES(用于嵌入式系统的 OpenGL)实现。此示例需要完整的 OpenGL 实现。它只是不适合您的平台。

    【讨论】:

    • 盒子演示适用于完整的 OpenGL 而不是 OpenGL ES。我尝试立方体演示它成功运行。谢谢
    猜你喜欢
    • 2019-08-19
    • 1970-01-01
    • 2017-04-29
    • 2018-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多