golang/go
Ver no GitHubcmd/link: -buildmode=c-shared not supported on linux/mips64le
Open
#43.264 aberto em 18 de dez. de 2020
NeedsFixarch-mipshelp wanted
Métricas do repositório
- Stars
- (133.883 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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)?
What did you do?
When I tried to migrate Cilium to the mips64le (loongnix) platform, I got an error, among others, when I compiled a class library, Proxylib, and found that Cilium was handling it as a .so file. Here is the compile command
Since -buildmod=c-shared is used, this buildmod prompt does not support building on linux/mips64le, does anyone have any good solutions?
What did you expect to see?
-buildmode=c-shared support on linux/mips64le
What did you see instead?
-buildmode=c-shared not supported on linux/mips64le