为了账号安全,请及时绑定邮箱和手机立即绑定

cgo: exec gcc: exec: “gcc”: 在$PATH中找不到可执行文件

cgo: exec gcc: exec: “gcc”: 在$PATH中找不到可执行文件

Go
叮当猫咪 2022-09-12 20:05:52
我正在尝试出口操作员根据域限制出口呼叫。我正在使用 Hyper-V VM,并且我具有所有先决条件:Ubuntu 18用于推送映像的 Azure 存储库Kubebuilder用于代码生成Kustomize用于构建库伯内特清单CoreDns(默认使用 k3s) 容器正在运行Golang:go version go1.16.5 linux/amd64但是,虽然本地测试给出了以下错误:make runroot@Ubuntu18-Virtual-Machine:~/egress-operator# make rungo: creating new go.mod: module tmpgo get: added sigs.k8s.io/controller-tools v0.2.4/root/go/bin/controller-gen object:headerFile=./hack/boilerplate.go.txt paths="./..."Error: go [list -e -json -compiled=true -test=false -export=false -deps=true -find=false -tags ignore_autogenerated -- ./...]: exit status 2: # runtime/cgocgo: exec gcc: exec: "gcc": executable file not found in $PATH此外,在配置映射中编辑核心部署和核心文件后,如核心插件设置中所述,我在执行make deploy命令时看到打击错误:root@Ubuntu18-Virtual-Machine:~/egress-operator# make deploy IMG=MY_REPO/egress-operator:v0.1go: creating new go.mod: module tmpgo get: added sigs.k8s.io/controller-tools v0.2.4/root/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/basesError: go [list -e -json -compiled=true -test=false -export=false -deps=true -find=false -tags ignore_autogenerated -- ./...]: exit status 2: # runtime/cgocgo: exec gcc: exec: "gcc": executable file not found in $PATH有人可以让我知道如何解决这个问题吗?
查看完整描述

1 回答

?
梦里花落0921

TA贡献1772条经验 获得超6个赞

看起来您的环境没有安装 gcc 编译器。请按如下方式尝试:

sudo apt-get install build-essential

sudo apt-get  build-dep  gcc

然后检查安装是否成功:

gcc --version

另请参阅此类似问题


查看完整回答
反对 回复 2022-09-12
  • 1 回答
  • 0 关注
  • 136 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信