make:arm-linux-gnueabihf-gcc: Command not found

编译嵌入式Linux系统内核 编译时,输入make指令后,系统出现make:arm-linux-gnueabihf-gcc: Command not found这样的错误。 可能的原因:在root权限下,环境变量中没有添加arm-linux-gnueabihf-gcc所在的路径。 解决方法:在root用户下,进入/root目录下,用gedit ./bashrc打开.bashrc文件,在文件末尾加上
相关文章
相关标签/搜索