Skip to content

Instantly share code, notes, and snippets.

View steakunderscore's full-sized avatar
🐦
chirp chirp

Henry Jenkins steakunderscore

🐦
chirp chirp
View GitHub Profile
@steakunderscore
steakunderscore / arm-elf-gcc_on_osx.sh
Created June 22, 2011 10:46 — forked from Nemo157/arm-eabi-gcc_on_osx.markdown
How I installed arm-elf-gcc on Mac OS X
#!/bin/bash
mkdir toolchain
cd toolchain
wget ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz
wget http://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.gz
wget http://ftp.gnu.org/gnu/binutils/binutils-2.21.tar.bz2
wget http://ftp.gnu.org/gnu/gcc/gcc-4.6.0/gcc-core-4.6.0.tar.bz2