Skip to content

Instantly share code, notes, and snippets.

@xerpi
Created February 15, 2017 12:11
Show Gist options
  • Save xerpi/8b5bc42d2d94688e28eee0602c0c3d71 to your computer and use it in GitHub Desktop.
Save xerpi/8b5bc42d2d94688e28eee0602c0c3d71 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install -y git autoconf gperf bison flex texinfo \
help2man gawk libncurses5-dev
git clone https://github.com/crosstool-ng/crosstool-ng.git
pushd crosstool-ng
./bootstrap
./configure
make -j8
sudo make install
popd
pushd crosstool-ng
ct-ng arm-cortexa9_neon-linux-gnueabihf
ct-ng build
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment