denverdino / aliyungo

Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
Apache License 2.0
843 stars 245 forks source link

go build github.com/aliyun/alibaba-cloud-sdk-go/services/kms: C:\Go\pkg\tool\windows_amd64\compile.exe: exit status 3221225477 #412

Open cuicheng711 opened 4 years ago

cuicheng711 commented 4 years ago

OS: Windows7 alibaba-cloud-sdk-go@v1.61.69 go 1.14 Compilation failed

go build github.com/aliyun/alibaba-cloud-sdk-go/services/kms: C:\Go\pkg\tool\windows_amd64\compile.exe: exit status 3221225477

DahuK commented 4 years ago

This is related to your windows env, the exit status 3221225477 seems meaning STATUS_ACCESS_VIOLATION and it usually comes from missing some system DLL lib, so maybe reinstall your windows build env should fix the issue.