https://sourceware.org/bugzilla/show_bug.cgi?id=33194
--- Comment #7 from Nick Alcock <nick.alcock at oracle dot com> ---
... never mind, that crash doesn't happen if you use the system compiler (I was
using GCC 14 by mistake) -- I get a mass of undefined symbol errors linking
libbfd instead:
Undefined symbols for architecture arm64:
"__bfd_std_section", referenced from:
_sysv_internal_sizer in size.o
_sysv_internal_printer in size.o
"_bfd_alloc", referenced from:
_bfd_xalloc in bucomm.o
"_bfd_arch_list", referenced from:
_list_supported_architectures in bucomm.o
"_bfd_check_format", referenced from:
_display_file in size.o
_display_bfd in size.o
"_bfd_check_format_matches", referenced from:
_display_bfd in size.o
"_bfd_close", referenced from:
_display_file in size.o
"_bfd_close_all_done", referenced from:
_do_display_target in bucomm.o
"_bfd_core_file_failing_command", referenced from:
_display_bfd in size.o
[and on and on]
--
You are receiving this mail because:
You are on the CC list for the bug.