Today I debugged my program and suddenly, due to a power failure, my computer shutdown abnormally. Now, when I compile this program, it gives me two errors.
: -1: error: cannot open output file debug \ Myprogram.exe: Invalid argument
: -1: error: collect2: ld returned 1 exit status
I cleaned the program, rebuilt it. Ran qmake. Closed the compiler and restarted to compile the program, first running qmake, then debugging, but useless. The program does not compile. I am new and not very good at these issues, so I ask this question. :). How can I fix this.
source share