crosstool-ng / crosstool-ng

A versatile (cross-)toolchain generator.
Other
2.13k stars 666 forks source link

Linking error on binutils/collect2 (i486-unknown-linux-gnu) #2183

Open MGislv opened 3 months ago

MGislv commented 3 months ago

Linking error on binutils/collect2

I'm trying to build a static toolchain targeting recent linux versions for i486.

I tried running a non-parallel build, same result. build.log config.txt

QBos07 commented 3 months ago

Does it work if the toolchain isn't static?

MGislv commented 3 months ago

Yes, it works fine

QBos07 commented 3 months ago

A autoconfig clasic of trying to link a shared only library in a static build.

QBos07 commented 3 months ago

You might be able to tweak the official PKGBUILD