我是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
对不起,如果我提出错误的问题,谢谢你的时间..
**
**
strace -e open -f ./fast_cluster/fast_cluster -platform eglfs | grep '/proc'
的输出在this