On Tue, Mar 9, 2021 at 6:29 PM Khanh TN <tnkha...@gmail.com> wrote:
>
> 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?

I'm not sure.  What version of gold are you using?  Do you happen to
know if the program you are building imports golang.org/x/sys/unix?  I
ask that to try to figure out which gccgo_c file is involved here.

Ian

-- 
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/CAOyqgcWjOgSXScLBr%3DMbmgms%2BtKvRa%2BmbH-s3pH_hXo8V7937w%40mail.gmail.com.

Reply via email to