tiny logo

[tiny:arm]

The ARM experimental version of Tiny is exclusively running in GXemul at the moment. GXemul is a framework for full-system computer architecture emulation. Written by Anders Gavare this software is simple enough to quickly get into the code.
Tiny supports the ARM test machine with experimental devices.

Latest updates

mar 10 2009: tiny_arm-eabi_gxemul_031009 released. [tiny_arm-eabi_gxemul_031009.png]


--- releases ---
__cpu__
SA1110 (I$16kB/D$16kB) / GXemul ARM test machine (32MB)

__source releases__
tiny_arm-eabi_gxemul_031009.tar.gz [bin] [release notes]


--- cross compiler ---
__build instructions__
[host: ppc / MacOS X 10.4]
binutils 2.15
./configure --prefix=/opt/arm-none-eabi --target=arm-none-eabi
gcc 4.3.3 (gmp & mpfr libraries are required / installed via MacPorts)
cd gcc-4.3.3
mkdir build
cd build
../configure -v --prefix=/opt/arm-none-eabi --target=arm-none-eabi \
--with-gnu-ld --with-gnu-as --enable-languages=c --without-headers \
--disable-nls --disable-libssp --with-gmp=/opt/local --with-mpfr=/opt/local

__precompiled binaries__
[none]


--- experimental ---
[none]

jump to | tiny | orion | classicvg 

[07/2010] Copyright (c) 2010 Noel Lemouel
vim logo