gcc command not found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gcc command not found相关的知识,希望对你有一定的参考价值。

linux 中用vi写了个C语言程序,gcc test.c -o test后出现bash:gcc command not found.

参考技术A 你可以用安装盘里的package里的GCC安装包装一下就好了 参考技术B 没安gcc本回答被提问者采纳

arm-none-linux-gnueabi-gcc command not found

解压arm gcc 交叉编译工具链,并成功的导出到环境变量

运行的时候 报以下错误:

由于64位下运行32编译器缺少相应的库文件,所以运行时会报错

运行下面加载库文件的命令:

sudo apt-get install lib32ncurses5 lib32z1

之后运行就正常了

总结如下:

  1. 如果运行命令,不能自动补全说明环境变量没有导出
  2. 如果能自动补全(像我这种情况)就有可能是环境的问题,考虑是否缺少某些包

以上是关于gcc command not found的主要内容,如果未能解决你的问题,请参考以下文章

gcc: command not found windows系统下

arm-none-linux-gnueabi-gcc command not found

MISP版本嵌入式QT编译时出现mips-linux-gcc command not found

编译redis时 提示make cc Command not found

mysql_config not found和error: command 'gcc' failed with exit status 1

centos7 安装mysql--python模块出现EnvironmentError: mysql_config not found和error: command 'gcc' fai