开发者

cannot open output file debug\serbest.exe: Permission denied

I compile a Qt program with C++, and I got this error message:

cannot open output file debug\serbest.exe: Permission denied

collect2: ld retur开发者_如何转开发ned 1 exit status

What are these command's meaning?

How do I get rid of these errors?


Most likely cause: serbest.exe is still running. Check with TaskManager.


It says the current user is not having enough right to write onto the debug folder. Check whether you can create a new file in the folder as referred to.


run your compiler software as admin. choose your compiler on start menu > right click and run as admin. you wil not probably see any permission denied errors.


Sometimes this error caused because of your antivirus added this file in the limited group. This helped me!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜