尝试编译 qt 项目,在各个地方出现输入/输出错误

发布于 2024-12-21 03:27:28 字数 456 浏览 2 评论 0原文

我正在尝试使用以下命令序列编译 qt 项目

  > qmake -project
  > qmake
  > make

在 make 过程中,我不断弹出以下错误。

{standard input}: Assembler messages:
{standard input}:21385: Fatal error: can't close Transfer.o: Input/output error make: *** [Transfer.o] Error 1

多个类都会出现相同的错误,最初我认为它与 qt 相关,因为它首先出现在编译器尝试创建 moc 文件时。但现在它似乎出现在我项目的其他课程中。

我真的不知道在哪里寻找问题,因为我不理解错误,有人能指出我正确的方向吗?我很高兴根据需要发布代码。

I am attempting to compile a qt project using the following sequence of commands

  > qmake -project
  > qmake
  > make

In the make process I keep getting the following error popping up.

{standard input}: Assembler messages:
{standard input}:21385: Fatal error: can't close Transfer.o: Input/output error make: *** [Transfer.o] Error 1

The same error is coming up for multiple classes, Originally I thought it was qt related because it first appeared in when the compiler tried to make a moc file. But now it seems to be popping up in other classes in my project.

I don't really know where to look for problems because I don't understand the error, Could anybody point me in the right direction? I'm happy to post code as needed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泛泛之交 2024-12-28 03:27:28

我认为这与汇编器无法解码的代码的某些部分有关。

I think this is related to some part of the code that assembler is not able to decode it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文