[sorry if HTML; replying from my phone] > On 25 Jan 2018, at 15:17, John Paul Adrian Glaubitz > <glaub...@physik.fu-berlin.de> wrote: > >> On 01/08/2018 03:18 AM, Matthias Klose wrote: >> Control: tags -1 - patch >> doesn't work, using gcc-7 7.2.0-19 >> (...) >> ia64-linux-gnu-ld.bfd.exe: cannot find -lunwind >> collect2: error: ld returned 1 exit status >> Makefile:977: recipe for target 'libgcc_s.so' failed >> make[5]: *** [libgcc_s.so] Error 1 > > I *think* this is because libunwind-dev has to be [ia64] as well in > debian/control.source.in, but I am not 100% sure yet. Testing now.
Well, if it didn’t work without [ia64], it won’t work with. The problem is you need the target’s libunwind-dev, so cross-toolchain-base-ports needs to build it itself, I assume, if the target is ia64. James