Skip to content
/ nestL Public

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)

License

Notifications You must be signed in to change notification settings

szofar/nestL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages