Hi, There is an error in the building toolchain HOWTO:
http://www.emdebian.org/tools/crossdev.html Under "gcc-4.2 and later" it states: $ TARGET=arch-linux fakeroot debian/rules binary-cross (replace arch by arm, alpha,...) but the TARGET should be appended with "-gnu". Correct would be: $ TARGET=arch-linux-gnu fakeroot debian/rules binary-cross (replace arch by arm, alpha,...) With this change, I was able to build the arm-toolchain on powerpc with Debian/stable (lenny) by following the instructions. John Ogness -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

