Skip to content

Instantly share code, notes, and snippets.

@lantins
Created May 17, 2015 16:27
Show Gist options
  • Save lantins/d89db8e91fb759954421 to your computer and use it in GitHub Desktop.
Save lantins/d89db8e91fb759954421 to your computer and use it in GitHub Desktop.
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