Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions toolchain/readme.eng.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand All @@ -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