Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] ARM7TDMI compiler
Date: Fri, 19 Nov 2010 21:08:23
Message-Id: 20101119201740.13189.qmail@stuge.se
In Reply to: [gentoo-embedded] ARM7TDMI compiler by Arkadi Shishlov
1 Arkadi Shishlov wrote:
2 > What people use on Gentoo to build ARM7TDMI and/or Cortex-M0/M3
3 > toolchain for bare metal operation? And which C library, if any?
4 > Newlib?
5
6 Same toolchain for arm7tdmi and cortex-m.
7
8 I believe this is what I am using at the moment:
9
10 crossdev --without-headers -s1 -t arm-none-eabi
11 crossdev -s3 -t arm-none-eabi
12 crossdev --ex-gdb -t arm-none-eabi
13
14
15 //Peter

Replies

Subject Author
Re: [gentoo-embedded] ARM7TDMI compiler Arkadi Shishlov <arkadi.shishlov@×××××.com>