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

后端 未结 4 416
刺人心
刺人心 2020-12-11 17:25

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

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

4条回答
  •  既然无缘
    2020-12-11 18:12

    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.

提交回复
热议问题