On Thu, Aug 05, 2010, Amit Kucheria wrote: > So I guess, native compilation is the only way out now, until this > problem is solved? > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591522
Workaround: edit /usr/share/perl5/Dpkg/Shlibs/Objdump.pm and comment out: if (get_build_arch() ne get_host_arch()) { my $od = debarch_to_gnutriplet(get_host_arch()) . "-objdump"; $OBJDUMP = $od if find_command($od); } (Just after "our $OBJDUMP = "objdump";") This is basically the old behavior of dpkg-dev when cross-compiling -- Loïc Minier _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev