Hello,
After successfully installing Go on the latest version of Rasbian, followed by all of the other dependencies and packages the instructions suggest I am running into the following error whenever I run: go get github.com/agl/pond/client I've also tried running go get -tags ubuntu github.com/agl/pond/client just to see if that would work as well.
The error is:
exit status 1
# golang.org/x/crypto/poly1305
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:26 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:29 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:34 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:61 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:74 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:111 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:123 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:124 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:139 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:140 syntax error, last name: R9
gopkg/src/golang.org/x/crypto/poly1305/poly1305_arm.s:149 syntax error, last name: R9
too many errors
I'm not a coder but I've managed to get Pond working on OS X successfully and would really like to get it running on one of my Raspberry pi's, does anybody have any idea what the problem might be?
Thanks in advance
Hello,
After successfully installing Go on the latest version of Rasbian, followed by all of the other dependencies and packages the instructions suggest I am running into the following error whenever I run:
go get github.com/agl/pond/clientI've also tried runninggo get -tags ubuntu github.com/agl/pond/clientjust to see if that would work as well.The error is:
I'm not a coder but I've managed to get Pond working on OS X successfully and would really like to get it running on one of my Raspberry pi's, does anybody have any idea what the problem might be?
Thanks in advance