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 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-11-19
  • 2021-11-04
  • 2021-08-23
  • 2021-08-06
  • 2021-07-16
  • 2021-06-11
  • 2021-04-23
  • 2022-01-08
猜你喜欢
  • 2021-06-30
  • 2021-12-10
  • 2021-11-14
  • 2022-01-08
  • 2021-08-23
  • 2021-07-17
  • 2021-10-26
相关资源
相似解决方案