Last active
August 17, 2016 11:09
-
-
Save bgunebakan/34edfdb1ee004df27ad3ab2278b756a8 to your computer and use it in GitHub Desktop.
Linaro standalone gcc compiler
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
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