linux exec not found in path,解决 exec:"gcc" executable file not found in %PATH%报错问题

golang build 出现如下错误,golang

exec: "gcc": executable file not found in %PATH%windows

这是由于Windows系统上没有GCC编译器。而编译代码中的包里面可能须要用到gcc编译器。工具

解决办法以下:ui

我的建议:不要下载exe文件,网很差安装下载资源包很费劲。仍是下载64位x86_64-posix-seh压缩包,直接解压就行。没有解压工具的本身下载一个。3d

linux exec not found in path,解决 exec:

1.下载安装mingw-w64。千万注意32位和64位。blog

若是你的电脑是64位的,Architecture请选择x86_64,若是电脑是32位的,Architecture请选择i686资源

linux exec not found in path,解决 exec:

2.无论是安装或是解压完以后,配置环境变量。将安装路径对应的bin目录添加到PATH环境变量中。get

3.查看是否安装成功。gcc  -vkafka

linux exec not found in path,解决 exec:

4.重启本身的语言编译工具。而后从新build就行了。

安装以后出现  cc1.exe: sorry, unimplemented: 64-bit mode not compiled 问题。是由于安装版本不一致。请确认语言编译工具与mingm64是否一致。是否都是32位或64位。

后续补充:报错 go build alertmanager/internal/kafka: C:\Go\pkg\tool\windows_amd64\cgo.exe: exit status 2

f448c7d1920a1f90db5ba1015a93bddb.png

解决办法:确认是否安装Mingw。以及版本weis位数是否和dian电脑一致

你可能感兴趣的:(linux,exec,not,found,in,path)