Thanks a lot for the fix! I tried git pull all the repos and reinstalled gollvm and I can run "go" now.
However there are still problems. I am trying "go build" on some of my go code. Some build just fine. But there is one piece of code that "go build" gives this error: "/usr/bin/ld.gold: error: $WORK/b076/_pkg_.a(gccgo_c.o): failed to match split-stack sequence at section 1 offset 0 /usr/bin/ld.gold: error: $WORK/b076/_pkg_.a(gccgo_c.o): failed to match split-stack sequence at section 1 offset a6" On this piece, if I run "go build" using normal Go, not gollvm, it builds just fine. Is there still a bug or is it on my end? Khanh On Wednesday, March 10, 2021 at 1:21:46 AM UTC+8 Khanh TN wrote: > Hi, I'm a newbie. > I built and installed gollvm with instructions from > https://go.googlesource.com/gollvm > The build/installation was successful but it cannot run after installing. > The step on the page "Using an installed copy of gollvm" is where the > error happens. Running "go" gives me this error: > symbol lookup error: > /home/user/another-gollvm-installdir/lib64/libgo.so.13git: undefined > symbol: runtime.memmove > I'm on Ubuntu 20.04, gcc 9.3.0. > Anyone has this problem or built gollvm and has the solution for me? Also, > can anyone replicate this error? (If you have free time, thanks, building > anything llvm takes lots of time lol) (Should I file an issue on github?) > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/a8237539-e1aa-4501-96f9-42809e0fedf6n%40googlegroups.com.