简体   繁体   English

GNU make error 58 是什么意思?

[英]What does GNU make error 58 mean?

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.错误是错误 58,它在 object (.o) 文件上失败。 what does this mean?这是什么意思?

If you are running on windows: Runtime error 58 usually displays in most Microsoft Windows operating systems.如果您在 windows 上运行:运行时错误 58 通常显示在大多数 Microsoft Windows 操作系统中。 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.当 Windows 无法将数据插入与指定文件夹中已存在的文件名相同的已保存或重命名文件时,会发生这种情况。

EDIT: Try doing a clean and getting rid of your intermediate and end files before doing a build.编辑:在构建之前尝试清理并删除中间文件和结束文件。 Does it still happen?它仍然发生吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM