ARM toolchain based on GCC 4.8.2 for building old osmocom-bb firmware
Go to file
Яницкий Вадим 11a9b412b3 Merge pull request #1 from 0x0d/master
Build fix for GCC 5
2015-10-17 12:43:18 +05:00
README Downgrade versions, texinfo patch 2015-07-16 17:47:18 +06:00
build.sh Build fix for GCC 5 2015-10-01 18:45:53 +03:00
download.sh Downgrade versions, texinfo patch 2015-07-16 17:47:18 +06:00
fix-gcc5-build.patch Build fix for GCC 5 2015-10-01 18:45:53 +03:00
gcc-texinfo5.patch Downgrade versions, texinfo patch 2015-07-16 17:47:18 +06:00
gnu-arm-build-texinfo5.patch Downgrade versions, texinfo patch 2015-07-16 17:47:18 +06:00
gpl-3.0.txt Downgrade versions, texinfo patch 2015-07-16 17:47:18 +06:00
readme.md Improved readme 2015-07-16 18:02:53 +06:00

readme.md

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

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.

Installation

Make sure that you already have installed following packages: build-essential libgmp3-dev libmpfr-dev libx11-6 libx11-dev flex bison libncurses5 libncurses5-dbg libncurses5-dev libncursesw5 libncursesw5-dbg libncursesw5-dev zlibc zlib1g-dev libmpfr4 libmpc-dev.
  1. Download the latest installer:

    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

Patch written by Marcello Pogliani pogliamarci@hotmail.it.