/nestL

Nested Linux native toolchain from scratch without any access to root/chroot (separate/newer versions of binutils, kernel, GLIBC, and GCC relative to the host environment)

Primary LanguageShellApache License 2.0Apache-2.0

Run the nestl.sh script to generate a native toolchain

Requires: bash shell

With a proxy and 16 parallel jobs for make

NTC=$PWD/ntc HTTP_PROXY=http://<site>:<port> HTTPS_PROXY=http://<site>:<port> FTP_PROXY=http://<site>:<port> NTC_MAKE_FLAGS="-j16" nestl.sh

Without a proxy

NTC=$PWD/ntc NTC_MAKE_FLAGS="-j16" nestl.sh

Without increasing the parallel job count

Sometimes parallel jobs (-jN) can cause issues on some machines.

NTC=$PWD/ntc nestl.sh