seL4 / musllibc

Other
24 stars 45 forks source link

Current gcc complains about bad relocations for stdin_used etc.__ #22

Open wom-bat opened 6 months ago

wom-bat commented 6 months ago
 musllibc/build-temp/stage/lib/libc.a(__stdio_exit.o): copy relocation against non-copyable protected symbol `__stdin_used'

with gcc 10 or later.

moritz-meier commented 6 months ago

I think it is related to the binutils version. GCC 13.2 with binutils 2.38 is fine. 2.40 is not.

demoitem commented 3 months ago

Is there any progress on this issue?