Created
May 17, 2015 16:27
-
-
Save lantins/d89db8e91fb759954421 to your computer and use it in GitHub Desktop.
This file contains 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
vagrant@xpile:/opt/titchy/build$ echo 'main(){}' > dummy.c | |
vagrant@xpile:/opt/titchy/build$ ${TITCHY_TARGET}-gcc dummy.c | |
dummy.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
main(){} | |
^ | |
/opt/titchy/toolchain/lib/gcc/arm-linux-gnueabihf/5.1.0/../../../../arm-linux-gnueabihf/bin/ld: cannot find /opt/titchy/toolchain/arm-linux-gnueabihf/lib/libc.so.6 inside /opt/titchy/toolchain/arm-linux-gnueabihf | |
/opt/titchy/toolchain/lib/gcc/arm-linux-gnueabihf/5.1.0/../../../../arm-linux-gnueabihf/bin/ld: cannot find /opt/titchy/toolchain/arm-linux-gnueabihf/lib/libc_nonshared.a inside /opt/titchy/toolchain/arm-linux-gnueabihf | |
/opt/titchy/toolchain/lib/gcc/arm-linux-gnueabihf/5.1.0/../../../../arm-linux-gnueabihf/bin/ld: cannot find /opt/titchy/toolchain/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 inside /opt/titchy/toolchain/arm-linux-gnueabihf | |
collect2: error: ld returned 1 exit status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment