飞凌 FET6818核心板

解压编译器:

  tar  zxvf  arm-cortex_a9_eabi-4.7-eglibc-2.18.tar.gz   -C/opt

设置默认编译环境:

  vi  /etc/profile

  在打开的profile文件中加入编译器路径:

   export PATH=/opt/arm-cortex_a9_eabi-4.7-eglibc-2.18/bin:$PATH

  保存profile文件

  使新加如的环境变量生效:

  source  /etc/profile

posted on 2019-04-19 09:18  静观海月  阅读(610)  评论(0编辑  收藏  举报