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

后端 未结 4 426
刺人心
刺人心 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:08

    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.

提交回复
热议问题