DPShadow

导航

Linux下编译提示arm-none-linux-gnueabi-gcc: command not found

自己的Linux系统中已经正确安装了交叉编译器arm-2009q3,路径设置正常。

但是在使用arm-none-linux-gnueabi-gcc编译时提示  arm-none-linux-gnueabi-gcc: command not found

仔细分析发现自己安装交叉编译器时是在root下安装的,但是自己使用 arm-none-linux-gnueabi-gcc时却

非root身份,故尝试 su root,再次编译,成功!!!

 

posted on 2019-02-19 21:45  DPShadow  阅读(4664)  评论(0编辑  收藏  举报