You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
项目里go install 命令的时候出现以下问题:
/usr/local/Cellar/go/1.15.2/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
ld: sectionForAddress(0x13654DE) address not in any section file '/var/folders/rr/2rdmy50d1jb0tjnjfhcbnbqh0000gn/T/go-link-273425566/go.o' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
升级go版本至1.15.5后问题消失
The text was updated successfully, but these errors were encountered:
类似这个 golang/go#40974
goland里面执行gotest没有问题。
项目里go install 命令的时候出现以下问题:
/usr/local/Cellar/go/1.15.2/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
ld: sectionForAddress(0x13654DE) address not in any section file '/var/folders/rr/2rdmy50d1jb0tjnjfhcbnbqh0000gn/T/go-link-273425566/go.o' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
升级go版本至1.15.5后问题消失
The text was updated successfully, but these errors were encountered: