Last active
August 22, 2017 11:47
-
-
Save inspire365/c9ae5da78b947cd513ec6778f6e2a2c7 to your computer and use it in GitHub Desktop.
how to fix: collect2: ld returned 1 exit status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Today, I encoutner an error: | |
~~ | |
Linking CXX executable ../bin/my_program_d | |
collect2: ld returned 1 exit status | |
make[2]: *** [../bin/my_program_d] Error 1 | |
make[1]: *** [CMakeFiles/my_program_d.dir/all] Error 2 | |
make: *** [all] Error 2 | |
~~ | |
I google but can not find a solution. | |
suddenly I found my disk is almost full, only 14MB left. I deleted some files and make done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment