[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

documentation error: http://www.emdebian.org/tools/crossdev.html



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


Reply to: