Gentoo Archives: gentoo-embedded

From: "Jan-Hendrik Göllner" <jhg@×××.de>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] arm-none-eabi-newlib toolchain
Date: Fri, 12 Mar 2010 19:04:46
Message-Id: 20100312193137.4c7b6ca4@jhg-mobile
1 Did anyone suceed in:
2 crossdev -s3 --without-headers -t arm-none-eabi-newlib?
3
4 It always fails with binutils not understanding the target:
5 checking target system type... Invalid configuration `arm-none-eabi-newlib': machine `arm-none-eabi' not recognized"
6
7 I ended up building the toolchain manually following one of the
8 numerous walkthroughs on the net.
9 But in the long run I would rather like to use crossdev...
10
11 (binutils builds fine when configured with --target=arm-none-eabi --with-newlib).
12
13 jhg

Replies

Subject Author
Re: [gentoo-embedded] arm-none-eabi-newlib toolchain Mike Frysinger <vapier@g.o>
Re: [gentoo-embedded] arm-none-eabi-newlib toolchain Peter Stuge <peter@×××××.se>