affected/package: cgo #63206
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
My go projects use cgo. I set CGO_LDFLAGS in go test template. But when I run the test, it occurs every time.
My gcc version
What did you expect to see?
The output of my methods
What did you see instead?
runtime/cgo
cgo: cannot parse $WORK/b133/cgo.o as ELF, Mach-O, PE or XCOFF
The text was updated successfully, but these errors were encountered: