GNU make 错误 58 是什么意思?
我正在运行一个构建过程,但它失败了,并出现了这个错误,我找不到太多相关信息。错误为错误 58,在对象 (.o) 文件上失败。这是什么意思?
I am running a build process and it has failed with this error that I cannot find much about. The error is Error 58, which fails on an object (.o) file. what does this mean?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 Windows 上运行:大多数 Microsoft Windows 操作系统中通常会显示运行时错误 58。当 Windows 无法将数据插入到与指定文件夹中已存在的文件名相同的已保存或重命名的文件时,就会发生这种情况。
编辑:在构建之前尝试进行清理并删除中间文件和最终文件。现在还会发生吗?
If you are running on windows: Runtime error 58 usually displays in most Microsoft Windows operating systems. It occurs when Windows cannot insert data into a saved or renamed file that is identical to a file name that already exists in the specified folder.
EDIT: Try doing a clean and getting rid of your intermediate and end files before doing a build. Does it still happen ?