arm-none-eabi-gcc-4.8.2/README

29 lines
1.0 KiB
Plaintext

=== GNU ARM TOOLCHAIN INSTALLER ===
=== FOR OSMOCOM-BB ===
This latest version works with:
* gcc-4.5.2.tar.bz2
* binutils-2.21.1a.tar.bz2
* newlib-1.19.0.tar.gz
* texinfo-4.13a
This version of the installer was tested with Ubuntu. Debian should work also. But there is at one point in the download.sh script an aptitude command. You can just ignore this with other systems, but nevertheless, you need to install this library.
To install
1. Download the latest installer gnu-arm-installer-v0.1.tar.gz and then extract by typing:
git clone https://github.com/axilirator/gnu-arm-installer.git
cd gnu-arm-installer
2. Run this scripts:
./download.sh
./build.sh
The installer will extract and compile all of the source files automatically. If it is successful, you will get the toolchain in install/ directory.
License:
GPL v3 (http://www.gnu.org/copyleft/gpl.html)
This script was originally written by Waipot Ngamsaad from mcuprogramming.com:
svn checkout http://hobbycode.googlecode.com/svn/trunk/gnu-arm-installer gnu-arm-installer