Gentoo Archives: gentoo-embedded

From: Martin Gysel <m.gysel@×××.ch>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] arm-unknown-elf
Date: Mon, 30 Mar 2009 13:21:20
Message-Id: 49D0C748.4070909@gmx.ch
In Reply to: Re: [gentoo-embedded] arm-unknown-elf by billium
1 billium schrieb:
2 > Hello Martin
3 > Thanks for your answer. Did not look at it yesterday, as it was sunny
4 > in the UK :). I also tried arm-softfloat-elf and got the same error. I
5 > do not know about switching the EABI. Do you know how to include
6 > newlib? Could you please post your linker script / makefile as I am
7 > having linker problems ..not finding file.
8 >
9 I've just builded a new toolchain:
10 1. edit /usr/sbin/crossdev on line 201:
11 add |*-eabi just after *-elf
12 this is needed if you want to build newlib, otherwise crossdev chose
13 libc
14 2. crossdev -s3 --without-headers arm-softfloat-eabi
15
16 this should work... at least on this very machine I did it
17 at the moment I haven't tried it on the target
18
19 /martin