cmd/compile: buildmode c-archive not supported on linux/mips64le #59561
Labels
arch-mips
compiler/runtime
Issues related to the Go compiler and/or runtime.
FeatureRequest
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
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
)?OS: 4.19.90-23.13.v2101.ky10.mips64el
CPU:Loongson-3A R4 (Loongson-3B4000)
go env
OutputWhat did you do?
I tried to compile libGoReSym with c-achived mode in the mips64le (loongnix) platform, but found the following error:
/opt/go/bin/go build -buildmode=c-archive -o libGoReSym.a
internal/itoa
compile: linux/mips64le does not support -shared
。。。
The program is C wrapper for GoReSym
What did you expect to see?
-buildmode=c-achived support on linux/mips64le
What did you see instead?
-buildmode=c-achived not support on linux/mips64le
The text was updated successfully, but these errors were encountered: