ubuntu 16.04 install crosstool-NG

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

记录一下安装过程

原文链接:https://www.f2er.com/ubuntu/354141.html

猜你在找的Ubuntu相关文章