Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我运行下面的命令来测试一个库并忘记在-o标志之后放置可执行文件名称。
-o
gcc -o bibarreglos.c test2.c
之后,bibarreglos.c被删除并抛出此错误:
bibarreglos.c
collect2.exe: error: ld returned 1 exit status.
我有目标文件,还有机会bibarreglos.c找回吗?
您的文件已被删除,无法恢复。