【发布时间】:2016-09-17 16:42:43
【问题描述】:
我们正在使用 QT creator 开发软件。该软件旨在在 Windows 和运行 Debian 的 ARM 迷你计算机上运行。为了在迷你电脑上测试软件,我们使用 ssh 和导出的显示器登录迷你电脑。像 Inkscape 这样的一些程序运行良好,但我们无法运行 QT Creator。它总是显示以下错误:
No tool chain set from kit "Desktop".
No tool chain set from kit "Desktop".
Cant find EGLConfig, returning null config
Unable to find an X11 visual which matches EGL config 0
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Cant find EGLConfig, returning null config
Unable to find an X11 visual which matches EGL config 0
Could not initialize OpenGL
我们还尝试从另一台 x86 linux 计算机登录,但这会产生相同的错误。因此,我们假设问题与架构有关。有人知道如何解决这个问题吗?
编辑:我们刚刚尝试从另一台 ARM Debian 小型计算机访问 QT 创建器,它也失败了。因此,它似乎与我们最初怀疑的架构无关。
(我们当然可以进行交叉编译和远程调试,但我们尽量避免这种情况)
【问题讨论】:
标签: c++ linux qt arm remote-access