Created
July 20, 2021 14:03
-
-
Save mosolovsa/2012b904a5817b92d64abb2a87b63e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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