On 7 October 2016 at 12:27, Cág <c...@riseup.net> wrote: > Anselm R Garbe wrote: > >> It is pretty easy. Use the toolchain as is and copy some glibc based >> .so's for x86_64 to /crap/lib on the stali target as well. > > But it will not be statically linked then, as OP asked for.
Building a statically linked toolchain is a very tedious task. The important aspect is that the target system is statically linked, I wouldn't bother too much about the toolchain itself. I tried it myself for a couple of months, but finally gave up. But my requirements were harder, I wanted to get the toolchain built statically with custom stali.mk's. Best regards, Anselm