Created
December 30, 2014 16:29
-
-
Save MrSmith33/5a9f306d92ea3baa2e46 to your computer and use it in GitHub Desktop.
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
/usr/bin/ld: cannot find crti.o: No such file or directory | |
/usr/bin/ld: cannot find -lpthread | |
/usr/bin/ld: cannot find -lm | |
/usr/bin/ld: cannot find -lrt | |
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc | |
/usr/bin/ld: cannot find -lgcc | |
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s | |
/usr/bin/ld: cannot find -lgcc_s | |
/usr/bin/ld: cannot find -lc | |
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc | |
/usr/bin/ld: cannot find -lgcc | |
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s | |
/usr/bin/ld: cannot find -lgcc_s | |
/usr/bin/ld: cannot find crtn.o: No such file or directory | |
collect2: error: ld returned 1 exit status | |
--- errorlevel 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment