Gentoo Archives: gentoo-embedded

From: Sven Rebhan <odinshorse@××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] arm11 tool chain
Date: Tue, 30 Jun 2009 07:30:03
Message-Id: 3dc1583f0906300030x6539d425g528cbd15c0783ef@mail.gmail.com
In Reply to: [gentoo-embedded] arm11 tool chain by "Melton
1 2009/6/29 Melton, Jason <jason.melton@×××××××.com>:
2 Hey!
3
4 > http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31). To
5 > build for this embedded processor would I use:
6 >
7 > arm-unknown-linux-gnu
8
9 Reading the webpage linked it seems like that thing has a hardware FPU,
10 so you can use your suggestion. However, arm-unknown-linux-gnu will
11 procude ARM OABI code. You might also want to try
12
13 arm-unknown-linux-gnueabi
14
15 to use ARM EABI instead. See
16
17 http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1&chap=3
18
19 Furthermore according to
20 http://www.arm.com/products/CPUs/ARM1136JF-S.html
21 http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/ARM-Options.html#ARM-Options
22
23 I would use
24
25 -march=armv6j -mtune=arm1136jf-s
26
27 in the CFLAGS.
28
29 Have fun!
30
31 Sven

Replies

Subject Author
RE: [gentoo-embedded] arm11 tool chain "Melton
Re: [gentoo-embedded] arm11 tool chain Christopher Friedt <chrisfriedt@×××××.com>