Skip to content

Instantly share code, notes, and snippets.

@bgunebakan
Last active August 17, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgunebakan/34edfdb1ee004df27ad3ab2278b756a8 to your computer and use it in GitHub Desktop.
Save bgunebakan/34edfdb1ee004df27ad3ab2278b756a8 to your computer and use it in GitHub Desktop.
Linaro standalone gcc compiler
Linaro's standalone cross-compiler toolchain is recommended for Olimex boards.
get from:
http://releases.linaro.org/14.11/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf.tar.xz
and unpacked it in /usr/local and define
export PATH="/usr/local/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment