Skip to content

Instantly share code, notes, and snippets.

@vic3t3chn0
Created September 21, 2022 09:18
Show Gist options
  • Save vic3t3chn0/f6696b3679a46efbf7198cab2a66f728 to your computer and use it in GitHub Desktop.
Save vic3t3chn0/f6696b3679a46efbf7198cab2a66f728 to your computer and use it in GitHub Desktop.
sudo apt install build-essential autoconf bison flex texinfo \
help2man gawk libtool libncurses5-dev python3-dev \
python3-distutils git libtool-bin
git clone http://github.com/crosstool-ng/crosstool-ng
cd crosstool-ng
./bootstrap
./configure && make
DEFCONFIG=samples/armv8-rpi3-linux-gnueabihf/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