Skip to content

Instantly share code, notes, and snippets.

@jeffbk
Last active July 19, 2016 00:43
Show Gist options
  • Save jeffbk/f3197e8ddf5af5070cb4e4dbc25a71d6 to your computer and use it in GitHub Desktop.
Save jeffbk/f3197e8ddf5af5070cb4e4dbc25a71d6 to your computer and use it in GitHub Desktop.
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