diff --git a/toolchain/readme.eng.txt b/toolchain/readme.eng.txt index f5316c68c..dc9a981b1 100644 --- a/toolchain/readme.eng.txt +++ b/toolchain/readme.eng.txt @@ -8,7 +8,11 @@ The cross-toolchain is builded to CPU with arch MIPS32_R2 LE: To build the cross-toolchain, you need Linux environment. Debian 'wheezy' 7.8.0 and Debian 'jessie' 8.0.0 distros has been tested and recommended. -Just run build script "build_toolchain" and wait for the build process complete. +Just run build script "sudo ./build_toolchain" and wait for the build process complete. + +Be patient! The entire build process may take 24 hours to complete. For example +building "gcc" for "pass-1 core C gcc compiler" is only a part and may already take +3 hours on a 1.4 Ghz Intel Core i5 to complete. The "build_toolchain" script is intended to build cross-toolchain for Linux kernel 3.4.x. Target directory is "toolchain-3.4.x". @@ -35,17 +39,17 @@ To build the cross-toolchain under Debian 'wheezy'/'jessie' you need the package - gettext - autoconf - automake -- libtool +- libtool-bin >= 2.4 - bison - flex - texinfo - libgmp3-dev - libmpfr-dev - libmpc-dev +- help2man - - +Requirements for other OS-es you can find in /testing/docker - -05/10/2015 -Padavan +05/10/2015 Padavan +04.07.2022 ProBackup-NL