I compile a Qt program with C++; I got this error message:
cannot open output file debug\serbest.exe: Permission denied
collect2: ld returned 1 exit status
what are these command's meaning?
What to do for get out of the errors?
I compile a Qt program with C++; I got this error message:
cannot open output file debug\serbest.exe: Permission denied
collect2: ld returned 1 exit status
what are these command's meaning?
What to do for get out of the errors?
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.
Most likely cause: serbest.exe is still running. Check with TaskManager.