ARM gcc-toolchain for Linux/Windows
Outline
- Versions of this toolchain
- gcc for Linux
- gcc for Windows
This toolchain contains the following file versions:
Tool | Version |
binutils | 2.20 |
gcc/g++ | 4.4.2 |
newlib | 1.17.0 |
gmp | 4.3.1 |
mpfr | 2.4.2 |
gdb | not included |
Download the file
gcc-tool-chain for linux, extract it to
/opt
, add
/opt/arm/bin
to your path variable.
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
- Install cygwin.
- Download the following files:
- start cygwin
- copy the files to /opt, i.e. using windows Explorer; it is locatet inside the cygwin directory
- extract the files:
tar -xjf zlib1.tbz
tar -xjf gcc-4.4.2-bin-2.20-newlib-1.17.tbz
- copy the file zlib1.dll to C:\Windows\system32
- 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"
- close cygwin, start again, and arm-elf-gcc -v should work
| Feedback |
|
Go to the contact details of the person in charge of this page
|
| Deutsch |
|
This page in german. Diese Seite auf deutsch.
|