QT :退出并说“在启动过程中,程序退出并显示代码 127”。
我有一个 Qt 程序,它在 Linux 中运行良好。我们将 Linux 从 32 位迁移到 64 位,在尝试再次运行相同的程序时,出现了下面的错误
“在启动过程中程序退出,代码为 127”
在“输出”窗口中,我还看到以下内容:
&“警告:GDB:无法设置控制终端:无效 参数\n" &"无法执行 /bin/tcsh: 没有这样的文件或目录。\n"
有人对这个错误有任何想法吗?
I Had a Qt program which was working fine in Linux . We migrated our linux from 32bit to 64 bit and while trying to run the same program again throws me a error given below
"During Startup program exited with code 127"
In the Output window I also see the following:
&"warning: GDB: Failed to set controlling terminal: Invalid
argument\n" &"Cannor exec /bin/tcsh: No such file or directory.\n"
does anyone have any idea on this error??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QtCentre 中的线程也解决了同样的问题。
看看 这里
希望有帮助...
A Thread in QtCentre has the same problem solved.
Look at here
Hope that helps...