Last active
July 19, 2016 00:43
-
-
Save jeffbk/f3197e8ddf5af5070cb4e4dbc25a71d6 to your computer and use it in GitHub Desktop.
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
Installation instructions for GCC ARM Embedded cross compiler for amazon linux | |
yum install glibc.i686 | |
yum install ncurses-libs.i686 | |
wget https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update/+download/gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 | |
tar xjf gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment