群晖(Synology)NAS 安装 64 位 GCC

这里介绍使用 ipkg 安装的方法。ipkg bootstrap 的安装脚本在这里选择:
http://ipkg.nslu2-linux.org/optware-ng/bootstrap/
由于我的 NAS 是 X86 CPU 架构的,所以选择了 buildroot-x86_64-bootstrap.sh。
安装 ipkg
sudo -i #切换到 root 账户
wget http://ipkg.nslu2-linux.org/optware-ng/bootstrap/buildroot-x86_64-bootstrap.sh
chmod +x buildroot-x86_64-bootstrap.sh
./buildroot-x86_64-bootstrap.sh
安装 GCC 与 make
ipkg update
ipkg install gcc make
版权声明:本文为 阡陌 的原创文章,遵循「CC BY-NC-SA 4.0」版权协议。若转载,请附上本文链接及本声明。
本文地址:https://www.mculoop.com/archives/99.html
若对本文有疑问可在评论区留言,我们看到后会尽量解答。