Skip to content

Instantly share code, notes, and snippets.

@mosolovsa
Created July 20, 2021 14:03
Show Gist options
  • Save mosolovsa/2012b904a5817b92d64abb2a87b63e80 to your computer and use it in GitHub Desktop.
Save mosolovsa/2012b904a5817b92d64abb2a87b63e80 to your computer and use it in GitHub Desktop.
sudo apt install autoconf build-essential bison flex git texinfo help2man gawk libtool libncurses5-dev python3-dev python3-distutils
git clone http://github.com/crosstool-ng/crosstool-ng
cd crosstool-ng
./bootstrap
./configure --enable-local
DEFCONFIG=samples/.../crosstool.config ./ct-ng defconfig
./ct-ng build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment