On Sat, Feb 11, 2006 at 12:01:02PM +0300, Wartan Hachaturow wrote: > On 2/11/06, Dmitry Nezhevenko <[EMAIL PROTECTED]> wrote: > > > But i got binutils-arm-linux package. If i call dpkg-buildpackage with -d, > > i got error about non-existing arm-linux-gnu-ar. But my binutils have > > arm-linux-ar. I think, that symlink can solve this problem, but i think, > > that there is better solution. Any ideas? > > Symlink can't. It's a package dependency. > Download latest patch for binutils source package from: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231707 and build > cross-binutils with it. >
Thanks for reply. I use this patch according to emdebian manual. But as for me, problem was in build command. On emdebian site: $ TARGET=arch-linux fakeroot debian/rules binary-cross (replace arch by arm, alpha,...) Working for me: $ TARGET=arch-linux-gnu fakeroot debian/rules binary-cross (replace arch by arm, alpha,...) After rebuilding binutils i got binaries arm-linux-gnu-* and built crosstool without other problems. Thanks. -- WBR, Dmitry

