cannot open output file c__.exe: Permission denied

问题描述

今天运行调试C++程序抛出了cannot open output file c__.exe: Permission denied提示信息,详细信息如下:

d:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot open output file c__.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe[3]: *** [c__.exe] Error 1
CMakeFiles\c__.dir\build.make:121: recipe for target 'c__.exe' failed
mingw32-make.exe[2]: *** [CMakeFiles/c__.dir/all] Error 2
CMakeFiles\Makefile2:66: recipe for target 'CMakeFiles/c__.dir/all' failed
CMakeFiles\Makefile2:78: recipe for target 'CMakeFiles/c__.dir/rule' failed
mingw32-make.exe[1]: *** [CMakeFiles/c__.dir/rule] Error 2
mingw32-make.exe: *** [c__] Error 2
Makefile:117: recipe for target 'c__' failed

原因

  • 通过查资料发现这个挺简单,运行的程序没有结束,又运行另一个程序。
  • 还有可能同一个工程下面有个两个入口函数main,删除一个就OK了。

解决办法

我使用的工具是IDE,在run那一栏点击红色正方形按钮
在这里插入图片描述

  • 10
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
引用中提到的问题是关于无法打开输出文件和链接器返回的错误。这个问题通常是与文件权限或链接器配置有关。 首先,如果无法打开输出文件并且出现"Permission denied"的错误,这意味着你没有足够的权限来写入目标文件或目标目录。你可以尝试以管理员身份运行程序或更改文件和目录的权限来解决这个问题。 其次,如果链接器返回"ld returned 1 exit status"的错误,这可能是由于链接器找不到所需的库文件或无法正确链接所有的对象文件导致的。你可以检查链接器的配置,并确保所有必要的库文件都正确地链接到了你的程序中。 综上所述,要解决"cannot open output file leijia.exe: Permission denied collect2.exe: error: ld returned 1 exit status"的问题,你可以尝试以下几个步骤: 1. 以管理员身份运行程序,或更改文件和目录的权限。 2. 检查链接器的配置,并确保所有必要的库文件都正确地链接到了你的程序中。 希望这些信息对你有帮助!<span class="em">1</span> #### 引用[.reference_title] - *1* [基于Verilog的DDS频率设置](https://download.csdn.net/download/c_wrj_/87695281)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

dadeity

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值