ARM gcc-toolchain for Linux/Windows

Outline

  1. Versions of this toolchain
  2. gcc for Linux
  3. gcc for Windows

Toolchain Versions

This toolchain contains the following file versions:
ToolVersion
binutils2.20
gcc/g++4.4.2
newlib1.17.0
gmp4.3.1
mpfr2.4.2
gdbnot included

gcc toolchain for arm-architectures (Imote2) using Linux

Download the file gcc-tool-chain for linux, extract it to /opt, add /opt/arm/bin to your path variable.

gcc toolchain for arm-architectures (Imote2) using Windows

This toolchain if used for cross-compiling c/c++ source to the arm-architecture under Windows. Since this toolchain is cross-compiled under linux, an installation of cygwin is needed.

Installation

  1. Install cygwin.
  2. Download the following files:
  3. start cygwin
  4. copy the files to /opt, i.e. using windows Explorer; it is locatet inside the cygwin directory
  5. extract the files:
    tar -xjf zlib1.tbz tar -xjf gcc-4.4.2-bin-2.20-newlib-1.17.tbz
  6. copy the file zlib1.dll to C:\Windows\system32
  7. edit /etc/profile and set
    PATH="/usr/local/bin:/usr/bin:/bin:$PATH"
    to
    PATH="/opt/arm-cross/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
  8. close cygwin, start again, and arm-elf-gcc -v should work




 

 
Zu den Kontaktdetails des Verantwortlichen dieser Seite

 
This page in english. Diese Seite auf englisch.