ubuntu 16.04 install crosstool-NG

前端之家收集整理的这篇文章主要介绍了ubuntu 16.04 install crosstool-NG前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. # 安装一些依赖工具,configure时,如果缺少,会有提示
  2. sudo apt install gperf bison flex makeinfo texinfo help2man gawk libtool libtool-bin automake libncurses5-dev
  3. wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.22.0.tar.bz2
  4. tar xjf crosstool-ng-VERSION.tar.bz2
  5. cd crosstool-ng-VERSION
  6. ./configure --prefix=/some/place
  7. make
  8. make install
  9. export PATH="${PATH}:/some/place/bin"

记录一下安装过程

猜你在找的Ubuntu相关文章