https://sourceware.org/bugzilla/show_bug.cgi?id=31929
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet dot de> --- (In reply to Ralf Habacker from comment #0) ... > /usr/lib64/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ > ld: final link failed: bad value > collect2: error: ld returned 1 exit status > This error code is set by a call to bfd_set_error(), of which there are quite a few: $ cd src/binutils-2.42 $ grep -rn bfd_set_error bfd ld | grep bad_value | wc -l 657 It doesn't seem to be so easy to find the appropriate place. Is there a way to output the file and line where bfd_set_error() is called ? -- You are receiving this mail because: You are on the CC list for the bug.