执行qt binary和/ proc之间的关系是什么?

时间:2016-05-11 15:06:37

标签: linux qt5 egl virtualfilesystem

我是Qt和Linux internals的新手。这是为了了解qt及其在Linux上的执行情况。

我在基于Imx6的评估板上运行Linux的Qt5二进制文件。我可以通过以下方式运行我的应用程序:

./my_app -platform eglfs 

使用这个我意外卸载的proc文件系统

sudo umount /proc 

之后,当我尝试运行时,我的应用程序会出错,如下所示:

EGL Error : Could not create the egl surface: error = 0x3003
  1. 任何人都可以解释Qt / egl与proc文件系统的关系吗?
  2. Qt / egl / proc?
  3. 所需的特定信息是什么?
  4. 有没有办法在没有安装/ proc的情况下提供这些信息?
  5. 对不起,如果我提出错误的问题,谢谢你的时间..

    **

    编辑:

    ** strace -e open -f ./fast_cluster/fast_cluster -platform eglfs | grep '/proc'的输出在this

    中给出

0 个答案:

没有答案
相关问题