Skip to content

Instantly share code, notes, and snippets.

@h0ru5
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save h0ru5/1e53e572b2463b119d8d to your computer and use it in GitHub Desktop.

Select an option

Save h0ru5/1e53e572b2463b119d8d to your computer and use it in GitHub Desktop.
gather some information about an embedded linux device to find the right crosscompile-toolchain
echo "kernel"
cat /proc/version
echo "libc*"
strings /lib/libc* | grep GCC | uniq
echo "libc6"
strings /lib/libc.so.6 |grep 'GNU C'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment