Cross-binutils debian packages can be built directly from the binutils source package. To build a cross-binutils package: o Download and unpack the binutils source package: apt-get source binutils o Ensure you have the binutils build-dependencies installed: apt-get build-dep binutils o Then build the cross-binutils package: TARGET= dpkg-buildpackage -b -uc -us or echo arm >debian/target; dpkg-buildpackage -b -uc -us (substitute your target name, e.g. "arm" or "m68k", instead of "") --- Nikita Youshchenko Hector Oron Marcin Juszkiewicz