https://sourceware.org/bugzilla/show_bug.cgi?id=24856
--- Comment #3 from Mark Wielaard <mark at klomp dot org> --- (In reply to Changbin Du from comment #1) > BTW, the latest master branch has build failure. > > CCLD libebl_sparc.so > CCLD libebl_ppc.so > CCLD libebl_ppc64.so > CCLD libebl_s390.so > CCLD libebl_tilegx.so > CCLD libebl_m68k.so > CCLD libebl_bpf.so > AR libebl_riscv_pic.a > CCLD libebl_riscv.so > /usr/bin/ld: libebl_riscv_pic.a(riscv_init.os): relocation R_X86_64_PC32 > against undefined hidden symbol `riscv64_core_note' can not be used when > making a shared object > /usr/bin/ld: final link failed: nonrepresentable section on output > collect2: error: ld returned 1 exit status > make[2]: *** [Makefile:1299: libebl_riscv.so] Error 1 > make[1]: *** [Makefile:486: all-recursive] Error 1 > make: *** [Makefile:402: all] Error 2 That is surprising, obviously that doesn't happen on any of the buildbots. You might want to open a different bug for this issue (because it seems totally unrelated to this issue) explaining how you configured, which gcc and ld versions you are using and maybe the output of make V=1 to show the command line flags (also make sure you make distclean first). -- You are receiving this mail because: You are on the CC list for the bug.