On 25.01.2018 16:54, Matt Godbolt wrote:
Hi there, I've been building homegrown GCCs with in-tree binutils (2.29.1) for a long while, with a pretty simple script. However, with the 7.3 release I'm seeing: gcc/7.3.0/objdir/binutils/../../gcc-7.3.0/binutils/dwarf.c:976: undefined reference to `get_DW_IDX_name'
You might want to remove libiberty from gcc, and use the one that comes from binutils instead.
I've made a package for Arch Linux that way: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=m68k-elf-toolchain
-- chs