On 05/26 11:00, R0b0t1 wrote: > On Sat, May 26, 2018 at 10:35 PM, Andrew Udvare <audv...@gmail.com> wrote: > > > > > >> On 2018-05-26, at 23:32, Andrew Udvare <audv...@gmail.com> wrote: > >> > >> You probably mean to use another triple name. The last part is the C > >> library, so you probably mean: > >> > >> arm-unknown-Linux-glibc > > > > That is: > > > > arm-unknown-linux-glic > > > > It is case-sensitive. > > > > You may need to fix the profile yourself, but the typical triplet is > now "arm-linux-gnueabihf." There is a tracker issue on this. Most > things compile for me, some breakage in @system. > > Cheers, > R0b0t1 >
Hi, the target is a STM32F03C8T6 (the typical "Blue Pill" dev board), this MCU has no FPU so "hf" (hardfloat) seems to be wrong to me... And maybe a noob-question: What profile do you mean? Cheers Meino