Files
raspberrypi/buildgcc
2012-07-11 15:31:01 -04:00
..
2012-05-28 22:25:54 -04:00
2012-05-28 22:25:54 -04:00

A script for building your own gnu toolchain for ARM.

Derived directly from the same script at the mpx project at opencores.org

Keep or change the PREFIX in the script to a path where you want the
binary to end up.

sudo ./build_gcc

then put whatever you had in your prefix/bin in the path.  The default
gnuarm would mean /gnuarm/bin goes in the PATH.


clang script I wrote, builds llvm+clang from sources.