Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] crossdev arm-unknown-linux-gnu failed
Date: Sun, 27 May 2018 07:13:55
Message-Id: 20180527071335.hlkywb4udt565el5@solfire
In Reply to: Re: [gentoo-user] crossdev arm-unknown-linux-gnu failed by R0b0t1
1 On 05/26 11:00, R0b0t1 wrote:
2 > On Sat, May 26, 2018 at 10:35 PM, Andrew Udvare <audvare@×××××.com> wrote:
3 > >
4 > >
5 > >> On 2018-05-26, at 23:32, Andrew Udvare <audvare@×××××.com> wrote:
6 > >>
7 > >> You probably mean to use another triple name. The last part is the C library, so you probably mean:
8 > >>
9 > >> arm-unknown-Linux-glibc
10 > >
11 > > That is:
12 > >
13 > > arm-unknown-linux-glic
14 > >
15 > > It is case-sensitive.
16 > >
17 >
18 > You may need to fix the profile yourself, but the typical triplet is
19 > now "arm-linux-gnueabihf." There is a tracker issue on this. Most
20 > things compile for me, some breakage in @system.
21 >
22 > Cheers,
23 > R0b0t1
24 >
25
26 Hi,
27
28 the target is a STM32F03C8T6 (the typical "Blue Pill" dev board), this
29 MCU has no FPU so "hf" (hardfloat) seems to be wrong to me...
30
31 And maybe a noob-question:
32 What profile do you mean?
33
34 Cheers
35 Meino