Skip to content

Instantly share code, notes, and snippets.

@tnishinaga
Created April 8, 2018 12:43
Show Gist options
  • Save tnishinaga/c044e5272c46e021209734155c0267f8 to your computer and use it in GitHub Desktop.
Save tnishinaga/c044e5272c46e021209734155c0267f8 to your computer and use it in GitHub Desktop.
crosstool-ng-1.23 build memo

crosstool-ng-1.23 build

$ date
Sun Apr  8 12:35:16 UTC 2018

$ uname -a
Linux cool-leaf-45 4.13.0-1011-azure #14-Ubuntu SMP Thu Feb 15 16:15:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
sudo apt-get -y install build-essential gperf bison flex texinfo help2man libncurses5-dev
wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.23.0.tar.xz
tar Jxvf crosstool-ng-1.23.0.tar.xz
cd crosstool-ng-1.23.0
make
sudo make install

Tips

update samples

sudo ct-ng update-samples

check samples

$ ct-ng list-samples | grep aarch64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment