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
when using llgo run . running _demo/math/math.go get error:
Undefined symbols for architecture x86_64:
"_internal/cpu.X86", referenced from:
_math.init$hasPatch in 661363be1bd784975e2a005f92f4b60cfdb12b43c29d86a19616165bebe38d40-d-0649bb.o
"_internal/cpu.init", referenced from:
_math.init$hasPatch in 661363be1bd784975e2a005f92f4b60cfdb12b43c29d86a19616165bebe38d40-d-0649bb.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
go version : 1.21.4.
macOS : 13.6.7
It was correct when using go1.22.4, but the go+ plugin got connect error in go1.22.4
when using
llgo run .
running _demo/math/math.go get error:go version : 1.21.4.
macOS : 13.6.7
It was correct when using go1.22.4, but the go+ plugin got connect error in go1.22.4
go env :
Environment variables
The text was updated successfully, but these errors were encountered: