arm-linux-gnueabihf编译工具链安装(4.9.4)
Posted Mculover666
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arm-linux-gnueabihf编译工具链安装(4.9.4)相关的知识,希望对你有一定的参考价值。
一、下载编译器
使用 4.9.4 版本:
https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/arm-linux-gnueabihf/
复制下载链接,使用wget下载:
wget https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/arm-linux-gnueabihf/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf.tar.xz
二、安装
解压:
xz -d gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf.tar.xz
tar -vxf gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf.tar
将bin目录所在位置添加到环境变量:
export PATH=/home/ubuntu/imx6ull/tools/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin:$PATH
环境变量生效:
source .bashrc
输入arm,双击tab,检查是否自动补全。
三、使用
查看编译器版本:
arm-linux-gnueabihf-gcc -v
以上是关于arm-linux-gnueabihf编译工具链安装(4.9.4)的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu20.04 arm-linux-gnueabihf交叉编译opencv4.7.0 与opencv-contrib-4.7.0
ubuntu20.04 arm-linux-gnueabihf交叉编译opencv4.7.0 与opencv-contrib-4.7.0
Beosin成都链安发布在线EOS-IDE免费版本 EOS智能合约在线编辑编译运行调试部署一步到位