Ubuntu系统建立交叉编译环境时间:2023-03-08 16:09:45 飞凌 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