> On 2018-05-26, at 23:06, tu...@posteo.de wrote: > > Hi, > > too feed a STM32F103C8T6 MCU (Core-M3) with some code to execute, > I want a compiler. For that I did a > > crossdev arm-unknown-linux-gnu > > . That one failed to build (gcc, binytils seem to be ok). > > Unfortunately I did not really understand, what the great concerto > of logfiles (attached) are want to tell me. On the internet I found > an older thread of a person who seems (?) to have similiar problems > with the same target compiler, but no solution there was. > > I am running Gentoo linux on a AMD Phenom(tm) II X6 1090T Processor. > This is a 64 bit system. The system is updated regularly. > > I would be very happy, if someone, who better understand the topic, > could help me to get this thing running -- thank you very much in > advance for any help!
I see in your log: Configuration arm-unknown-linux-gnu not supported You probably mean to use another triple name. The last part is the C library, so you probably mean: arm-unknown-Linux-glibc --- Andrew